mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Objects/Filters
* added filter for common spell foci
This commit is contained in:
@@ -3840,6 +3840,10 @@ var LANG = {
|
||||
[15, "Ammo"], [16, "蓝铁"], [17, "蒸汽动力"], [18, "Heat"],
|
||||
[19, "Ooze"], [20, "Blood Power"], [21, "Wrath"]
|
||||
],
|
||||
spellfocus: [
|
||||
[1, "铁砧"], [2, "织布机"], [3, "熔炉"], [4, "烹饪用火"], [663, "炼金实验室"],
|
||||
[883, "月亮井"]
|
||||
],
|
||||
flags: [
|
||||
[1, '0x00000001'], [2, '0x00000002'], [3, '0x00000004'], [4, '0x00000008'], [5, '0x00000010'],
|
||||
[6, '0x00000020'], [7, '0x00000040'], [8, '0x00000080'], [9, '0x00000100'], [10,'0x00000200'],
|
||||
@@ -4022,6 +4026,7 @@ var LANG = {
|
||||
startsquest: "启动任务",
|
||||
endsquest: "结束任务",
|
||||
id: "ID",
|
||||
spellfocus: "Spell Focus",
|
||||
|
||||
seploot: "拾取",
|
||||
averagemoneycontained: "平均含有金钱",
|
||||
|
||||
Reference in New Issue
Block a user