New Mecha Stuff (#26316)

* New Mecha Stuff

* Turns out istypeinlist is bad

* barrycatches

* designs
This commit is contained in:
Kurfursten
2020-04-30 03:28:20 -05:00
committed by GitHub
parent 26063fd9f7
commit fef708fcae
12 changed files with 176 additions and 29 deletions

View File

@@ -268,3 +268,23 @@
build_path = /obj/item/mecha_parts/mecha_equipment/tool/collector
category = "Exosuit_Modules"
materials = list(MAT_IRON=10000,MAT_PLASMA=10000)
/datum/design/mechrack
name = "Module Design (Exosuit-Mounted Rack)"
desc = "Allows for the construction of the Exosuit-Mounted Rack."
id = "mech_rack"
build_type = MECHFAB
req_tech = list(Tc_MATERIALS = 3, Tc_MAGNETS = 3)
build_path = /obj/item/mecha_parts/mecha_equipment/passive/rack
category = "Exosuit_Modules"
materials = list(MAT_IRON=10000)
/datum/design/mechrunningboard
name = "Module Design (Powered Exosuit Running Board)"
desc = "Allows for the construction of the Powered Exosuit Running Board."
id = "mech_runningboard"
build_type = MECHFAB
req_tech = list(Tc_MATERIALS = 6)
build_path = /obj/item/mecha_parts/mecha_equipment/passive/runningboard
category = "Exosuit_Modules"
materials = list(MAT_IRON=10000)