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
588 B
20 lines
588 B
local L = BigWigs:NewBossLocale("Pathaleon the Calculator", "ptBR")
|
|
if not L then return end
|
|
if L then
|
|
L.despawn_message = "Aparições Etéreas desaparecendo em breve"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Gatewatcher Iron-Hand", "ptBR")
|
|
if L then
|
|
L.bossName = "Vigia do Portal Mão-de-ferro"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Gatewatcher Gyro-Kill", "ptBR")
|
|
if L then
|
|
L.bossName = "Vigia do Portal Matagiros"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nethermancer Sepethrea", "ptBR")
|
|
if L then
|
|
L.fixate_desc = "Faz com que o lançador fixe a atenção em um alvo aleatório."
|
|
end
|
|
|