Reagent interactivity (pt. 1) (#15130)
* Puddle slippy * spillable melee * splash spilling! * splat melee sound * p
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
- type: Drink
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: FitsInDispenser
|
||||
|
||||
@@ -44,6 +44,12 @@
|
||||
False: {state: "icon"}
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: ItemCooldown
|
||||
- type: Recyclable
|
||||
- type: SpaceGarbage
|
||||
@@ -386,7 +392,7 @@
|
||||
sprite: Objects/Consumable/Drinks/shamblersjuice.rsi
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Drinks/shamblersjuice.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: DrinkCanBaseFull
|
||||
id: DrinkPwrGameCan
|
||||
|
||||
@@ -31,6 +31,12 @@
|
||||
state: icon
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: ItemCooldown
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
maxTransferAmount: 5
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: FitsInDispenser
|
||||
|
||||
@@ -53,6 +53,12 @@
|
||||
path: /Audio/Items/eating_1.ogg
|
||||
- type: Spillable
|
||||
solution: food
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: TrashOnEmpty
|
||||
solution: food
|
||||
|
||||
|
||||
@@ -26,6 +26,13 @@
|
||||
Blunt: 5
|
||||
- type: Spillable
|
||||
solution: food
|
||||
# soup weapon!
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
|
||||
@@ -42,6 +42,12 @@
|
||||
sprite: Objects/Specific/Chemistry/beaker.rsi
|
||||
- type: Spillable
|
||||
solution: drink
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: TrashOnEmpty
|
||||
solution: drink
|
||||
- type: StaticPrice
|
||||
|
||||
@@ -16,6 +16,12 @@
|
||||
visible: false
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Chemistry/beaker.rsi
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
beaker:
|
||||
|
||||
@@ -35,6 +35,12 @@
|
||||
interfaces:
|
||||
- key: enum.TransferAmountUiKey.Key
|
||||
type: TransferAmountBoundUserInterface
|
||||
- type: MeleeWeapon
|
||||
soundNoDamage:
|
||||
path: "/Audio/Effects/Fluids/splat.ogg"
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: Spillable
|
||||
solution: bucket
|
||||
- type: DrawableSolution
|
||||
|
||||
Reference in New Issue
Block a user