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
779 B
21 lines
779 B
local L = BigWigs:NewBossLocale("Neltharions Lair Trash", "ruRU")
|
|
if not L then return end
|
|
if L then
|
|
L.breaker = "Крушитель из племени Камня Силы"
|
|
--L.hulk = "Vileshard Hulk"
|
|
--L.gnasher = "Rockback Gnasher"
|
|
--L.trapper = "Rockbound Trapper"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Rokmora", "ruRU")
|
|
if L then
|
|
L.warmup_text = "Рокмора активна"
|
|
L.warmup_trigger = "Наваррогг?! Предатель, ты привел к нам чужаков?!"
|
|
L.warmup_trigger_2 = "Меня устроят оба варианта! Рокмора, убей их!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Ularogg Cragshaper", "ruRU")
|
|
if L then
|
|
--L.totems = "Totems"
|
|
--L.bellow = "{193375} (Totems)" -- Bellow of the Deeps (Totems)
|
|
end
|
|
|