Portable generators, RTGs, void cores

This commit is contained in:
Aronai Sieyes
2020-04-19 21:36:22 -04:00
parent 9977774f20
commit 15fc474520
7 changed files with 296 additions and 9 deletions

View File

@@ -146,4 +146,18 @@
id = "quantum_pad"
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4, TECH_PHORON = 4, TECH_BLUESPACE = 5)
build_path = /obj/item/weapon/circuitboard/quantumpad
sort_string = "HAAC"
sort_string = "HAAC"
/datum/design/circuit/rtg
name = "radioisotope TEG"
id = "rtg"
req_tech = list(TECH_DATA = 3, TECH_POWER = 3, TECH_PHORON = 3, TECH_ENGINEERING = 3)
build_path = /obj/item/weapon/circuitboard/machine/rtg
sort_string = "HAAD"
/datum/design/circuit/rtg_advanced
name = "advanced radioisotope TEG"
id = "adv_rtg"
req_tech = list(TECH_DATA = 5, TECH_POWER = 5, TECH_PHORON = 5, TECH_ENGINEERING = 5)
build_path = /obj/item/weapon/circuitboard/machine/rtg/advanced
sort_string = "HAAE"