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.
9 lines
274 B
9 lines
274 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Lord Walden", "zhCN")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
-- %s will be either "Toxic Coagulant" or "Toxic Catalyst"
|
||
|
|
L.coagulant = "%s:移动消除"
|
||
|
|
L.catalyst = "%s:爆击增益"
|
||
|
|
L.toxin_healer_message = "%:全体 DoT"
|
||
|
|
end
|