Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zhCN.lua #970

Merged
merged 5 commits into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BfA/Mechagon/Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if L then
L.blastatron_x80 = "爆破金刚X-80型"
L.mechagon_mechanic = "麦卡贡机械师"
L.workshop_defender = "车间防御者"
--L.junkyard_d0g = "Junkyard D.0.G."
L.junkyard_d0g = "D.0.G.型垃圾场巡犬"
end

L = BigWigs:NewBossLocale("Tussle Tonks", "zhCN")
Expand Down
2 changes: 1 addition & 1 deletion Legion/ArtifactScenarios/Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if L then
L.name = "大法师克希雷姆"
L.corruptingShadows = "腐蚀暗影"

--L.warmup_trigger1 = "You are too late, warrior! With the Focusing Iris under my control, I can siphon the arcane energy from Azeroth's ley lines directly into my magnificent self!"
L.warmup_trigger1 = "你太迟了,<class>!掌握了聚焦之虹,我就能直接从艾泽拉斯的魔网中抽取奥术能量来强化自身的法力!" --猎人进本NPC喊的是猎人,<class>是任务插件Questie任务描述常用的。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a trigger so must match exactly what the NPC says in game, this probably never worked for classes besides warrior.

These classes are eligible for this scenario:
Frost Death Knight
Havoc Demon Hunter
Survival Hunter
Subtlety Rogue
Arms Warrior

It seems like this will need a logic update to work properly for all classes.

end

L = BigWigs:NewBossLocale("Agatha", "zhCN")
Expand Down