add board container to wallmounts (#19565)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user