Rudimentary Mech Z-level Travel and Hoverpods (#7739)

This commit is contained in:
Geeves
2020-01-01 17:28:30 +02:00
committed by Matt Atlas
parent 9a55c2dd91
commit c5c459c5ec
9 changed files with 103 additions and 14 deletions

View File

@@ -213,6 +213,20 @@
build_path = /obj/item/mech_component/propulsion/spider
req_tech = list(TECH_ENGINEERING = 2)
/datum/design/item/mechfab/exosuit/hover_torso
name = "hoverpod torso"
id = "hoverpod_body"
time = 40
materials = list(DEFAULT_WALL_MATERIAL = 30000)
build_path = /obj/item/mech_component/chassis/pod
/datum/design/item/mechfab/exosuit/hover_legs
name = "hover thrusters"
id = "hover_thrusters"
time = 35
materials = list(DEFAULT_WALL_MATERIAL = 14000)
build_path = /obj/item/mech_component/propulsion/hover
/datum/design/item/mechfab/exosuit/track
name = "armored treads"
id = "treads"