Reagent interactivity (pt. 1) (#15130)

* Puddle slippy

* spillable melee

* splash spilling!

* splat melee sound

* p
This commit is contained in:
Kara
2023-04-06 14:20:48 -07:00
committed by GitHub
parent a879b049da
commit e7e9be0073
17 changed files with 219 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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