mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Resprites mechs, adds a few new things (#9950)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user