mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Update circuits_ch.dm
Add Phazon circuits to the circuit imprinter.
This commit is contained in:
@@ -24,4 +24,31 @@
|
||||
id = "scarab_targ"
|
||||
req_tech = list(TECH_DATA = 4, TECH_COMBAT = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/mecha/scarab/targeting
|
||||
sort_string = "SAAAC"
|
||||
sort_string = "SAAAC"
|
||||
|
||||
/datum/design/circuit/mecha/phazon_main
|
||||
name = "'Phazon' central control"
|
||||
id = "phazon_main"
|
||||
req_tech = list(TECH_BLUESPACE = 5, TECH_MAGNET = 6, TECH_PHORON = 3, TECH_ARCANE = 1)
|
||||
materials = list(MAT_GLASS = 2000, MAT_GRAPHITE = 1250)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/circuitboard/mecha/phazon/main
|
||||
sort_string = "PAADA"
|
||||
|
||||
/datum/design/circuit/mecha/phazon_peri
|
||||
name = "'Phazon' peripherals control"
|
||||
id = "phazon_peri"
|
||||
req_tech = list(TECH_BLUESPACE = 5, TECH_MAGNET = 6, TECH_PHORON = 3, TECH_ARCANE = 1)
|
||||
materials = list(MAT_GLASS = 2000, MAT_GRAPHITE = 1250)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/circuitboard/mecha/phazon/peripherals
|
||||
sort_string = "PAADB"
|
||||
|
||||
/datum/design/circuit/mecha/phazon_targ
|
||||
name = "'Phazon' weapon control and targeting"
|
||||
id = "phazon_targ"
|
||||
req_tech = list(TECH_BLUESPACE = 5, TECH_MAGNET = 6, TECH_PHORON = 3, TECH_ARCANE = 1, TECH_COMBAT = 5)
|
||||
materials = list(MAT_GLASS = 2000, MAT_GRAPHITE = 1250)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/circuitboard/mecha/phazon/targeting
|
||||
sort_string = "PAADC"
|
||||
|
||||
Reference in New Issue
Block a user