fix disarm action (#7411)
This commit is contained in:
@@ -95,6 +95,20 @@
|
||||
100: !type:DeadMobState {}
|
||||
- type: HeatResistance
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
name: action-name-disarm
|
||||
description: action-description-disarm
|
||||
icon: Interface/Actions/disarmOff.png
|
||||
iconOn: Interface/Actions/disarm.png
|
||||
repeat: true
|
||||
useDelay: 1.5
|
||||
interactOnMiss: true
|
||||
event: !type:DisarmActionEvent
|
||||
canTargetSelf: false
|
||||
whitelist:
|
||||
components:
|
||||
- Hands
|
||||
- StatusEffects
|
||||
- type: Internals
|
||||
- type: StatusEffects
|
||||
allowed:
|
||||
|
||||
@@ -12,6 +12,20 @@
|
||||
- type: Hands
|
||||
- type: DoAfter
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
name: action-name-disarm
|
||||
description: action-description-disarm
|
||||
icon: Interface/Actions/disarmOff.png
|
||||
iconOn: Interface/Actions/disarm.png
|
||||
repeat: true
|
||||
useDelay: 1.5
|
||||
interactOnMiss: true
|
||||
event: !type:DisarmActionEvent
|
||||
canTargetSelf: false
|
||||
whitelist:
|
||||
components:
|
||||
- Hands
|
||||
- StatusEffects
|
||||
- type: Actions
|
||||
- type: PlayerInputMover
|
||||
- type: MovementSpeedModifier
|
||||
|
||||
@@ -53,6 +53,20 @@
|
||||
0: !type:NormalMobState {}
|
||||
- type: HeatResistance
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
name: action-name-disarm
|
||||
description: action-description-disarm
|
||||
icon: Interface/Actions/disarmOff.png
|
||||
iconOn: Interface/Actions/disarm.png
|
||||
repeat: true
|
||||
useDelay: 1.5
|
||||
interactOnMiss: true
|
||||
event: !type:DisarmActionEvent
|
||||
canTargetSelf: false
|
||||
whitelist:
|
||||
components:
|
||||
- Hands
|
||||
- StatusEffects
|
||||
- type: Internals
|
||||
- type: Examiner
|
||||
- type: Speech
|
||||
|
||||
@@ -225,3 +225,17 @@
|
||||
normal: onestar_boss
|
||||
dead: onestar_boss_wrecked
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
name: action-name-disarm
|
||||
description: action-description-disarm
|
||||
icon: Interface/Actions/disarmOff.png
|
||||
iconOn: Interface/Actions/disarm.png
|
||||
repeat: true
|
||||
useDelay: 1.5
|
||||
interactOnMiss: true
|
||||
event: !type:DisarmActionEvent
|
||||
canTargetSelf: false
|
||||
whitelist:
|
||||
components:
|
||||
- Hands
|
||||
- StatusEffects
|
||||
|
||||
@@ -258,6 +258,20 @@
|
||||
Burn:
|
||||
sprite: Mobs/Effects/burn_damage.rsi
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
name: action-name-disarm
|
||||
description: action-description-disarm
|
||||
icon: Interface/Actions/disarmOff.png
|
||||
iconOn: Interface/Actions/disarm.png
|
||||
repeat: true
|
||||
useDelay: 1.5
|
||||
interactOnMiss: true
|
||||
event: !type:DisarmActionEvent
|
||||
canTargetSelf: false
|
||||
whitelist:
|
||||
components:
|
||||
- Hands
|
||||
- StatusEffects
|
||||
- type: Climbing
|
||||
- type: Cuffable
|
||||
- type: CharacterInfo
|
||||
|
||||
Reference in New Issue
Block a user