Reduce Sink Claws Delay + Sink Claws Alert (#6376)

* Reduced felinid rootable delay to tolerable levels

* Added the unused toggle icon to the alerts on the side when claws are protracted, instead of using the diona one.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Vanessa 2026-07-29 10:42:01 -05:00 committed by GitHub
parent 1e6f69361d
commit 69d3d96d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 1 deletions

View File

@ -17,3 +17,6 @@ alerts-resurrecting-desc = You are currently dead, but will resurrect soon.
alert-heavy-clothing-name = You're [color=yellow]heavy[/color] alert-heavy-clothing-name = You're [color=yellow]heavy[/color]
alert-heavy-clothing-desc = Heavy gear is weighing you down, rendering you [color=yellow]immune[/color] to space wind and slippery surfaces! alert-heavy-clothing-desc = Heavy gear is weighing you down, rendering you [color=yellow]immune[/color] to space wind and slippery surfaces!
alerts-sunk-claws-name = Claws Protracted
alerts-sunk-claws-desc = You're digging your claws into the ground. You can't slip but it is hard to move.

View File

@ -27,6 +27,7 @@
- category: Thirst - category: Thirst
- alertType: Magboots - alertType: Magboots
- alertType: Rooted - alertType: Rooted
- alertType: ClawsProtracted # DeltaV - Felinid Claws
- alertType: Pacified - alertType: Pacified
- alertType: Stealthy - alertType: Stealthy
- alertType: Offer # Floofstation - port from EE - alertType: Offer # Floofstation - port from EE

View File

@ -20,4 +20,4 @@
icon: _DV/Actions/sinkclaws/claws-off.png icon: _DV/Actions/sinkclaws/claws-off.png
iconOn: _DV/Actions/sinkclaws/claws-on.png iconOn: _DV/Actions/sinkclaws/claws-on.png
itemIconStyle: NoItem itemIconStyle: NoItem
useDelay: 3 useDelay: 0.5

View File

@ -12,3 +12,9 @@
state: enabled state: enabled
name: alert-heavy-clothing-name name: alert-heavy-clothing-name
description: alert-heavy-clothing-desc description: alert-heavy-clothing-desc
- type: alert
id: ClawsProtracted
icons: [ _DV/Actions/sinkclaws/claws-on.png ]
name: alerts-sunk-claws-name
description: alerts-sunk-claws-desc

View File

@ -128,6 +128,7 @@
- type: NoShoesSilentFootsteps - type: NoShoesSilentFootsteps
- type: Rootable # DeltaV - add rooting claws - type: Rootable # DeltaV - add rooting claws
action: "ActionToggleRootableFelinid" action: "ActionToggleRootableFelinid"
rootedAlert: ClawsProtracted
transferRate: 0 transferRate: 0
speedModifier: 0.1 speedModifier: 0.1
rootSound: "/Audio/Nyanotrasen/Voice/Felinid/cat_growl1.ogg" rootSound: "/Audio/Nyanotrasen/Voice/Felinid/cat_growl1.ogg"