Add ContainerContainer for powered stuff (#8570)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user