Adds some Hydro Items to Autolathe and R&D

This commit is contained in:
Fox-McCloud
2016-04-12 03:58:53 -04:00
parent 1d04645730
commit 4609413c7e
3 changed files with 62 additions and 10 deletions

View File

@@ -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"

View File

@@ -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."