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.
28 lines
1.2 KiB
28 lines
1.2 KiB
local L = BigWigs:NewBossLocale("Viceroy Nezhar", "esES") or BigWigs:NewBossLocale("Viceroy Nezhar", "esMX")
|
|
if not L then return end
|
|
if L then
|
|
--L.tentacles = "Tentacles"
|
|
--L.guards = "Guards"
|
|
--L.interrupted = "%s interrupted %s (%.1fs left)!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("L'ura", "esES") or BigWigs:NewBossLocale("L'ura", "esMX")
|
|
if L then
|
|
--L.warmup_text = "L'ura Active"
|
|
--L.warmup_trigger = "Such chaos... such anguish. I have never sensed anything like it before."
|
|
--L.warmup_trigger_2 = "Such musings can wait, though. This entity must die."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Seat of the Triumvirate Trash", "esES") or BigWigs:NewBossLocale("Seat of the Triumvirate Trash", "esMX")
|
|
if L then
|
|
--L.custom_on_autotalk = "Autotalk"
|
|
--L.custom_on_autotalk_desc = "Instantly selects Alleria Winrunners gossip option."
|
|
--L.gossip_available = "Gossip available"
|
|
--L.alleria_gossip_trigger = "Follow me!" -- Allerias yell after the first boss is defeated
|
|
|
|
--L.alleria = "Alleria Windrunner"
|
|
--L.subjugator = "Shadowguard Subjugator"
|
|
--L.voidbender = "Shadowguard Voidbender"
|
|
--L.conjurer = "Shadowguard Conjurer"
|
|
--L.weaver = "Grand Shadow-Weaver"
|
|
end
|
|
|