From 6388d0bfd99dd23aff0f2dbef8826f49b2ce1372 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 9 Feb 2019 23:36:07 +1100 Subject: [PATCH] map more action cost types --- src/common/Common.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/common/Common.h b/src/common/Common.h index 1354b687..866a788e 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -543,8 +543,14 @@ namespace Sapphire::Common None = 0, // ? MagicPoints = 3, TacticsPoints = 5, - ClassGaugeWAR = 22, + WARGauge = 22, + DRKGauge = 25, AetherflowStack = 30, + Status = 32, + PLDGauge = 41, + RDMGaugeBoth = 74, +// RDMGaugeBlack = 75, // not right? + DRGGauge3Eyes = 76, }; enum class ActionType : int8_t