Add ContainerContainer for powered stuff (#8570)

This commit is contained in:
metalgearsloth
2022-06-03 20:09:21 +10:00
committed by GitHub
parent 0cdde7b477
commit a5410f9c2e
6 changed files with 30 additions and 1 deletions

View File

@@ -80,6 +80,9 @@
damage: damage:
types: types:
Heat: 5 Heat: 5
- type: ContainerContainer
containers:
light_bulb: !type:ContainerSlot
- type: ApcPowerReceiver - type: ApcPowerReceiver
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: DeviceNetwork - type: DeviceNetwork

View File

@@ -76,6 +76,9 @@
damage: damage:
types: types:
Heat: 20 Heat: 20
- type: ContainerContainer
containers:
light_bulb: !type:ContainerSlot
- type: ApcPowerReceiver - type: ApcPowerReceiver
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: DeviceNetwork - type: DeviceNetwork

View File

@@ -220,6 +220,10 @@
mode: Freezer mode: Freezer
- type: Machine - type: Machine
board: ThermomachineFreezerMachineCircuitBoard board: ThermomachineFreezerMachineCircuitBoard
- type: ContainerContainer
containers:
machine_parts: !type:Container
machine_board: !type:Container
- type: entity - type: entity
parent: BaseGasThermoMachine parent: BaseGasThermoMachine
@@ -245,3 +249,7 @@
mode: Heater mode: Heater
- type: Machine - type: Machine
board: ThermomachineHeaterMachineCircuitBoard board: ThermomachineHeaterMachineCircuitBoard
- type: ContainerContainer
containers:
machine_parts: !type:Container
machine_board: !type:Container

View File

@@ -166,6 +166,10 @@
LayoutId: GeneratorPlasma LayoutId: GeneratorPlasma
- type: Machine - type: Machine
board: GeneratorPlasmaMachineCircuitboard board: GeneratorPlasmaMachineCircuitboard
- type: ContainerContainer
containers:
machine_parts: !type:Container
machine_board: !type:Container
- type: entity - type: entity
parent: BaseGenerator parent: BaseGenerator
@@ -185,7 +189,10 @@
LayoutId: GeneratorUranium LayoutId: GeneratorUranium
- type: Machine - type: Machine
board: GeneratorUraniumMachineCircuitboard board: GeneratorUraniumMachineCircuitboard
- type: ContainerContainer
containers:
machine_parts: !type:Container
machine_board: !type:Container
- type: entity - type: entity
parent: BaseGeneratorWallmount parent: BaseGeneratorWallmount

View File

@@ -59,6 +59,10 @@
LayoutId: SMES LayoutId: SMES
- type: Machine - type: Machine
board: SMESMachineCircuitboard board: SMESMachineCircuitboard
- type: ContainerContainer
containers:
machine_parts: !type:Container
machine_board: !type:Container
# SMES' in use # SMES' in use

View File

@@ -73,6 +73,10 @@
LayoutId: Substation LayoutId: Substation
- type: Machine - type: Machine
board: SubstationMachineCircuitboard board: SubstationMachineCircuitboard
- type: ContainerContainer
containers:
machine_parts: !type:Container
machine_board: !type:Container
# Compact Wall Substation Base # Compact Wall Substation Base
- type: entity - type: entity