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.
21 lines
526 B
21 lines
526 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Daakara", "deDE")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
L[42594] = "Bärenform" -- short form for "Essence of the Bear"
|
||
|
|
L[42607] = "Fuchsform"
|
||
|
|
L[42606] = "Adlerform"
|
||
|
|
L[42608] = "Drachenfalkenform"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Halazzi", "deDE")
|
||
|
|
if L then
|
||
|
|
L.spirit_message = "Geisterphase"
|
||
|
|
L.normal_message = "Normale Phase"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Nalorakk", "deDE")
|
||
|
|
if L then
|
||
|
|
L.troll_message = "Trollform"
|
||
|
|
L.troll_trigger = "Macht Platz für Nalorakk!"
|
||
|
|
end
|