From 69d3d96d795827a48ec73fbd2dd737a419113105 Mon Sep 17 00:00:00 2001 From: Vanessa <908648+ShepardToTheStars@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:42:01 -0500 Subject: [PATCH] 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> --- Resources/Locale/en-US/_DV/alerts/alerts.ftl | 3 +++ Resources/Prototypes/Alerts/alerts.yml | 1 + Resources/Prototypes/_DV/Actions/cat.yml | 2 +- Resources/Prototypes/_DV/Alerts/alerts.yml | 6 ++++++ Resources/Prototypes/_DV/Body/Species/felinid.yml | 1 + 5 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/_DV/alerts/alerts.ftl b/Resources/Locale/en-US/_DV/alerts/alerts.ftl index 58f53f2cd2e..2bd7bc28dad 100644 --- a/Resources/Locale/en-US/_DV/alerts/alerts.ftl +++ b/Resources/Locale/en-US/_DV/alerts/alerts.ftl @@ -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-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. diff --git a/Resources/Prototypes/Alerts/alerts.yml b/Resources/Prototypes/Alerts/alerts.yml index 9ada1109ba1..ddd5b64c166 100644 --- a/Resources/Prototypes/Alerts/alerts.yml +++ b/Resources/Prototypes/Alerts/alerts.yml @@ -27,6 +27,7 @@ - category: Thirst - alertType: Magboots - alertType: Rooted + - alertType: ClawsProtracted # DeltaV - Felinid Claws - alertType: Pacified - alertType: Stealthy - alertType: Offer # Floofstation - port from EE diff --git a/Resources/Prototypes/_DV/Actions/cat.yml b/Resources/Prototypes/_DV/Actions/cat.yml index db4fbe7505d..c097986e023 100644 --- a/Resources/Prototypes/_DV/Actions/cat.yml +++ b/Resources/Prototypes/_DV/Actions/cat.yml @@ -20,4 +20,4 @@ icon: _DV/Actions/sinkclaws/claws-off.png iconOn: _DV/Actions/sinkclaws/claws-on.png itemIconStyle: NoItem - useDelay: 3 + useDelay: 0.5 diff --git a/Resources/Prototypes/_DV/Alerts/alerts.yml b/Resources/Prototypes/_DV/Alerts/alerts.yml index bbec2371001..1c46584310c 100644 --- a/Resources/Prototypes/_DV/Alerts/alerts.yml +++ b/Resources/Prototypes/_DV/Alerts/alerts.yml @@ -12,3 +12,9 @@ state: enabled name: alert-heavy-clothing-name 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 diff --git a/Resources/Prototypes/_DV/Body/Species/felinid.yml b/Resources/Prototypes/_DV/Body/Species/felinid.yml index 3cde7a33dec..84c0322e1f6 100644 --- a/Resources/Prototypes/_DV/Body/Species/felinid.yml +++ b/Resources/Prototypes/_DV/Body/Species/felinid.yml @@ -128,6 +128,7 @@ - type: NoShoesSilentFootsteps - type: Rootable # DeltaV - add rooting claws action: "ActionToggleRootableFelinid" + rootedAlert: ClawsProtracted transferRate: 0 speedModifier: 0.1 rootSound: "/Audio/Nyanotrasen/Voice/Felinid/cat_growl1.ogg"