landsandboat/scripts/enum/recast.lua
MowFord 368da812f2
[cpp/lua] Bp recast (#5518)
* Redundant recast reset for deactivate

* Move smn blood pact cooldown to lua

* Update Cait Sith BP to consume MP again

* Fix updated bp recast logic to consider apogee

---------

Co-authored-by: Xaver-DaRed <60053999+Xaver-DaRed@users.noreply.github.com>
2024-05-18 13:13:25 -04:00

20 lines
320 B
Lua

-----------------------------------
-- Recast IDs
-----------------------------------
xi = xi or {}
xi.recast =
{
ITEM = 0,
MAGIC = 1,
ABILITY = 2,
}
xi.recastID =
{
SIC = 102,
BLOODPACT_RAGE = 173,
BLOODPACT_WARD = 174,
QUICKDRAW = 195,
STRATAGEM = 231,
}