You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
838 B
20 lines
838 B
local L = BigWigs:NewBossLocale("Eye of Azshara Trash", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
L.wrangler = "Mandriano Spiraostile"
|
|
L.stormweaver = "Brigliatuono Spiraostile"
|
|
L.crusher = "Frantumatore Spiraostile"
|
|
L.oracle = "Oracolo Spiraostile"
|
|
L.siltwalker = "Calcalimo Mak'rana"
|
|
L.tides = "Marea Irrequieta"
|
|
L.arcanist = "Arcanista Spiraostile"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Lady Hatecoil", "itIT")
|
|
if L then
|
|
--L.custom_on_show_helper_messages = "Helper messages for Static Nova and Focused Lightning"
|
|
--L.custom_on_show_helper_messages_desc = "Enable this option to add a helper message telling you whether water or land is safe when the boss starts casting |cff71d5ffStatic Nova|r or |cff71d5ffFocused Lightning|r."
|
|
|
|
--L.water_safe = "%s (water is safe)"
|
|
--L.land_safe = "%s (land is safe)"
|
|
end
|
|
|