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
413 B
16 lines
413 B
local L = BigWigs:NewBossLocale("Rocketspark and Borka", "zhTW")
|
|
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", "zhTW")
|
|
if L then
|
|
--L.dropped = "%s dropped!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Skylord Tovra", "zhTW")
|
|
if L then
|
|
--L.rakun = "Rakun"
|
|
end
|
|
|