revenant.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. - type: entity
  2. id: ActionRevenantShop
  3. name: Shop
  4. description: Opens the ability shop.
  5. components:
  6. - type: InstantAction
  7. icon: Interface/Actions/shop.png
  8. event: !type:RevenantShopActionEvent
  9. - type: entity
  10. id: ActionRevenantDefile
  11. name: Defile
  12. description: Costs 30 Essence.
  13. components:
  14. - type: InstantAction
  15. icon: Interface/Actions/defile.png
  16. event: !type:RevenantDefileActionEvent
  17. useDelay: 15
  18. - type: entity
  19. id: ActionRevenantOverloadLights
  20. name: Overload Lights
  21. description: Costs 40 Essence.
  22. components:
  23. - type: InstantAction
  24. icon: Interface/Actions/overloadlight.png
  25. event: !type:RevenantOverloadLightsActionEvent
  26. useDelay: 20
  27. #- type: entity
  28. # id: ActionRevenantBlight
  29. # name: Blight
  30. # description: Costs 50 Essence.
  31. # components:
  32. # - type: InstantAction
  33. # icon: Interface/Actions/blight.png
  34. # event: !type:RevenantBlightActionEvent
  35. # useDelay: 20
  36. - type: entity
  37. id: ActionRevenantMalfunction
  38. name: Malfunction
  39. description: Costs 60 Essence.
  40. components:
  41. - type: InstantAction
  42. icon: Interface/Actions/malfunction.png
  43. event: !type:RevenantMalfunctionActionEvent
  44. useDelay: 20