Skip to content

Commit 352fc71

Browse files
committed
move multi-line mods to comments
1 parent 9d4661f commit 352fc71

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

src/Data/QuestRewards.lua

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ return {
5858
},
5959
{
6060
-- "Medallion"
61+
-- NOTE: Both rewards include "+1 Charm Slot"
6162
["Act"] = 2,
6263
["Type"] = "",
6364
["Area"] = "Valley of the Titans",
6465
["Options"] = {
65-
"30% increased Charm Charges Gained,+1 Charm Slot",
66-
"30% increased Charm Effect Duration,+1 Charm Slot",
66+
"30% increased Charm Charges Gained",
67+
"30% increased Charm Effect Duration",
6768
},
6869
["AreaLevel"] = 26,
6970
["useConfig"] = true
@@ -246,16 +247,19 @@ return {
246247
},
247248
{
248249
-- "The Seven Pillars"
250+
-- TODO: The "5% increased Experience Gain" reward comes with the following downside:
251+
-- "-5% to Elemental Resistances,3% reduced Movement Speed,15% reduced Global Defences,20% reduced Presence Area Of Effect,12% reduced Cooldown Recovery Rate,5% reduced Attributes"
249252
["Act"] = 5,
250253
["Type"] = "Interlude 2",
251254
["Area"] = "Qimah",
252255
["Options"] = {
253-
"+5 to All Attributes",
254-
"+5% to All Elemental Resistances",
255-
"12% increased Cooldown Recovery Rate",
256+
"+5% to Elemental Resistances",
256257
"3% increased Movement Speed",
257-
"20% increased Presence Area Of Effect",
258258
"15% increased Global Defences",
259+
"20% increased Presence Area Of Effect",
260+
"12% increased Cooldown Recovery Rate",
261+
"+5 to all Attributes",
262+
"5% increased Experience Gain",
259263
},
260264
["AreaLevel"] = 63,
261265
["useConfig"] = true

0 commit comments

Comments
 (0)