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:
parent
1e6f69361d
commit
69d3d96d79
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue