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.
16 lines
411 B
16 lines
411 B
local L = BigWigs:NewBossLocale("Rocketspark and Borka", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
--L.enrage = "Enrage"
|
|
--L.enrage_desc = "When Rocketspark or Borka is killed, the other will enrage."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nitrogg Thundertower", "itIT")
|
|
if L then
|
|
--L.dropped = "%s dropped!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Skylord Tovra", "itIT")
|
|
if L then
|
|
L.rakun = "Rakun"
|
|
end
|
|
|