Revs (the spooky ones) (#9842)

This commit is contained in:
Nemanja
2022-08-13 09:49:41 -04:00
committed by GitHub
parent ab4e2ef74f
commit 3e1cf73469
68 changed files with 1976 additions and 34 deletions

View File

@@ -0,0 +1,38 @@
- type: instantAction
id: RevenantShop
icon: Interface/Actions/shop.png
name: Shop
description: Opens the ability shop.
serverEvent: !type:RevenantShopActionEvent
- type: instantAction
id: RevenantDefile
icon: Interface/Actions/defile.png
name: Defile
description: Costs 30 Essence.
serverEvent: !type:RevenantDefileActionEvent
useDelay: 15
- type: instantAction
id: RevenantOverloadLights
icon: Interface/Actions/overloadlight.png
name: Overload Lights
description: Costs 40 Essence.
serverEvent: !type:RevenantOverloadLightsActionEvent
useDelay: 20
- type: instantAction
id: RevenantBlight
icon: Interface/Actions/blight.png
name: Blight
description: Costs 50 Essence.
serverEvent: !type:RevenantBlightActionEvent
useDelay: 20
- type: instantAction
id: RevenantMalfunction
icon: Interface/Actions/malfunction.png
name: Malfunction
description: Costs 60 Essence.
serverEvent: !type:RevenantMalfunctionActionEvent
useDelay: 20