Port old point defense stuff I rage-closed

Tech-debt repo-man called
https://github.com/CHOMPStation2/CHOMPStation2/pull/1790
This commit is contained in:
Razgriz
2022-10-02 21:39:21 -07:00
parent 8769c3c131
commit 2b204b9194
11 changed files with 123 additions and 121 deletions

View File

@@ -676,6 +676,20 @@ CIRCUITS BELOW
build_path = /obj/item/weapon/circuitboard/microwave/advanced
sort_string = "HACAA"
/datum/design/circuit/pointdefense
name = "point defense battery"
id = "pointdefense"
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 3, TECH_COMBAT = 4)
build_path = /obj/item/weapon/circuitboard/pointdefense
sort_string = "OAABA"
/datum/design/circuit/pointdefense_control
name = "point defense control"
id = "pointdefense_control"
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3, TECH_COMBAT = 2)
build_path = /obj/item/weapon/circuitboard/pointdefense_control
sort_string = "OAABB"
/datum/design/circuit/shield_generator
name = "shield generator"
id = "shield_generator"