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
439 B
16 lines
439 B
local L = BigWigs:NewBossLocale("Rocketspark and Borka", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.enrage = "Raserei"
|
|
L.enrage_desc = "Wenn Raketenfunken oder Borka getötet werden, gerät der jeweils andere in Raserei."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nitrogg Thundertower", "deDE")
|
|
if L then
|
|
L.dropped = "%s fallen gelassen!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Skylord Tovra", "deDE")
|
|
if L then
|
|
L.rakun = "Rakun"
|
|
end
|
|
|