mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
19 lines
631 B
Plaintext
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
|