Resprites mechs, adds a few new things (#9950)

This commit is contained in:
kyres1
2020-09-13 02:03:59 -03:00
committed by GitHub
parent 35c45cb459
commit 87ac8edc07
18 changed files with 188 additions and 128 deletions
@@ -177,18 +177,25 @@
build_path = /obj/item/mech_component/propulsion/spider
req_tech = list(TECH_ENGINEERING = 2)
/datum/design/item/mechfab/exosuit/hover_torso
name = "Hoverpod Torso"
time = 40
materials = list(DEFAULT_WALL_MATERIAL = 22000)
build_path = /obj/item/mech_component/chassis/pod
/datum/design/item/mechfab/exosuit/spider/heavy
name = "Industrial Quadruped Motivators"
time = 35
materials = list(DEFAULT_WALL_MATERIAL = 25000)
build_path = /obj/item/mech_component/propulsion/spider/heavy
req_tech = list(TECH_ENGINEERING = 4)
/datum/design/item/mechfab/exosuit/hover_legs
name = "Hoverthrusters"
name = "Heavy Hoverthrusters"
time = 35
materials = list(DEFAULT_WALL_MATERIAL = 14000)
build_path = /obj/item/mech_component/propulsion/hover
/datum/design/item/mechfab/exosuit/hover_legs/light
name = "Light Hoverthrusters"
time = 25
materials = list(DEFAULT_WALL_MATERIAL = 7500)
build_path = /obj/item/mech_component/propulsion/hover/light
/datum/design/item/mechfab/exosuit/track
name = "Armored Treads"
time = 35