This commit is contained in:
Ghommie
2020-06-30 00:49:06 +02:00
303 changed files with 6981 additions and 73525 deletions
@@ -81,7 +81,16 @@
materials = list(/datum/material/iron = 50, /datum/material/glass = 50)
build_path = /obj/item/airlock_painter
category = list("initial", "Misc","Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SERVICE
/datum/design/airlock_painter/decal
name = "Decal Painter"
id = "decal_painter"
build_type = AUTOLATHE | PROTOLATHE
materials = list(/datum/material/iron = 50, /datum/material/glass = 50)
build_path = /obj/item/airlock_painter/decal
category = list("initial","Tools","Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SERVICE
/datum/design/cultivator
name = "Cultivator"
@@ -148,7 +148,8 @@
build_type = AUTOLATHE
materials = list(/datum/material/iron = 100, /datum/material/glass = 100)
build_path = /obj/item/toy/crayon/spraycan
category = list("initial", "Tools")
category = list("initial", "Tools", "Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/geiger
name = "Geiger Counter"
@@ -154,3 +154,12 @@
build_path = /obj/item/circuitboard/machine/shuttle/heater
category = list ("Shuttle Machinery")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
/datum/design/board/sheetifier
name = "Sheetifier"
desc = "This machine turns weird things into sheets."
id = "sheetifier"
build_path = /obj/item/circuitboard/machine/sheetifier
category = list ("Misc. Machinery")
departmental_flags = DEPARTMENTAL_FLAG_ALL
@@ -264,6 +264,79 @@
construction_time = 600
category = list("Gygax")
//Medical Gygax
/datum/design/medigax_chassis
name = "Exosuit Chassis (\"Medical Gygax\")"
id = "medigax_chassis"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/chassis/medigax
materials = list(/datum/material/iron=20000)
construction_time = 100
category = list("Medical-Spec Gygax")
/datum/design/medigax_torso
name = "Exosuit Torso (\"Medical Gygax\")"
id = "medigax_torso"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_torso
materials = list(/datum/material/iron=20000,/datum/material/glass=10000,/datum/material/diamond=2000)
construction_time = 300
category = list("Medical-Spec Gygax")
/datum/design/medigax_head
name = "Exosuit Head (\"Medical Gygax\")"
id = "medigax_head"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_head
materials = list(/datum/material/iron=10000,/datum/material/glass=5000, /datum/material/diamond=2000)
construction_time = 200
category = list("Medical-Spec Gygax")
/datum/design/medigax_left_arm
name = "Exosuit Left Arm (\"Medical Gygax\")"
id = "medigax_left_arm"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_left_arm
materials = list(/datum/material/iron=15000, /datum/material/diamond=1000)
construction_time = 200
category = list("Medical-Spec Gygax")
/datum/design/medigax_right_arm
name = "Exosuit Right Arm (\"Medical Gygax\")"
id = "medigax_right_arm"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_right_arm
materials = list(/datum/material/iron=15000, /datum/material/diamond=1000)
construction_time = 200
category = list("Medical-Spec Gygax")
/datum/design/medigax_left_leg
name = "Exosuit Left Leg (\"Medical Gygax\")"
id = "medigax_left_leg"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_left_leg
materials = list(/datum/material/iron=15000, /datum/material/diamond=2000)
construction_time = 200
category = list("Medical-Spec Gygax")
/datum/design/medigax_right_leg
name = "Exosuit Right Leg (\"Medical Gygax\")"
id = "medigax_right_leg"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_right_leg
materials = list(/datum/material/iron=15000, /datum/material/diamond=2000)
construction_time = 200
category = list("Medical-Spec Gygax")
/datum/design/medigax_armor
name = "Exosuit Armor (\"Medical Gygax\")"
id = "medigax_armor"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/part/medigax_armor
materials = list(/datum/material/iron=15000,/datum/material/diamond=10000,/datum/material/titanium=10000)
construction_time = 600
category = list("Medical-Spec Gygax")
//Durand
/datum/design/durand_chassis
name = "Exosuit Chassis (\"Durand\")"