machine deconstruct test (#11779)

This commit is contained in:
Nemanja
2022-10-09 14:38:35 -04:00
committed by GitHub
parent f7c8c5feac
commit 75fa4fedf6
5 changed files with 75 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
- type: entity
id: DiseaseDiagnoser
parent: BaseMachinePowered
parent: [ BaseMachinePowered, ConstructibleMachine ]
name: Disease Diagnoser Delta Extreme
description: A machine that analyzes disease samples.
placement:
@@ -22,3 +22,5 @@
- type: DiseaseMachineVisuals
idleState: icon
runningState: running
- type: Machine
board: DiagnoserMachineCircuitboard

View File

@@ -1,6 +1,6 @@
- type: entity
id: KitchenMicrowave
parent: BaseMachinePowered
parent: [ BaseMachinePowered, ConstructibleMachine ]
name: microwave
description: It's magic.
components:
@@ -59,6 +59,10 @@
acts: ["Breakage"]
- type: ApcPowerReceiver
powerLoad: 400
- type: Machine
board: MicrowaveMachineCircuitboard
- type: ContainerContainer
containers:
microwave_entity_container: !type:Container
machine_board: !type:Container
machine_parts: !type:Container

View File

@@ -1,6 +1,6 @@
- type: entity
id: KitchenReagentGrinder
parent: BaseMachinePowered
parent: [ BaseMachinePowered, ConstructibleMachine ]
name: reagent grinder
description: From BlenderTech. Will It Blend? Let's find out!
suffix: grinder/juicer
@@ -44,7 +44,11 @@
- type: ApcPowerReceiver
powerLoad: 300
- type: ItemSlots
- type: Machine
board: ReagentGrinderMachineCircuitboard
- type: ContainerContainer
containers:
ReagentGrinder-reagentContainerContainer: !type:ContainerSlot
ReagentGrinder-entityContainerContainer: !type:Container
machine_board: !type:Container
machine_parts: !type:Container

View File

@@ -1,7 +1,7 @@
- type: entity
id: StasisBed
name: stasis bed
parent: BaseMachinePowered
parent: [ BaseMachinePowered, ConstructibleMachine ]
description: A bed that massively slows down the patient's metabolism, allowing more time to administer a proper treatment for stabilization.
components:
- type: StasisBed
@@ -39,6 +39,8 @@
- type: Strap
position: Down
rotation: -90
- type: Machine
board: StasisBedMachineCircuitboard
- type: Physics
bodyType: Static
- type: Fixtures