Add talent, spec, risk, and instance type load conditions

This commit is contained in:
andrew6180
2025-10-17 12:20:04 -07:00
parent 72b01063bc
commit 0f04c2ba3b
8 changed files with 199 additions and 143 deletions
+13 -4
View File
@@ -1212,6 +1212,9 @@ do
end
end
WeakAuras.specialization_types = {}
for i = 1, #SPEC_SWAP_SPELLS do WeakAuras.specialization_types[i] = L["Talent Specialization"] .. " " .. i end
Private.faction_group = {
Alliance = L["Alliance"],
Horde = L["Horde"],
@@ -2556,10 +2559,19 @@ Private.group_types = {
raid = L["In Raid"]
}
Private.ruleset_types = {
one = L["None"],
pve = NO_RISK_PVE,
pvp = NO_RISK_PVP,
highrisk = HIGH_RISK_PVP,
}
Private.difficulty_types = {
none = L["None"],
normal = PLAYER_DIFFICULTY1,
heroic = PLAYER_DIFFICULTY2
heroic = PLAYER_DIFFICULTY2,
mythic = "Mythic",
ascended = "Ascended",
}
Private.raid_role_types = {
@@ -3288,9 +3300,6 @@ Private.data_stub = {
class = {
multi = {},
},
talent = {
multi = {},
},
},
actions = {
init = {},