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
563 B
20 lines
563 B
local L = BigWigs:NewBossLocale("Pathaleon the Calculator", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.despawn_message = "Nethergespenster verschwinden bald"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Gatewatcher Iron-Hand", "deDE")
|
|
if L then
|
|
L.bossName = "Torwächter Eisenhand"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Gatewatcher Gyro-Kill", "deDE")
|
|
if L then
|
|
L.bossName = "Torwächter Gyrotod"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nethermancer Sepethrea", "deDE")
|
|
if L then
|
|
L.fixate_desc = "Lässt den Zaubernden sich auf ein zufälliges Ziel fixieren."
|
|
end
|
|
|