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.
17 lines
468 B
17 lines
468 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Rocketspark and Borka", "ruRU")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
L.enrage = "Берсерк"
|
||
|
|
L.enrage_desc = "Когда Искролет или Борка убиты, другой входит в берсерк."
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Nitrogg Thundertower", "ruRU")
|
||
|
|
if L then
|
||
|
|
L.dropped = "%s уронены!"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Skylord Tovra", "ruRU")
|
||
|
|
if L then
|
||
|
|
L.rakun = "Ракун"
|
||
|
|
end
|