landsandboat/scripts/enum/unity_leader.lua
claywar 33b91eedaa
Change roe records to table, and update references in roe global
Rename xi.unityLeaders to xi.unityLeader for enum consistency


Change roeTriggers to roeTrigger for enum consistency


[ci] Remove getParsedRecords global exception
2023-08-23 17:57:35 -04:00

17 lines
362 B
Lua

xi = xi or {}
xi.unityLeader =
{
NONE = 0,
PIEUJE = 1,
AYAME = 2,
INVINCIBLE_SHIELD = 3,
APURURU = 4,
MAAT = 5,
ALDO = 6,
JAKOH_WAHCONDALO = 7,
NAJA_SALAHEEM = 8,
FLAVIRIA = 9,
YORAN_ORAN = 10,
SYLVIE = 11,
}