1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 08:27:46 +00:00

map more action cost types

This commit is contained in:
NotAdam 2019-02-09 23:36:07 +11:00
parent e22316e425
commit 6388d0bfd9

View file

@ -543,8 +543,14 @@ namespace Sapphire::Common
None = 0, // ? None = 0, // ?
MagicPoints = 3, MagicPoints = 3,
TacticsPoints = 5, TacticsPoints = 5,
ClassGaugeWAR = 22, WARGauge = 22,
DRKGauge = 25,
AetherflowStack = 30, AetherflowStack = 30,
Status = 32,
PLDGauge = 41,
RDMGaugeBoth = 74,
// RDMGaugeBlack = 75, // not right?
DRGGauge3Eyes = 76,
}; };
enum class ActionType : int8_t enum class ActionType : int8_t