add board container to wallmounts (#19565)

This commit is contained in:
qwerltaz
2023-08-27 00:25:22 +02:00
committed by GitHub
parent e5ee7c6e22
commit 0c58a1e945
7 changed files with 43 additions and 3 deletions

View File

@@ -187,6 +187,12 @@
node: generator node: generator
- type: StaticPrice - type: StaticPrice
price: 14 price: 14
- type: ContainerFill
containers:
board: [ WallmountGeneratorElectronics ]
- type: ContainerContainer
containers:
board: !type:Container
- type: entity - type: entity
parent: BaseGeneratorWallmount parent: BaseGeneratorWallmount
@@ -202,6 +208,12 @@
node: APU node: APU
- type: StaticPrice - type: StaticPrice
price: 38 price: 38
- type: ContainerFill
containers:
board: [ WallmountGeneratorAPUElectronics ]
- type: ContainerContainer
containers:
board: !type:Container
# RTG - no fuel requirement # RTG - no fuel requirement

View File

@@ -130,6 +130,12 @@
- type: Clickable - type: Clickable
- type: AccessReader - type: AccessReader
access: [["Engineering"]] access: [["Engineering"]]
- type: ContainerFill
containers:
board: [ WallmountSubstationElectronics ]
- type: ContainerContainer
containers:
board: !type:Container
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics
bodyType: Static bodyType: Static

View File

@@ -63,6 +63,12 @@
LayoutId: AirAlarm LayoutId: AirAlarm
- type: AccessReader - type: AccessReader
access: [["Atmospherics"]] access: [["Atmospherics"]]
- type: ContainerFill
containers:
board: [ AirAlarmElectronics ]
- type: ContainerContainer
containers:
board: !type:Container
- type: Appearance - type: Appearance
- type: WiresVisuals - type: WiresVisuals
- type: Sprite - type: Sprite

View File

@@ -44,6 +44,12 @@
- type: FireAlarm - type: FireAlarm
- type: AccessReader - type: AccessReader
access: [ [ "Atmospherics" ] ] access: [ [ "Atmospherics" ] ]
- type: ContainerFill
containers:
board: [ FireAlarmElectronics ]
- type: ContainerContainer
containers:
board: !type:Container
- type: Appearance - type: Appearance
- type: WiresVisuals - type: WiresVisuals
- type: AlertLevelDisplay - type: AlertLevelDisplay

View File

@@ -23,6 +23,12 @@
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Appearance - type: Appearance
- type: ContainerFill
containers:
board: [ IntercomElectronics ]
- type: ContainerContainer
containers:
board: !type:Container
- type: Sprite - type: Sprite
noRot: false noRot: false
sprite: Structures/Wallmounts/intercom.rsi sprite: Structures/Wallmounts/intercom.rsi

View File

@@ -51,6 +51,12 @@
- type: Icon - type: Icon
sprite: Structures/Machines/station_map.rsi sprite: Structures/Machines/station_map.rsi
state: station_map0 state: station_map0
- type: ContainerFill
containers:
board: [ StationMapCircuitboard ]
- type: ContainerContainer
containers:
board: !type:Container
- type: ApcPowerReceiver - type: ApcPowerReceiver
powerLoad: 200 powerLoad: 200
priority: Low priority: Low
@@ -113,4 +119,4 @@
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter
snap: snap:
- Wallmount - Wallmount

View File

@@ -67,8 +67,6 @@
edges: edges:
- to: wired - to: wired
conditions: conditions:
- !type:AllWiresCut {}
- !type:WirePanel {}
- !type:ContainerNotEmpty - !type:ContainerNotEmpty
container: board container: board
completed: completed: