ChemMaster/Chemistry Dispenser constructability, fixed edition (#5125)

This commit is contained in:
20kdc
2021-11-02 09:04:07 +00:00
committed by GitHub
parent 4d63e4df5f
commit 7220132be3
14 changed files with 180 additions and 71 deletions

View File

@@ -58,6 +58,37 @@
Glass: 1
Cable: 1
- type: entity
id: ChemMasterMachineCircuitboard
parent: BaseMachineCircuitboard
name: Chem Master (Machine Board)
components:
- type: MachineBoard
prototype: chem_master
requirements:
Manipulator: 1
materialRequirements:
Glass: 1
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: entity
id: ChemDispenserMachineCircuitboard
parent: BaseMachineCircuitboard
name: Chem Dispenser (Machine Board)
components:
- type: MachineBoard
prototype: chem_dispenser
requirements:
Capacitor: 1
Manipulator: 1
MatterBin: 2
materialRequirements:
Glass: 1
- type: entity
id: HydroponicsTrayMachineCircuitboard
parent: BaseMachineCircuitboard

View File

@@ -11,3 +11,26 @@
pack: ChemDispenserStandardInventory
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
- type: Construction
graph: machine
node: machine
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:ChangeConstructionNodeBehavior
node: machineFrame
- !type:DoActsBehavior
acts: ["Destruction"]
- type: Machine
board: ChemDispenserMachineCircuitboard
- type: MaterialStorage
- type: Wires
BoardName: "chem_dispenser"
LayoutId: chem_dispenser
- type: EmptyOnMachineDeconstruct
containers:
- ReagentDispenser-reagentContainerContainer

View File

@@ -1,6 +1,6 @@
- type: entity
id: chem_master
parent: BaseStructure
parent: BaseMachinePowered
name: ChemMaster 4000
description: An industrial grade chemical manipulator with pill and bottle production included.
placement:
@@ -16,10 +16,6 @@
sprite: Structures/Machines/mixer.rsi
state: mixer_loaded
- type: ChemMaster
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
- type: InteractionOutline
- type: Anchorable
- type: Physics
bodyType: Static
fixtures:
@@ -32,73 +28,31 @@
layer:
- Opaque
- MobImpassable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
behaviors:
- !type:SpawnEntitiesBehavior
spawn:
chem_master_broken:
min: 1
max: 1
- !type:ChangeConstructionNodeBehavior
node: machineFrame
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: UserInterface
interfaces:
- key: enum.ChemMasterUiKey.Key
type: ChemMasterBoundUserInterface
# Machine / Construction stuff
- type: Wires
BoardName: "chem_master"
LayoutId: chem_master
- type: Machine
board: ChemMasterMachineCircuitboard
- type: MaterialStorage
- type: Construction
graph: machine
node: machine
- type: EmptyOnMachineDeconstruct
containers:
- ChemMaster-reagentContainerContainer
- type: entity
id: chem_master_broken
parent: BaseStructureDynamic
name: ChemMaster 4000
description: "An industrial grade chemical manipulator with pill and bottle production included. It's broken."
abstract: true
suffix: Broken
components:
- type: Sprite
sprite: Structures/Machines/mixer.rsi
layers:
- state: mixer_empty
- state: mixer_screen_broken
shader: unshaded
- type: Icon
sprite: Structures/Machines/mixer.rsi
state: mixer_broken
- type: InteractionOutline
- type: Physics
bodyType: Dynamic
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.4,0.25,0.4"
mass: 25
mask:
- SmallImpassable
layer:
- Opaque
- MobImpassable
- type: Damageable
damageContainer: Inorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 25
behaviors:
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: UserInterface
interfaces:
- key: enum.ChemMasterUiKey.Key
type: ChemMasterBoundUserInterface

View File

@@ -174,6 +174,8 @@
- APCElectronics
- CloningPodMachineCircuitboard
- MedicalScannerMachineCircuitboard
- ChemMasterMachineCircuitboard
- ChemDispenserMachineCircuitboard
- HydroponicsTrayMachineCircuitboard
- SolarControlComputerCircuitboard
- Bucket