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.
16 lines
523 B
16 lines
523 B
local L = BigWigs:NewBossLocale("Kanrethad Ebonlocke", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.name = "Kanrethad Schwarzhaupt"
|
|
|
|
L.summons = "Beschworene"
|
|
L.debuffs = "Debuffs"
|
|
|
|
L.start_say = "SEHT" -- BEHOLD! I have truly mastered the fel energies of this world! The demonic power I now command... It is indescribable, unlimited, OMNIPOTENT!
|
|
L.win_say = "Jubeka" -- Jubeka?! What are you...?!
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Essence of Order", "deDE")
|
|
if L then
|
|
L.name = "Essenz der Ordnung"
|
|
end
|
|
|