5.19.9
This commit is contained in:
@@ -2639,6 +2639,130 @@ if WeakAuras.isAwesomeEnabled() then
|
||||
Private.classification_types.minus = L["Minus (Small Nameplate)"]
|
||||
end
|
||||
|
||||
Private.creature_type_types = {
|
||||
[1] = L["Beast"],
|
||||
[2] = L["Dragonkin"],
|
||||
[3] = L["Demon"],
|
||||
[4] = L["Elemental"],
|
||||
[5] = L["Giant"],
|
||||
[6] = L["Undead"],
|
||||
[7] = L["Humanoid"],
|
||||
[8] = L["Critter"],
|
||||
[9] = L["Mechanical"],
|
||||
[10] = L["Not specified"],
|
||||
[11] = L["Totem"],
|
||||
[12] = L["Non-combat Pet"],
|
||||
[13] = L["Gas Cloud"],
|
||||
[14] = L["Wild Pet"],
|
||||
[15] = L["Aberration"],
|
||||
}
|
||||
|
||||
Private.ExecEnv.creature_type_name_to_id = {
|
||||
[L["Beast"]] = 1,
|
||||
[L["Dragonkin"]] = 2,
|
||||
[L["Demon"]] = 3,
|
||||
[L["Elemental"]] = 4,
|
||||
[L["Giant"]] = 5,
|
||||
[L["Undead"]] = 6,
|
||||
[L["Humanoid"]] = 7,
|
||||
[L["Critter"]] = 8,
|
||||
[L["Mechanical"]] = 9,
|
||||
[L["Not specified"]] = 10,
|
||||
[L["Totem"]] = 11,
|
||||
[L["Non-combat Pet"]] = 12,
|
||||
[L["Gas Cloud"]] = 13,
|
||||
[L["Wild Pet"]] = 14,
|
||||
[L["Aberration"]] = 15,
|
||||
}
|
||||
|
||||
Private.creature_family_types = {
|
||||
[1] = L["Wolf"],
|
||||
[2] = L["Cat"],
|
||||
[3] = L["Spider"],
|
||||
[4] = L["Bear"],
|
||||
[5] = L["Boar"],
|
||||
[6] = L["Crocolisk"],
|
||||
[7] = L["Carrion Bird"],
|
||||
[8] = L["Crab"],
|
||||
[9] = L["Gorilla"],
|
||||
[11] = L["Raptor"],
|
||||
[12] = L["Tallstrider"],
|
||||
[15] = L["Felhunter"],
|
||||
[16] = L["Voidwalker"],
|
||||
[17] = L["Succubus"],
|
||||
[19] = L["Doomguard"],
|
||||
[20] = L["Scorpid"],
|
||||
[21] = L["Turtle"],
|
||||
[23] = L["Imp"],
|
||||
[24] = L["Bat"],
|
||||
[25] = L["Hyena"],
|
||||
[26] = L["Bird of Prey"],
|
||||
[27] = L["Wind Serpent"],
|
||||
[28] = L["Remote Control"],
|
||||
[29] = L["Felguard"],
|
||||
[30] = L["Dragonhawk"],
|
||||
[31] = L["Ravager"],
|
||||
[32] = L["Warp Stalker"],
|
||||
[33] = L["Sporebat"],
|
||||
[34] = L["Nether Ray"],
|
||||
[35] = L["Serpent"],
|
||||
[37] = L["Moth"],
|
||||
[38] = L["Chimaera"],
|
||||
[39] = L["Devilsaur"],
|
||||
[40] = L["Ghoul"],
|
||||
[41] = L["Silithid"],
|
||||
[42] = L["Worm"],
|
||||
[43] = L["Rhino"],
|
||||
[44] = L["Wasp"],
|
||||
[45] = L["Core Hound"],
|
||||
[46] = L["Spirit Beast"],
|
||||
[302] = L["Incubus"],
|
||||
}
|
||||
|
||||
Private.ExecEnv.creature_family_name_to_id = {
|
||||
[L["Wolf"]] = 1,
|
||||
[L["Cat"]] = 2,
|
||||
[L["Spider"]] = 3,
|
||||
[L["Bear"]] = 4,
|
||||
[L["Boar"]] = 5,
|
||||
[L["Crocolisk"]] = 6,
|
||||
[L["Carrion Bird"]] = 7,
|
||||
[L["Crab"]] = 8,
|
||||
[L["Gorilla"]] = 9,
|
||||
[L["Raptor"]] = 11,
|
||||
[L["Tallstrider"]] = 12,
|
||||
[L["Felhunter"]] = 15,
|
||||
[L["Voidwalker"]] = 16,
|
||||
[L["Succubus"]] = 17,
|
||||
[L["Doomguard"]] = 19,
|
||||
[L["Scorpid"]] = 20,
|
||||
[L["Turtle"]] = 21,
|
||||
[L["Imp"]] = 23,
|
||||
[L["Bat"]] = 24,
|
||||
[L["Hyena"]] = 25,
|
||||
[L["Bird of Prey"]] = 26,
|
||||
[L["Wind Serpent"]] = 27,
|
||||
[L["Remote Control"]] = 28,
|
||||
[L["Felguard"]] = 29,
|
||||
[L["Dragonhawk"]] = 30,
|
||||
[L["Ravager"]] = 31,
|
||||
[L["Warp Stalker"]] = 32,
|
||||
[L["Sporebat"]] = 33,
|
||||
[L["Nether Ray"]] = 34,
|
||||
[L["Serpent"]] = 35,
|
||||
[L["Moth"]] = 37,
|
||||
[L["Chimaera"]] = 38,
|
||||
[L["Devilsaur"]] = 39,
|
||||
[L["Ghoul"]] = 40,
|
||||
[L["Silithid"]] = 41,
|
||||
[L["Worm"]] = 42,
|
||||
[L["Rhino"]] = 43,
|
||||
[L["Wasp"]] = 44,
|
||||
[L["Core Hound"]] = 45,
|
||||
[L["Spirit Beast"]] = 46,
|
||||
[L["Incubus"]] = 302,
|
||||
}
|
||||
|
||||
Private.anim_start_preset_types = {
|
||||
slidetop = L["Slide from Top"],
|
||||
slideleft = L["Slide from Left"],
|
||||
|
||||
Reference in New Issue
Block a user