Allows Construction of Serenity in Robotics (#6380)

Put Misty as author in changelog since I'm only removing the comments.

Notes for balancing decisions:
Chassis costs 2 sheets of phoron (and some steel)
All gygax parts that go on only cost steel/glass
Instead of the gygax's diamond armor plating, it uses 5 plasteel
The "targetting" board costs the same as a standard board (glass and acid)
This commit is contained in:
Andrew
2019-08-08 15:26:39 -05:00
committed by Mechoid
parent 73d42893da
commit fcc8242aaa
3 changed files with 40 additions and 4 deletions

View File

@@ -474,14 +474,14 @@ CIRCUITS BELOW
req_tech = list(TECH_DATA = 4, TECH_COMBAT = 2)
build_path = /obj/item/weapon/circuitboard/mecha/gygax/targeting
sort_string = "NAACC"
/* //Uncomment me to allow Serenity construction
/datum/design/circuit/mecha/gygax_medical
name = "'Serenity' medical control"
id = "gygax_medical"
req_tech = list(TECH_DATA = 4, TECH_BIO = 2)
build_path = /obj/item/weapon/circuitboard/mecha/gygax/medical
sort_string = "NAACD"
*/
/datum/design/circuit/mecha/durand_main
name = "'Durand' central control"
id = "durand_main"

View File

@@ -107,13 +107,13 @@
/datum/design/item/mechfab/gygax
category = "Gygax"
/* //uncomment me to make the Serenity produceable in Robotics
/datum/design/item/mechfab/gygax/chassis/serenity
name = "Serenity Chassis"
id = "serenity_chassis"
build_path = /obj/item/mecha_parts/chassis/serenity
materials = list(DEFAULT_WALL_MATERIAL = 18750, "phoron" = 4000)
*/
/datum/design/item/mechfab/gygax/chassis
name = "Gygax Chassis"
id = "gygax_chassis"