Ensnaring Component and Bola Update (#9968)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- category: Internals
|
||||
- alertType: Fire
|
||||
- alertType: Handcuffed
|
||||
- alertType: Ensnared
|
||||
- category: Buckled
|
||||
- alertType: Pulling
|
||||
- category: Piloting
|
||||
@@ -120,6 +121,13 @@
|
||||
name: "[color=yellow]Handcuffed[/color]"
|
||||
description: "You're [color=yellow]handcuffed[/color] and can't use your hands. If anyone drags you, you won't be able to resist."
|
||||
|
||||
- type: alert
|
||||
id: Ensnared
|
||||
onClick: !type:RemoveEnsnare { }
|
||||
icons: [ /Textures/Interface/Alerts/ensnared.rsi/ensnared.png ]
|
||||
name: "[color=yellow]Ensnared[/color]"
|
||||
description: "You're [color=yellow]ensnared[/color] and is impairing your ability to move."
|
||||
|
||||
- type: alert
|
||||
id: Buckled
|
||||
category: Buckled
|
||||
|
||||
@@ -280,9 +280,13 @@
|
||||
normalState: Generic_mob_burning
|
||||
alternateState: Standing
|
||||
fireStackAlternateState: 3
|
||||
- type: EnsnareableVisualizer
|
||||
- type: CombatMode
|
||||
- type: Climbing
|
||||
- type: Cuffable
|
||||
- type: Ensnareable
|
||||
sprite: Objects/Misc/ensnare.rsi
|
||||
state: icon
|
||||
- type: CharacterInfo
|
||||
- type: AnimationPlayer
|
||||
- type: Buckle
|
||||
|
||||
@@ -34,3 +34,11 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
- type: Ensnaring
|
||||
freeTime: 2.0
|
||||
breakoutTime: 3.5 #all bola should generally be fast to remove
|
||||
walkSpeed: 0.7 #makeshift bola shouldn't slow too much
|
||||
sprintSpeed: 0.7
|
||||
canThrowTrigger: true
|
||||
canMoveBreakout: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user