mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
16 lines
605 B
Plaintext
16 lines
605 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"
|
|
|
|
/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"
|