mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 13:42:32 +00:00
Adds some Hydro Items to Autolathe and R&D
This commit is contained in:
@@ -195,6 +195,46 @@
|
||||
build_path = /obj/item/weapon/kitchen/knife
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/minihoe
|
||||
name = "Mini hoe"
|
||||
id = "mini_hoe"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 50)
|
||||
build_path = /obj/item/weapon/minihoe
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/plant_analyzer
|
||||
name = "Plant analyzer"
|
||||
id = "plant_analyzer"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 30, MAT_GLASS = 20)
|
||||
build_path = /obj/item/device/analyzer/plant_analyzer
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/shovel
|
||||
name = "Shovel"
|
||||
id = "shovel"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 50)
|
||||
build_path = /obj/item/weapon/shovel
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/spade
|
||||
name = "Spade"
|
||||
id = "spade"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 50)
|
||||
build_path = /obj/item/weapon/shovel/spade
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/hatchet
|
||||
name = "Hatchet"
|
||||
id = "hatchet"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 15000)
|
||||
build_path = /obj/item/weapon/hatchet
|
||||
category = list("initial","Miscellaneous")
|
||||
|
||||
/datum/design/pipe_painter
|
||||
name = "Pipe Painter"
|
||||
id = "pipe_painter"
|
||||
|
||||
@@ -111,6 +111,15 @@
|
||||
build_path = /obj/item/clothing/mask/gas/welding
|
||||
category = list("Equipment")
|
||||
|
||||
/datum/design/portaseeder
|
||||
name = "Portable Seed Extractor"
|
||||
desc = "For the enterprising botanist on the go. Less efficient than the stationary model, it creates one seed per plant."
|
||||
build_type = PROTOLATHE
|
||||
req_tech = list("biotech" = 2, "materials" = 2)
|
||||
materials = list(MAT_METAL = 200, MAT_GLASS = 100)
|
||||
build_path = /obj/item/weapon/storage/bag/plants/portaseeder
|
||||
category = list("Equipment")
|
||||
|
||||
/datum/design/detective_scanner
|
||||
name = "Forensic Scanner"
|
||||
desc = "A high tech scanner designed for forensic evidence collection, DNA recovery, and fiber analysis."
|
||||
|
||||
Reference in New Issue
Block a user