mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
RnD Inductive Chargers (#12199)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user