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:
parent
e22316e425
commit
6388d0bfd9
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue