mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 15:04:21 +00:00
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
/datum/design/item/general/hyperfiber_jumpsuit
|
|
name = "HYPER jumpsuit"
|
|
id = "hfjumpsuit"
|
|
req_tech = list(TECH_BLUESPACE = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 2000, MAT_GLASS = 1000)
|
|
build_path = /obj/item/clothing/under/hyperfiber
|
|
sort_string = "TAVAA"
|
|
|
|
/datum/design/item/general/bluespace_jumpsuit
|
|
name = "Bluespace jumpsuit"
|
|
id = "bsjumpsuit"
|
|
req_tech = list(TECH_BLUESPACE = 2, TECH_MATERIAL = 3, TECH_POWER = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 4000, MAT_GLASS = 4000)
|
|
build_path = /obj/item/clothing/under/hyperfiber/bluespace
|
|
sort_string = "TAVAA"
|
|
|
|
/datum/design/item/general/sizegun
|
|
name = "Size gun"
|
|
id = "sizegun"
|
|
req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 3, TECH_POWER = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 3000, MAT_GLASS = 2000, MAT_COPPER = 2000)
|
|
build_path = /obj/item/weapon/gun/energy/sizegun
|
|
sort_string = "TAVBA"
|
|
|
|
/datum/design/item/general/bodysnatcher
|
|
name = "Body Snatcher"
|
|
id = "bodysnatcher"
|
|
req_tech = list(TECH_MAGNET = 3, TECH_BIO = 3, TECH_ILLEGAL = 2)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 4000, MAT_GLASS = 4000, MAT_COPPER = 2000)
|
|
build_path = /obj/item/device/bodysnatcher
|
|
sort_string = "TBVAA"
|
|
|
|
/datum/design/item/general/inducer_sci
|
|
name = "Inducer (Scientific)"
|
|
id = "inducersci"
|
|
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 5, TECH_POWER = 6)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 7000, MAT_GLASS = 2000, MAT_COPPER = 2000, MAT_URANIUM = 3000, MAT_PHORON = 4000)
|
|
build_path = /obj/item/weapon/inducer/sci
|
|
sort_string = "TCVAA"
|
|
|
|
/datum/design/item/general/inducer_eng
|
|
name = "Inducer (Industrial)"
|
|
id = "inducerind"
|
|
req_tech = list(TECH_BLUESPACE = 5, TECH_MATERIAL = 7, TECH_POWER = 7)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 2500, MAT_GLASS = 2000, MAT_COPPER = 2000, MAT_URANIUM = 1500, MAT_TITANIUM = 1000)
|
|
build_path = /obj/item/weapon/inducer/unloaded
|
|
sort_string = "TCVAB"
|