| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- - type: entity
- id: ActionRevenantShop
- name: Shop
- description: Opens the ability shop.
- components:
- - type: InstantAction
- icon: Interface/Actions/shop.png
- event: !type:RevenantShopActionEvent
- - type: entity
- id: ActionRevenantDefile
- name: Defile
- description: Costs 30 Essence.
- components:
- - type: InstantAction
- icon: Interface/Actions/defile.png
- event: !type:RevenantDefileActionEvent
- useDelay: 15
- - type: entity
- id: ActionRevenantOverloadLights
- name: Overload Lights
- description: Costs 40 Essence.
- components:
- - type: InstantAction
- icon: Interface/Actions/overloadlight.png
- event: !type:RevenantOverloadLightsActionEvent
- useDelay: 20
- #- type: entity
- # id: ActionRevenantBlight
- # name: Blight
- # description: Costs 50 Essence.
- # components:
- # - type: InstantAction
- # icon: Interface/Actions/blight.png
- # event: !type:RevenantBlightActionEvent
- # useDelay: 20
- - type: entity
- id: ActionRevenantMalfunction
- name: Malfunction
- description: Costs 60 Essence.
- components:
- - type: InstantAction
- icon: Interface/Actions/malfunction.png
- event: !type:RevenantMalfunctionActionEvent
- useDelay: 20
|