Wallmount substations can once again be created

This commit is contained in:
Jabkas
2024-04-19 16:13:49 +03:00
parent 0d2e7dda61
commit ee18017165
3 changed files with 41 additions and 2 deletions

View File

@@ -155,6 +155,7 @@
- DoorElectronics
- AirAlarmElectronics
- StationMapElectronics
- WallmountSubstationElectronics
- FireAlarmElectronics
- MailingUnitElectronics
- SignalTimerElectronics

View File

@@ -244,6 +244,16 @@
- type: Battery
maxCharge: 2000000
startingCharge: 2000000
- type: ContainerFill
containers:
board: [ WallmountSubstationElectronics ]
capacitor: [ CapacitorStockPart ]
powercell: [ PowerCellSmall ]
- type: ContainerContainer
containers:
board: !type:Container
capacitor: !type:Container
powercell: !type:Container
# Construction Frame
- type: entity

View File

@@ -26,7 +26,13 @@
steps:
- material: Cable
amount: 5
doAfter: 2
doAfter: 0.5
- material: CableMV
amount: 5
doAfter: 0.5
- material: CableHV
amount: 5
doAfter: 0.5
- tool: Screwing
doAfter: 2
@@ -41,12 +47,34 @@
icon:
sprite: "Objects/Misc/module.rsi"
state: "charger_APC"
doAfter: 1
doAfter: 0.5
- anyTags:
- PowerCell
- PowerCellSmall
store: powercell
name: a powercell
icon:
sprite: "Objects/Power/power_cells.rsi"
state: "medium"
doAfter: 0.5
- tag: CapacitorStockPart
name: a capacitor
store: capacitor
icon:
sprite: "Objects/Misc/stock_parts.rsi"
state: "capacitor"
doAfter: 0.5
- to: frame
completed:
- !type:GivePrototype
prototype: CableApcStack1
amount: 5
- !type:GivePrototype
prototype: CableMVStack1
amount: 5
- !type:GivePrototype
prototype: CableHVStack1
amount: 5
steps:
- tool: Cutting
doAfter: 1