add more platings
This commit is contained in:
@@ -63,18 +63,30 @@
|
||||
/obj/item/mod/construction/armor/atmospheric
|
||||
theme = /datum/mod_theme/atmospheric
|
||||
|
||||
/obj/item/mod/construction/armor/advanced
|
||||
theme = /datum/mod_theme/advanced
|
||||
|
||||
/obj/item/mod/construction/armor/mining
|
||||
theme = /datum/mod_theme/mining
|
||||
|
||||
/obj/item/mod/construction/armor/medical
|
||||
theme = /datum/mod_theme/medical
|
||||
|
||||
/obj/item/mod/construction/armor/rescue
|
||||
theme = /datum/mod_theme/rescue
|
||||
|
||||
/obj/item/mod/construction/armor/security
|
||||
theme = /datum/mod_theme/security
|
||||
|
||||
/obj/item/mod/construction/armor/research
|
||||
theme = /datum/mod_theme/research
|
||||
|
||||
/obj/item/mod/construction/armor/cosmohonk
|
||||
theme = /datum/mod_theme/cosmohonk
|
||||
|
||||
/obj/item/mod/construction/armor/magnate
|
||||
theme = /datum/mod_theme/magnate
|
||||
|
||||
/obj/item/mod/paint
|
||||
name = "MOD paint kit"
|
||||
desc = "This kit will repaint your MODsuit to something unique."
|
||||
|
||||
@@ -87,6 +87,15 @@
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
||||
research_icon_state = "atmospheric-plating"
|
||||
|
||||
/datum/design/mod_plating/mining
|
||||
name = "MOD Mining Plating"
|
||||
id = "mod_plating_mining"
|
||||
build_path = /obj/item/mod/construction/armor/mining
|
||||
materials = list(/datum/material/iron = 6000, /datum/material/titanium = 2000, /datum/material/glass = 1000, /datum/material/plasma = 1000)
|
||||
build_type = PROTOLATHE
|
||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
||||
research_icon_state = "atmospheric-mining"
|
||||
|
||||
/datum/design/mod_plating/medical
|
||||
name = "MOD Medical Plating"
|
||||
id = "mod_plating_medical"
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
description = "More advanced modules, to improve modular suits."
|
||||
prereq_ids = list("mod", "robotics")
|
||||
design_ids = list(
|
||||
"mod_plating_mining",
|
||||
"mod_visor_diaghud",
|
||||
"mod_gps",
|
||||
"mod_reagent_scanner",
|
||||
|
||||
Reference in New Issue
Block a user