Ensnaring Component and Bola Update (#9968)

This commit is contained in:
keronshb
2022-08-24 10:50:31 -04:00
committed by GitHub
parent 16be5184a4
commit cd78c5451d
29 changed files with 681 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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