Skip to content

Commit 1fcb21e

Browse files
author
Freddie
committed
Add prepatch weeklies
1 parent 9ec53f9 commit 1fcb21e

6 files changed

Lines changed: 28 additions & 0 deletions

File tree

Data/Chores/Events/Events.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ Addon.data.chores.choresEvents = {
2727
{ quest = 91205 }, -- Ultra Prime Deluxe Turbo-Boost: Powerhouse Challenges
2828
},
2929
},
30+
{
31+
key = 'prepatchDisruptTheCall',
32+
minimumLevel = 10,
33+
-- requiredQuest = 90768, -- Cult it Out (account?)
34+
oncePerAccount = true,
35+
entries = {
36+
{ quest = 91795 }, -- Disrupt the Call
37+
},
38+
},
39+
{
40+
key = 'prepatchTwilightsDawn',
41+
minimumLevel = 10,
42+
-- requiredQuest = 90768, -- Cult it Out (account?)
43+
oncePerAccount = true,
44+
entries = {
45+
{ quest = 87308 }, -- Twilight's Dawn
46+
},
47+
},
3048
},
3149
},
3250
{

Locales/enUS.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ L['chore:events:holidays:quests:timewalkingTurnIn'] = 'Timewalking Turn-in'
208208
L['chore:events:holidays:quests:worldQuests'] = 'World Quests'
209209

210210
L['chore:events:special:quests:turboBoost'] = 'Turbo Boost'
211+
L['chore:events:special:quests:prepatchDisruptTheCall'] = 'Disrupt the Call'
212+
L['chore:events:special:quests:prepatchTwilightsDawn'] = "Twilight's Dawn"
211213

212214
L['chore:events:holidays2:dungeons:corenDirebrew'] = 'Coren Direbrew'
213215
L['chore:events:holidays2:dungeons:crownChemicalCo'] = 'Crown Chemical Co.'

Locales/koKR.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ L['chore:events:holidays:quests:timewalkingTurnIn'] = '시간여행 반납'
209209
L['chore:events:holidays:quests:worldQuests'] = '전역 퀘스트'
210210

211211
L['chore:events:special:quests:turboBoost'] = '터보 부스터'
212+
L['chore:events:special:quests:prepatchDisruptTheCall'] = 'Disrupt the Call'
213+
L['chore:events:special:quests:prepatchTwilightsDawn'] = "Twilight's Dawn"
212214

213215
L['chore:events:holidays2:dungeons:corenDirebrew'] = '코렌 다이어브루'
214216
L['chore:events:holidays2:dungeons:crownChemicalCo'] = '왕관화학회사'

Locales/ruRU.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ L['chore:events:holidays:quests:timewalkingTurnIn'] = 'Задание: Путе
210210
L['chore:events:holidays:quests:worldQuests'] = 'Локальные Задания'
211211

212212
L['chore:events:special:quests:turboBoost'] = 'Турбо-ускорение'
213+
L['chore:events:special:quests:prepatchDisruptTheCall'] = 'Disrupt the Call'
214+
L['chore:events:special:quests:prepatchTwilightsDawn'] = "Twilight's Dawn"
213215

214216
L['chore:events:holidays2:dungeons:corenDirebrew'] = 'Корен Худовар'
215217
L['chore:events:holidays2:dungeons:crownChemicalCo'] = 'Королевская химическая компания'

Locales/zhCN.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ L['chore:events:holidays:quests:timewalkingTurnIn'] = '时空漫游任务'
210210
L['chore:events:holidays:quests:worldQuests'] = '世界任务'
211211

212212
L['chore:events:special:quests:turboBoost'] = '涡轮加速'
213+
L['chore:events:special:quests:prepatchDisruptTheCall'] = 'Disrupt the Call'
214+
L['chore:events:special:quests:prepatchTwilightsDawn'] = "Twilight's Dawn"
213215

214216
L['chore:events:holidays2:dungeons:corenDirebrew'] = '科林·烈酒'
215217
L['chore:events:holidays2:dungeons:crownChemicalCo'] = '皇冠药剂公司'

Locales/zhTW.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ L['chore:events:holidays:quests:timewalkingTurnIn'] = '時光漫遊任務'
118118
L['chore:events:holidays:quests:worldQuests'] = '世界任務'
119119

120120
L['chore:events:special:quests:turboBoost'] = 'Turbo Boost'
121+
L['chore:events:special:quests:prepatchDisruptTheCall'] = 'Disrupt the Call'
122+
L['chore:events:special:quests:prepatchTwilightsDawn'] = "Twilight's Dawn"
121123

122124
L['chore:events:holidays2:dungeons:corenDirebrew'] = '寇仁・恐酒'
123125
L['chore:events:holidays2:dungeons:crownChemicalCo'] = '王冠化學製藥公司'

0 commit comments

Comments
 (0)