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.
168 lines
7.1 KiB
168 lines
7.1 KiB
local L = BigWigs:NewBossLocale("Shriekwing", "esES")
|
|
if not L then return end
|
|
if L then
|
|
--L.pickup_lantern = "%s picked up the lantern!"
|
|
--L.dropped_lantern = "Lantern dropped by %s!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Huntsman Altimor", "esES")
|
|
if L then
|
|
--L.killed = "%s Killed"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Sun King's Salvation", "esES")
|
|
if L then
|
|
--L.shield_removed = "%s removed after %.1fs" -- "Shield removed after 1.1s" s = seconds
|
|
--L.shield_remaining = "%s remaining: %s (%.1f%%)" -- "Shield remaining: 2.1K (5.3%)"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Hungering Destroyer", "esES")
|
|
if L then
|
|
L.miasma = "Miasma" -- Short for Gluttonous Miasma
|
|
|
|
--L.custom_on_repeating_yell_miasma = "Repeating Miasma Health Yell"
|
|
--L.custom_on_repeating_yell_miasma_desc = "Repeating yell messages for Gluttonous Miasma to let others know when you are below 75% health."
|
|
|
|
--L.custom_on_repeating_say_laser = "Repeating Volatile Ejection Say"
|
|
--L.custom_on_repeating_say_laser_desc = "Repeating say messages for Volatile Ejection to help when moving into chat range of players that didn't see your first message."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Artificer Xy'mox", "esES")
|
|
if L then
|
|
L.tear = "Rasgadura" -- Short for Dimensional Tear
|
|
L.spirits = "Espíritus" -- Short for Fleeting Spirits
|
|
L.seeds = "Semillas" -- Short for Seeds of Extinction
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Lady Inerva Darkvein", "esES")
|
|
if L then
|
|
--L.times = "%dx %s"
|
|
|
|
--L.level = "%s (Level |cffffff00%d|r)"
|
|
--L.full = "%s (|cffff0000FULL|r)"
|
|
|
|
--L.anima_adds = "Concentrate Anima Adds"
|
|
--L.anima_adds_desc = "Show a timer for when adds spawn from the Concentrate Anima debuffs."
|
|
|
|
--L.custom_off_experimental = "Enable experimental features"
|
|
--L.custom_off_experimental_desc = "These features are |cffff0000not tested|r and could |cffff0000spam|r."
|
|
|
|
--L.anima_tracking = "Anima Tracking |cffff0000(Experimental)|r"
|
|
--L.anima_tracking_desc = "Messages and Bars to track anima levels in the containers.|n|cffaaff00Tip: You might want to disable the information box or bars, depending your preference."
|
|
|
|
--L.custom_on_stop_timers = "Always show ability bars"
|
|
--L.custom_on_stop_timers_desc = "Just for testing right now"
|
|
|
|
--L.desires = "Desires"
|
|
--L.bottles = "Bottles"
|
|
--L.sins = "Sins"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("The Council of Blood", "esES")
|
|
if L then
|
|
--L.custom_on_repeating_dark_recital = "Repeating Dark Recital"
|
|
--L.custom_on_repeating_dark_recital_desc = "Repeating Dark Recital say messages with icons {rt1}, {rt2} to find your partner while dancing."
|
|
|
|
--L.custom_off_select_boss_order = "Mark Boss Kill Order"
|
|
--L.custom_off_select_boss_order_desc = "Mark the order the raid will kill the bosses in with cross {rt7}. Requires raid leader or assist to mark."
|
|
L.custom_off_select_boss_order_value1 = "Niklaus -> Frieda -> Stavros"
|
|
L.custom_off_select_boss_order_value2 = "Frieda -> Niklaus -> Stavros"
|
|
L.custom_off_select_boss_order_value3 = "Stavros -> Niklaus -> Frieda"
|
|
L.custom_off_select_boss_order_value4 = "Niklaus -> Stavros -> Frieda"
|
|
L.custom_off_select_boss_order_value5 = "Frieda -> Stavros -> Niklaus"
|
|
L.custom_off_select_boss_order_value6 = "Stavros -> Frieda -> Niklaus"
|
|
|
|
--L.dance_assist = "Dance Assist"
|
|
--L.dance_assist_desc = "Show directional warnings for the dancing stage."
|
|
--L.dance_assist_up = "|T450907:0:0:0:0:64:64:4:60:4:60|t Dance Forward |T450907:0:0:0:0:64:64:4:60:4:60|t"
|
|
--L.dance_assist_right = "|T450908:0:0:0:0:64:64:4:60:4:60|t Dance Right |T450908:0:0:0:0:64:64:4:60:4:60|t"
|
|
--L.dance_assist_down = "|T450905:0:0:0:0:64:64:4:60:4:60|t Dance Down |T450905:0:0:0:0:64:64:4:60:4:60|t"
|
|
--L.dance_assist_left = "|T450906:0:0:0:0:64:64:4:60:4:60|t Dance Left |T450906:0:0:0:0:64:64:4:60:4:60|t"
|
|
-- These need to match the in-game boss yells
|
|
--L.dance_yell_up = "Prance Forward" -- Prance Forward!
|
|
--L.dance_yell_right = "Shimmy right" -- Shimmy right!
|
|
--L.dance_yell_down = "Boogie down" -- Boogie down!
|
|
--L.dance_yell_left = "Sashay left" -- Sashay left!
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Sludgefist", "esES")
|
|
if L then
|
|
--L.stomp_shift = "Stomp & Shift" -- Destructive Stomp + Seismic Shift
|
|
|
|
--L.fun_info = "Damage Info"
|
|
--L.fun_info_desc = "Display a message showing how much health the boss lost during Destructive Impact."
|
|
|
|
--L.health_lost = "Sludgefist went down %.1f%%!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Stone Legion Generals", "esES")
|
|
if L then
|
|
--L.first_blade = "First Blade"
|
|
--L.second_blade = "Second Blade"
|
|
|
|
--L.skirmishers = "Skirmishers" -- Short for Stone Legion Skirmishers
|
|
L.eruption = "Erupción" -- Short for Reverberating Eruption
|
|
|
|
--L.custom_on_stop_timers = "Always show ability bars"
|
|
--L.custom_on_stop_timers_desc = "Just for testing right now"
|
|
|
|
--L.goliath_short = "Goliath"
|
|
--L.goliath_desc = "Show warnings and timers for when the Stone Legion Goliath is going to spawn."
|
|
|
|
--L.commando_short = "Commando"
|
|
--L.commando_desc = "Show warnings when a Stone Legion Commando is killed."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Sire Denathrius", "esES")
|
|
if L then
|
|
--L.infobox_stacks = "%d |4Stack:Stacks;: %d |4player:players;" -- 4 Stacks: 5 players // 1 Stack: 1 player
|
|
|
|
--L.custom_on_repeating_nighthunter = "Repeating Night Hunter Yell"
|
|
--L.custom_on_repeating_nighthunter_desc = "Repeating yell messages for the Night Hunter ability using icons {rt1} or {rt2} or {rt3} to find your line easier if you have to soak."
|
|
|
|
--L.custom_on_repeating_impale = "Repeating Impale Say"
|
|
--L.custom_on_repeating_impale_desc = "Repeating say messages for the Impale ability using '1' or '22' or '333' or '4444' to make it clear in what order you will be hit."
|
|
|
|
--L.hymn_stacks = "Nathrian Hymn"
|
|
--L.hymn_stacks_desc = "Alerts for the amount of Nathrian Hymn stacks currently on you."
|
|
|
|
--L.ravage_target = "Reflection: Ravage Target Cast Bar"
|
|
--L.ravage_target_desc = "Cast bar showing the time until the reflection targets a location for Ravage."
|
|
--L.ravage_targeted = "Ravage Targeted" -- Text on the bar for when Ravage picks its location to target in stage 3
|
|
|
|
--L.no_mirror = "No Mirror: %d" -- Player amount that does not have the Through the Mirror
|
|
--L.mirror = "Mirror: %d" -- Player amount that does have the Through the Mirror
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Castle Nathria Trash", "esES")
|
|
if L then
|
|
--[[ Pre Shriekwing ]]--
|
|
L.moldovaak = "Moldovaak"
|
|
L.caramain = "Caramain"
|
|
L.sindrel = "Sindrel"
|
|
L.hargitas = "Hargitas"
|
|
|
|
--[[ Shriekwing -> Huntsman Altimor ]]--
|
|
L.gargon = "Gargon descomunal"
|
|
L.hawkeye = "Ojohalcón de Nathria"
|
|
L.overseer = "Sobrestante de perrera"
|
|
|
|
--[[ Huntsman Altimor -> Hungering Destroyer ]]--
|
|
L.feaster = "Descarnador aterrador"
|
|
L.rat = "Rata de tamaño inusual"
|
|
L.miasma = "Miasma" -- Short for Gluttonous Miasma
|
|
|
|
--[[ Hungering Destroyer -> Lady Inerva Darkvein ]]--
|
|
L.deplina = "Deplina"
|
|
L.dragost = "Dragost"
|
|
L.kullan = "Kullan"
|
|
|
|
--[[ Shriekwing -> Xy'mox ]]--
|
|
L.antiquarian = "Anticuaria siniestra"
|
|
L.conservator = "Conservador de Nathria"
|
|
L.archivist = "Archivista de Nathria"
|
|
L.hierarch = "Jerarca de la corte"
|
|
|
|
--[[ Sludgefist -> Stone Legion Generals ]]--
|
|
L.goliath = "Goliat de la Legión Pétrea"
|
|
end
|
|
|