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.
20 lines
538 B
20 lines
538 B
local L = BigWigs:NewBossLocale("Daakara", "zhCN")
|
|
if not L then return end
|
|
if L then
|
|
L[42594] = "野熊之形" -- short form for "Essence of the Bear"
|
|
L[42607] = "山猫之形"
|
|
L[42606] = "雄鹰之形"
|
|
L[42608] = "龙鹰之形"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Halazzi", "zhCN")
|
|
if L then
|
|
L.spirit_message = "灵魂阶段"
|
|
L.normal_message = "一般阶段"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Nalorakk", "zhCN")
|
|
if L then
|
|
L.troll_message = "巨魔之形"
|
|
L.troll_trigger = "纳洛拉克,变形,出发!"
|
|
end
|
|
|