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

@@ -1 +1,2 @@
puddle-component-examine-is-slipper-text = It looks slippery.
puddle-component-examine-is-slipper-text = It looks slippery.
puddle-component-slipped-touch-reaction = The chemicals in {THE($puddle)} get on your skin!

View File

@@ -2,4 +2,12 @@
spill-target-verb-get-data-text = Spill liquid
spill-target-verb-activate-cannot-drain-message = You can't pour anything from {$owner}!
spill-target-verb-activate-is-empty-message = {$owner} is empty!
spill-target-verb-activate-is-empty-message = {$owner} is empty!
spill-melee-hit-attacker = You spill {$amount}u of {THE($spillable)} onto {THE($target)}!
spill-melee-hit-others = {CAPITALIZE(THE($attacker))} spills some of {THE($spillable)} onto {THE($target)}!
spill-land-spilled-on-other = {CAPITALIZE(THE($spillable))} spills some of its solution onto {THE($target)}!
spill-examine-is-spillable = This container looks spillable.
spill-examine-spillable-weapon = You could splash this onto someone with a melee attack.