mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
/datum/design_techweb/binaryencrypt
|
|
name = "Binary encryption key"
|
|
desc = "Allows for deciphering the binary channel on-the-fly."
|
|
id = "binaryencrypt"
|
|
// req_tech = list(TECH_ILLEGAL = 2)
|
|
build_type = PROTOLATHE
|
|
materials = list(MAT_STEEL = 300, MAT_GLASS = 300)
|
|
build_path = /obj/item/encryptionkey/binary
|
|
category = list(
|
|
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_MISC
|
|
)
|
|
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
|
|
|
/datum/design_techweb/chameleon
|
|
name = "Holographic equipment kit"
|
|
desc = "A kit of dangerous, high-tech equipment with changeable looks."
|
|
id = "chameleon"
|
|
// req_tech = list(TECH_ILLEGAL = 2)
|
|
build_type = PROTOLATHE
|
|
materials = list(MAT_STEEL = 500)
|
|
build_path = /obj/item/storage/box/syndie_kit/chameleon
|
|
category = list(
|
|
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_MISC
|
|
)
|
|
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
|
|
|
/datum/design_techweb/bodysnatcher
|
|
name = "Body Snatcher"
|
|
id = "bodysnatcher"
|
|
// req_tech = list(TECH_MAGNET = 3, TECH_BIO = 3, TECH_ILLEGAL = 2)
|
|
build_type = PROTOLATHE
|
|
materials = list(MAT_STEEL = 4000, MAT_GLASS = 4000, MAT_URANIUM = 2000)
|
|
build_path = /obj/item/bodysnatcher
|
|
category = list(
|
|
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_MISC
|
|
)
|
|
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|