Files
FluffyandGitHub c25c8b6a37 Last editorconfig fixup (#17782)
* one

* two

* three

* fsdsdf
2023-11-20 18:22:42 +00:00

19 lines
631 B
Plaintext

/datum/design/circuit/shield
req_tech = list(TECH_BLUESPACE = 4, TECH_PHORON = 3)
materials = list(MATERIAL_GLASS = 2000, MATERIAL_GOLD = 1000)
p_category = "Shield Generator Circuit Designs"
/datum/design/circuit/shield/bubble
name = "Bubble"
build_path = /obj/item/circuitboard/shield_gen
/datum/design/circuit/shield/hull
name = "Hull"
build_path = /obj/item/circuitboard/shield_gen_ex
/datum/design/circuit/shield/capacitor
name = "Capacitor"
desc = "Allows for the construction of a shield capacitor circuit board."
req_tech = list(TECH_MAGNET = 3, TECH_POWER = 4)
build_path = /obj/item/circuitboard/shield_cap