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.
10 lines
278 B
10 lines
278 B
local L = BigWigs:NewBossLocale("Grimrail Enforcers", "zhCN")
|
|
if not L then return end
|
|
if L then
|
|
L.sphere_fail_message = "血球被移除 - 他们恢复血量 :("
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Oshir", "zhCN")
|
|
if L then
|
|
L.freed = "%.1f秒后,进食时间!"
|
|
end
|
|
|