mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
/datum/design/item/biotech/nif
|
|
name = "nanite implant framework"
|
|
id = "nif"
|
|
req_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5)
|
|
materials = list(MAT_STEEL = 5000, MAT_GLASS = 8000, MAT_URANIUM = 6000, MAT_DIAMOND = 6000)
|
|
build_path = /obj/item/device/nif
|
|
sort_string = "JVAAA"
|
|
|
|
/datum/design/item/biotech/nifbio
|
|
name = "bioadaptive NIF"
|
|
id = "bioadapnif"
|
|
req_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5, TECH_BIO = 5)
|
|
materials = list(MAT_STEEL = 10000, MAT_GLASS = 15000, MAT_URANIUM = 10000, MAT_DIAMOND = 10000)
|
|
build_path = /obj/item/device/nif/bioadap
|
|
sort_string = "JVAAB"
|
|
|
|
/datum/design/item/biotech/nifrepairtool
|
|
name = "adv. NIF repair tool"
|
|
id = "anrt"
|
|
req_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5)
|
|
materials = list(MAT_STEEL = 2000, MAT_GLASS = 3000, MAT_URANIUM = 2000, MAT_DIAMOND = 2000)
|
|
build_path = /obj/item/device/nifrepairer
|
|
sort_string = "JVABA" |