Deathgasp + last words / succumbing / fake deathgasp as crit actions (#18993)

This commit is contained in:
Kara
2023-08-11 22:56:34 -07:00
committed by GitHub
parent eff36d2fe9
commit 7b51cebfea
20 changed files with 459 additions and 35 deletions

View File

@@ -0,0 +1,34 @@
# Actions added to mobs in crit.
- type: instantAction
id: CritSuccumb
name: action-name-crit-succumb
description: action-description-crit-succumb
itemIconStyle: NoItem
checkCanInteract: false
icon:
sprite: Mobs/Ghosts/ghost_human.rsi
state: icon
serverEvent: !type:CritSuccumbEvent
- type: instantAction
id: CritFakeDeath
name: action-name-crit-fake-death
description: action-description-crit-fake-death
itemIconStyle: NoItem
checkCanInteract: false
icon:
sprite: Interface/Actions/actions_crit.rsi
state: fakedeath
serverEvent: !type:CritFakeDeathEvent
useDelay: 30
- type: instantAction
id: CritLastWords
name: action-name-crit-last-words
description: action-description-crit-last-words
itemIconStyle: NoItem
checkCanInteract: false
icon:
sprite: Interface/Actions/actions_crit.rsi
state: lastwords
serverEvent: !type:CritLastWordsEvent