mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Add's the Hermes mech to robotics. (#5959)
This commit is contained in:
@@ -357,6 +357,19 @@
|
||||
/datum/design/circuit/mecha/AssembleDesignDesc()
|
||||
desc = "Allows for the construction of \a [name] module."
|
||||
|
||||
|
||||
/datum/design/circuit/mecha/hermes_main
|
||||
name = "Hermes central control"
|
||||
id = "hermes_main"
|
||||
build_path = /obj/item/weapon/circuitboard/mecha/hermes/main
|
||||
sort_string = "MAAAB"
|
||||
|
||||
/datum/design/circuit/mecha/hermes_peri
|
||||
name = "Hermes peripherals control"
|
||||
id = "hermes_peri"
|
||||
build_path = /obj/item/weapon/circuitboard/mecha/hermes/peripherals
|
||||
sort_string = "MAAAC"
|
||||
|
||||
/datum/design/circuit/mecha/ripley_main
|
||||
name = "APLU 'Ripley' central control"
|
||||
id = "ripley_main"
|
||||
|
||||
@@ -324,6 +324,61 @@
|
||||
time = 60
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 50000, "uranium" = 10000)
|
||||
|
||||
|
||||
/// Hermes
|
||||
|
||||
/datum/design/item/mechfab/hermes
|
||||
category = "Hermes"
|
||||
|
||||
/datum/design/item/mechfab/hermes/chassis
|
||||
name = "Hermes chassis"
|
||||
id = "hermes_chassis"
|
||||
build_path = /obj/item/mecha_parts/chassis/hermes
|
||||
time = 10
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 20000)
|
||||
|
||||
/datum/design/item/mechfab/hermes/torso
|
||||
name = "Hermes torso"
|
||||
id = "hermes_torso"
|
||||
build_path = /obj/item/mecha_parts/part/hermes_torso
|
||||
time = 18
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 21000)
|
||||
|
||||
/datum/design/item/mechfab/hermes/head
|
||||
name = "Hermes head"
|
||||
id = "hermes_head"
|
||||
build_path = /obj/item/mecha_parts/part/hermes_head
|
||||
time = 10
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 1000)
|
||||
|
||||
/datum/design/item/mechfab/hermes/left_arm
|
||||
name = "Hermes left arm"
|
||||
id = "hermes_left_arm"
|
||||
build_path = /obj/item/mecha_parts/part/hermes_left_arm
|
||||
time = 12
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000)
|
||||
|
||||
/datum/design/item/mechfab/hermes/right_arm
|
||||
name = "Hermes right arm"
|
||||
id = "hermes_right_arm"
|
||||
build_path = /obj/item/mecha_parts/part/hermes_right_arm
|
||||
time = 12
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000)
|
||||
|
||||
/datum/design/item/mechfab/hermes/left_leg
|
||||
name = "Hermes left leg"
|
||||
id = "hermes_left_leg"
|
||||
build_path = /obj/item/mecha_parts/part/hermes_left_leg
|
||||
time = 13
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000)
|
||||
|
||||
/datum/design/item/mechfab/hermes/right_leg
|
||||
name = "Hermes right leg"
|
||||
id = "hermes_right_leg"
|
||||
build_path = /obj/item/mecha_parts/part/hermes_right_leg
|
||||
time = 13
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000)
|
||||
|
||||
/datum/design/item/robot_upgrade
|
||||
build_type = MECHFAB
|
||||
time = 12
|
||||
@@ -376,6 +431,10 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, "phoron" = 15000, "uranium" = 20000)
|
||||
build_path = /obj/item/robot_parts/robot_component/jetpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//Commented out by nanako
|
||||
/datum/design/item/robot_upgrade/rcd
|
||||
|
||||
Reference in New Issue
Block a user