crit.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Actions added to mobs in crit.
  2. - type: entity
  3. id: ActionCritSuccumb
  4. name: Succumb
  5. description: Accept your fate.
  6. components:
  7. - type: InstantAction
  8. itemIconStyle: NoItem
  9. checkCanInteract: false
  10. checkConsciousness: false
  11. icon:
  12. sprite: Mobs/Ghosts/ghost_human.rsi
  13. state: icon
  14. event: !type:CritSuccumbEvent
  15. startDelay: true
  16. useDelay: 10
  17. - type: entity
  18. id: ActionCritFakeDeath
  19. name: Fake Death
  20. description: Pretend to take your final breath while staying alive.
  21. components:
  22. - type: InstantAction
  23. itemIconStyle: NoItem
  24. checkCanInteract: false
  25. checkConsciousness: false
  26. icon:
  27. sprite: Interface/Actions/actions_crit.rsi
  28. state: fakedeath
  29. event: !type:CritFakeDeathEvent
  30. useDelay: 30
  31. - type: entity
  32. id: ActionCritLastWords
  33. name: Say Last Words
  34. description: Whisper your last words to anyone nearby, and then succumb to your fate. You only have 30 characters to work with.
  35. components:
  36. - type: InstantAction
  37. itemIconStyle: NoItem
  38. checkCanInteract: false
  39. checkConsciousness: false
  40. icon:
  41. sprite: Interface/Actions/actions_crit.rsi
  42. state: lastwords
  43. event: !type:CritLastWordsEvent
  44. startDelay: true
  45. useDelay: 10