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.
33 lines
1.1 KiB
33 lines
1.1 KiB
local L = BigWigs:NewBossLocale("Cordana Felsong", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
--L.kick_combo = "Kick Combo"
|
|
|
|
--L.light_dropped = "%s dropped the Light."
|
|
--L.light_picked = "%s picked up the Light."
|
|
|
|
--L.warmup_text = "Cordana Felsong Active"
|
|
--L.warmup_trigger = "I have what I was after. But I stayed just so that I could put an end to you... once and for all!"
|
|
--L.warmup_trigger_2 = "And now you fools have fallen into my trap. Let's see how you fare in the dark."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Glazer", "itIT")
|
|
if L then
|
|
--L.radiation_level = "%s: %d%%"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tirathon Saltheril", "itIT")
|
|
if L then
|
|
--L.warmup_trigger = "I will serve MY people, the exiled and the reviled."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Vault of the Wardens Trash", "itIT")
|
|
if L then
|
|
--L.infester = "Felsworn Infester"
|
|
--L.myrmidon = "Felsworn Myrmidon"
|
|
--L.fury = "Fel-Infused Fury"
|
|
--L.mother = "Foul Mother"
|
|
--L.illianna = "Blade Dancer Illianna"
|
|
--L.mendacius = "Dreadlord Mendacius"
|
|
--L.grimhorn = "Grimhorn the Enslaver"
|
|
end
|
|
|