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
827 B
20 lines
827 B
local L = BigWigs:NewBossLocale("Eye of Azshara Trash", "zhTW")
|
|
if not L then return end
|
|
if L then
|
|
--L.wrangler = "Hatecoil Wrangler"
|
|
--L.stormweaver = "Hatecoil Stormweaver"
|
|
--L.crusher = "Hatecoil Crusher"
|
|
--L.oracle = "Hatecoil Oracle"
|
|
--L.siltwalker = "Mak'rana Siltwalker"
|
|
--L.tides = "Restless Tides"
|
|
--L.arcanist = "Hatecoil Arcanist"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Lady Hatecoil", "zhTW")
|
|
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
|
|
|