mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
18 lines
817 B
Plaintext
18 lines
817 B
Plaintext
/datum/design/item/weapon/xenobio/monkey_gun
|
|
name = "bluespace monkey deployment system"
|
|
desc = "An Advanced monkey teleportation and rehydration system. For serious monkey business."
|
|
id = "monkey_gun"
|
|
req_tech = list(TECH_BIO = 6, TECH_BLUESPACE = 5)
|
|
materials = list(MAT_STEEL = 3500, MAT_GLASS = 3500, MAT_PHORON = 1500, MAT_DIAMOND = 1500)
|
|
build_path = /obj/item/xenobio/monkey_gun
|
|
sort_string = "HBBA"
|
|
|
|
/datum/design/item/weapon/xenobio/grinder
|
|
name = "portable slime processor"
|
|
desc = "This high tech device combines the slime processor with the latest in woodcutting technology."
|
|
id = "slime_grinder"
|
|
req_tech = list(TECH_MAGNET = 4, TECH_BIO = 7)
|
|
materials = list(MAT_STEEL = 500, MAT_GLASS = 500, MAT_DIAMOND = 500, MAT_MORPHIUM = 100)
|
|
build_path = /obj/item/slime_grinder
|
|
sort_string = "HBBB"
|