mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 10:04:12 +00:00
18 lines
724 B
Plaintext
18 lines
724 B
Plaintext
/datum/design/item/implant/backup
|
|
name = "Backup implant"
|
|
id = "implant_backup"
|
|
req_tech = list(TECH_MATERIAL = 2, TECH_BIO = 2, TECH_DATA = 4, TECH_ENGINEERING = 2)
|
|
materials = list(MAT_STEEL = 2000, MAT_GLASS = 2000)
|
|
build_path = /obj/item/weapon/implantcase/backup
|
|
sort_string = "MFAVA"
|
|
department = LATHE_ALL | LATHE_MEDICAL // CHOMPAdd
|
|
|
|
/datum/design/item/implant/sizecontrol
|
|
name = "Size control implant"
|
|
id = "implant_size"
|
|
req_tech = list(TECH_MATERIAL = 3, TECH_BIO = 4, TECH_DATA = 4, TECH_ENGINEERING = 3)
|
|
materials = list(MAT_STEEL = 4000, MAT_GLASS = 4000)
|
|
build_path = /obj/item/weapon/implanter/sizecontrol
|
|
sort_string = "MFAVB"
|
|
department = LATHE_ALL | LATHE_MEDICAL | LATHE_PUBLIC // CHOMPAdd
|