Fix throwable solution (#4590)
* Fix throwable solution * Revert previous commit * Change Spillable and SpillBehavior * Fix sloth's suggestion. Add more documents
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
types:
|
||||
Blunt: 5
|
||||
- type: Spillable
|
||||
solution: food
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
useSound:
|
||||
path: /Audio/Items/eating_1.ogg
|
||||
- type: Spillable
|
||||
solution: food
|
||||
|
||||
- type: entity
|
||||
parent: ReagentContainerBase
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
types:
|
||||
Blunt: 5
|
||||
- type: Spillable
|
||||
solution: food
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.TransferAmountUiKey.Key
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
types:
|
||||
Blunt: 10
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
type: TransferAmountBoundUserInterface
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
|
||||
- type: entity
|
||||
parent: DrinkCanBaseFull
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBaseCup
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.TransferAmountUiKey.Key
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
- type: DrainableSolution
|
||||
solution: spray
|
||||
- type: Spillable
|
||||
solution: spray
|
||||
- type: ItemCooldown
|
||||
- type: Spray
|
||||
transferAmount: 1
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
solution: spray
|
||||
- type: SolutionTransfer
|
||||
- type: Spillable
|
||||
solution: spray
|
||||
- type: ItemCooldown
|
||||
- type: Spray
|
||||
transferAmount: 10
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Chemistry/beaker.rsi
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
|
||||
- type: entity
|
||||
name: bottle
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
- key: enum.TransferAmountUiKey.Key
|
||||
type: TransferAmountBoundUserInterface
|
||||
- type: Spillable
|
||||
solution: beaker
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
- type: Appearance
|
||||
@@ -167,6 +168,7 @@
|
||||
- key: enum.TransferAmountUiKey.Key
|
||||
type: TransferAmountBoundUserInterface
|
||||
- type: Spillable
|
||||
solution: dropper
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Chemistry/dropper.rsi
|
||||
- type: Appearance
|
||||
@@ -200,6 +202,7 @@
|
||||
- type: Injector
|
||||
injectOnly: false
|
||||
- type: Spillable
|
||||
solution: injector
|
||||
- type: Appearance
|
||||
visuals:
|
||||
# this visualizer used for reagent inside
|
||||
|
||||
@@ -40,3 +40,4 @@
|
||||
mask:
|
||||
- Impassable
|
||||
- type: Spillable
|
||||
solution: bucket
|
||||
|
||||
Reference in New Issue
Block a user