add board container to wallmounts (#19565)
This commit is contained in:
@@ -187,6 +187,12 @@
|
||||
node: generator
|
||||
- type: StaticPrice
|
||||
price: 14
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ WallmountGeneratorElectronics ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
|
||||
- type: entity
|
||||
parent: BaseGeneratorWallmount
|
||||
@@ -202,6 +208,12 @@
|
||||
node: APU
|
||||
- type: StaticPrice
|
||||
price: 38
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ WallmountGeneratorAPUElectronics ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
|
||||
# RTG - no fuel requirement
|
||||
|
||||
|
||||
@@ -130,6 +130,12 @@
|
||||
- type: Clickable
|
||||
- type: AccessReader
|
||||
access: [["Engineering"]]
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ WallmountSubstationElectronics ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
|
||||
@@ -63,6 +63,12 @@
|
||||
LayoutId: AirAlarm
|
||||
- type: AccessReader
|
||||
access: [["Atmospherics"]]
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ AirAlarmElectronics ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
- type: Appearance
|
||||
- type: WiresVisuals
|
||||
- type: Sprite
|
||||
|
||||
@@ -44,6 +44,12 @@
|
||||
- type: FireAlarm
|
||||
- type: AccessReader
|
||||
access: [ [ "Atmospherics" ] ]
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ FireAlarmElectronics ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
- type: Appearance
|
||||
- type: WiresVisuals
|
||||
- type: AlertLevelDisplay
|
||||
|
||||
@@ -23,6 +23,12 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Appearance
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ IntercomElectronics ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
- type: Sprite
|
||||
noRot: false
|
||||
sprite: Structures/Wallmounts/intercom.rsi
|
||||
|
||||
@@ -51,6 +51,12 @@
|
||||
- type: Icon
|
||||
sprite: Structures/Machines/station_map.rsi
|
||||
state: station_map0
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ StationMapCircuitboard ]
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
board: !type:Container
|
||||
- type: ApcPowerReceiver
|
||||
powerLoad: 200
|
||||
priority: Low
|
||||
@@ -113,4 +119,4 @@
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
snap:
|
||||
- Wallmount
|
||||
- Wallmount
|
||||
|
||||
@@ -67,8 +67,6 @@
|
||||
edges:
|
||||
- to: wired
|
||||
conditions:
|
||||
- !type:AllWiresCut {}
|
||||
- !type:WirePanel {}
|
||||
- !type:ContainerNotEmpty
|
||||
container: board
|
||||
completed:
|
||||
|
||||
Reference in New Issue
Block a user