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
428 B
16 lines
428 B
local L = BigWigs:NewBossLocale("Rocketspark and Borka", "zhCN")
|
|
if not L then return end
|
|
if L then
|
|
L.enrage = "狂暴"
|
|
L.enrage_desc = "当铁路主管箭火或野蛮的波尔卡被击杀时,另一个会狂暴。"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nitrogg Thundertower", "zhCN")
|
|
if L then
|
|
L.dropped = "%s已掉落!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Skylord Tovra", "zhCN")
|
|
if L then
|
|
L.rakun = "拉昆"
|
|
end
|
|
|