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
539 B
20 lines
539 B
local L = BigWigs:NewBossLocale("Daakara", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
--L[42594] = "Bear Form" -- short form for "Essence of the Bear"
|
|
--L[42607] = "Lynx Form"
|
|
--L[42606] = "Eagle Form"
|
|
--L[42608] = "Dragonhawk Form"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Halazzi", "frFR")
|
|
if L then
|
|
--L.spirit_message = "Spirit Phase"
|
|
--L.normal_message = "Normal Phase"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nalorakk", "frFR")
|
|
if L then
|
|
--L.troll_message = "Troll Form"
|
|
--L.troll_trigger = "Make way for da Nalorakk!"
|
|
end
|
|
|