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
722 B
20 lines
722 B
local L = BigWigs:NewBossLocale("Pathaleon the Calculator", "ruRU")
|
|
if not L then return end
|
|
if L then
|
|
L.despawn_message = "Скоро Призраки Хаоса исчезнут"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Gatewatcher Iron-Hand", "ruRU")
|
|
if L then
|
|
L.bossName = "Страж ворот Стальная Клешня"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Gatewatcher Gyro-Kill", "ruRU")
|
|
if L then
|
|
L.bossName = "Страж ворот Точеный Нож"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nethermancer Sepethrea", "ruRU")
|
|
if L then
|
|
L.fixate_desc = "Вынуждает заклинателя сосредоточить свое внимание на случайно выбранной цели."
|
|
end
|
|
|