RnD Inductive Chargers (#12199)

This commit is contained in:
Geeves
2021-07-21 14:18:54 +02:00
committed by GitHub
parent eb5b9b2173
commit 936bf9762c
6 changed files with 98 additions and 27 deletions

View File

@@ -149,4 +149,14 @@ datum/design/item/tool/advanced_light_replacer
desc = "A state of the art bluespace neutralizer, capable of shutting down any bluespace portal it gets used on. A special mode exists for severe interdimensional breaches, but this is highly unlikely to be necessary."
req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2, TECH_BLUESPACE = 4)
materials = list(DEFAULT_WALL_MATERIAL = 20000, MATERIAL_GLASS = 20000, MATERIAL_SILVER = 20000, MATERIAL_GOLD = 20000, MATERIAL_PHORON = 10000)
build_path = /obj/item/bluespace_neutralizer
build_path = /obj/item/bluespace_neutralizer
/datum/design/item/tool/inductive_charger
name = "Inductive Charger (Science)"
req_tech = list(TECH_ENGINEERING = 7)
materials = list(DEFAULT_WALL_MATERIAL = 5000, MATERIAL_GLASS = 5000, MATERIAL_PHORON = 1500)
build_path = /obj/item/inductive_charger/handheld
/datum/design/item/tool/inductive_charger/engineering
name = "Inductive Charger (Engineering)"
build_path = /obj/item/inductive_charger/handheld/engineering