mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Portable generators, RTGs, void cores
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user