Makes vials work in dispensers (#23473)

* Match solution names

* Y TEST FAIL?

* 2am fix it tomorrow if it doesn't work now
This commit is contained in:
Blazeror
2024-01-04 03:18:37 +01:00
committed by GitHub
parent 002d749c7e
commit 128b5da3b4

View File

@@ -1,4 +1,4 @@
# TODO: Have a seperate lid state that can be popped on and off (not as a seperate item) that changes whether the vial can be spilled or not # TODO: Have a seperate lid state that can be popped on and off (not as a seperate item) that changes whether the vial can be spilled or not.
- type: entity - type: entity
name: vial name: vial
@@ -27,19 +27,20 @@
maxFillLevels: 6 maxFillLevels: 6
fillBaseName: vial-1- fillBaseName: vial-1-
- type: Drink - type: Drink
solution: beaker
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: beaker:
maxVol: 30 maxVol: 30
canMix: true canMix: true
- type: RefillableSolution - type: RefillableSolution
solution: drink solution: beaker
- type: DrainableSolution - type: DrainableSolution
solution: drink solution: beaker
- type: ExaminableSolution - type: ExaminableSolution
solution: drink solution: beaker
- type: DrawableSolution - type: DrawableSolution
solution: drink solution: beaker
- type: SolutionTransfer - type: SolutionTransfer
maxTransferAmount: 30 maxTransferAmount: 30
canChangeTransferAmount: true canChangeTransferAmount: true
@@ -59,7 +60,7 @@
types: types:
Blunt: 0 Blunt: 0
- type: TrashOnSolutionEmpty - type: TrashOnSolutionEmpty
solution: drink solution: beaker
- type: StaticPrice - type: StaticPrice
price: 100 price: 100
- type: DamageOnLand - type: DamageOnLand
@@ -93,7 +94,7 @@
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: Spillable - type: Spillable
solution: drink solution: beaker
- type: entity - type: entity
id: VestineChemistryVial id: VestineChemistryVial
@@ -102,7 +103,7 @@
components: components:
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
drink: beaker:
maxVol: 30 maxVol: 30
reagents: reagents:
- ReagentId: Vestine - ReagentId: Vestine