mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
19 lines
669 B
Plaintext
19 lines
669 B
Plaintext
/datum/design/item/general/borgos
|
|
name = "Borg-O's Recipe"
|
|
desc = "A recipe for the cult classic Borg-O's meal. Warning: Not suitable for organic consumption."
|
|
id = "borgos1"
|
|
req_tech = list(TECH_MATERIAL = 2)
|
|
materials = list(MAT_STEEL = 5000)
|
|
build_path = /obj/item/trash/rkibble
|
|
sort_string = "KIBBB"
|
|
department = LATHE_ALL | LATHE_SCIENCE
|
|
|
|
/datum/design/item/general/mindbinder
|
|
name = "Mind Binder"
|
|
id = "mindbinder"
|
|
req_tech = list(TECH_MAGNET = 3, TECH_BIO = 3, TECH_ILLEGAL = 2)
|
|
materials = list(MAT_STEEL = 4000, MAT_GLASS = 4000, MAT_URANIUM = 2000)
|
|
build_path = /obj/item/mindbinder
|
|
sort_string = "TBVAB"
|
|
department = LATHE_ALL | LATHE_MEDICAL
|