Skip to content

Commit

Permalink
Factory fixes. (#223)
Browse files Browse the repository at this point in the history
* Update assembly_crafts.dm

* Update assembly_crafts.dm

* Update code/modules/reqtorio/assembly_crafts.dm

Co-authored-by: homexp13 <[email protected]>
Signed-off-by: Helg2 <[email protected]>

---------

Signed-off-by: Helg2 <[email protected]>
Co-authored-by: homexp13 <[email protected]>
  • Loading branch information
Helg2 and homexp13 authored Sep 6, 2024
1 parent 2a12d2e commit 0be543d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/modules/reqtorio/assembly_crafts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ GLOBAL_LIST_INIT(all_assembly_craft_groups, list("Operations", "Weapons", "Explo
output = list(/obj/item/stack/sheet/metal/large_stack = 1) //200 points so what?

/datum/assembly_craft/engineering/drop_pod
name = "Zeus orbital drop pod assembly refill"
name = "Zeus orbital drop pod"
craft_time = 20 SECONDS
input = list(/obj/item/stack/sheet/plasteel = 5, /obj/item/stack/sheet/glass = 3) // 40 + 6
output = list(/obj/structure/drop_pod_launcher = 1) //40 points
output = list(/obj/structure/droppod = 1) //40 points

/*******************************************************************************
CLOTHING
Expand Down Expand Up @@ -217,7 +217,7 @@ WEAPONS
output = list(/obj/item/ammo_magazine/rifle/autosniper = 1) // 13.3 points from old factory

/datum/assembly_craft/weapons/scout_rifle_magazine
name = "BR-8 scout rifle magazine"
name = "SR-81 automatic sniper rifle magazine"
input = list(/obj/item/stack/sheet/plasteel = 1, /obj/item/stack/gun_powder = 1) // 8 + 16 points
output = list(/obj/item/ammo_magazine/rifle/autosniper = 1) // 10 points from old factory

Expand All @@ -237,7 +237,7 @@ WEAPONS
output = list(/obj/item/ammo_magazine/railgun = 1) // 10 points from old factory

/datum/assembly_craft/weapons/minigun_powerpack
name = "Railgun magazine"
name = "MG-100 Vindicator powerpack"
input = list(/obj/item/stack/sheet/plasteel = 2, /obj/item/stack/gun_powder = 2) // 16 + 16 points
output = list(/obj/item/ammo_magazine/minigun_powerpack = 1) // 25 points from old factory

Expand All @@ -262,17 +262,17 @@ WEAPONS
output = list(/obj/item/mortal_shell/howitzer/he = 1) // 26 points from old factory

/datum/assembly_craft/weapons/howitzer_shell_incen_refill
name = "Howitzer HE shell"
name = "Howitzer Incendiary shell"
input = list(/obj/item/stack/sheet/metal = 6, /obj/item/stack/gun_powder = 2) // 16 + 16 points
output = list(/obj/item/mortal_shell/howitzer/incendiary = 1) // 26 points from old factory

/datum/assembly_craft/weapons/howitzer_shell_wp_refill
name = "Howitzer HE shell"
name = "Howitzer white phosporous 'spotting' shell"
input = list(/obj/item/stack/sheet/metal = 6, /obj/item/stack/gun_powder = 3) // 16 + 24 points
output = list(/obj/item/mortal_shell/howitzer/white_phos = 1) // 33 points from old factory

/datum/assembly_craft/weapons/howitzer_shell_tfoot_refill
name = "Howitzer HE shell"
name = "Howitzer 'Tanglefoot' shell"
input = list(/obj/item/stack/sheet/metal = 6, /obj/item/stack/gun_powder = 3) // 16 + 24 points
output = list(/obj/item/mortal_shell/howitzer/plasmaloss = 1) // 33 points from old factory

Expand Down Expand Up @@ -307,6 +307,6 @@ WEAPONS
output = list(/obj/item/storage/box/mlrs_rockets = 1) // 40 points from old factory

/datum/assembly_craft/weapons/mlrs_rocket
name = "RL-57 Thermobaric WP rocket array"
name = "TA-40L rocket crate"
input = list(/obj/item/stack/sheet/plasteel = 3, /obj/item/stack/gun_powder = 3) // 24 + 24 points
output = list(/obj/item/storage/box/mlrs_rockets = 1) // 33 points from old factory

0 comments on commit 0be543d

Please sign in to comment.