-
Notifications
You must be signed in to change notification settings - Fork 402
Expand file tree
/
Copy pathQuestRewards.lua
More file actions
158 lines (157 loc) · 3.05 KB
/
Copy pathQuestRewards.lua
File metadata and controls
158 lines (157 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
-- This file is automatically generated, do not edit!
-- Item data (c) Grinding Gear Games
return {
{
["Act"] = 1,
["Area"] = "Beira of the Rotten Pack",
["Stat"] = "+10% to Cold Resistance",
["questPoints"] = 0,
["AreaLevel"] = 2,
},
{
["Act"] = 1,
["Area"] = "The Crowbell",
["questPoints"] = 2,
["AreaLevel"] = 10,
},
{
["Act"] = 1,
["Area"] = "The King in the Mists",
["Stat"] = "+30 to Spirit",
["questPoints"] = 0,
["AreaLevel"] = 11,
},
{
["Act"] = 1,
["Area"] = "Candlemass, the Living Rite",
["Stat"] = "+20 to maximum Life",
["questPoints"] = 0,
["AreaLevel"] = 15,
},
{
["Act"] = 2,
["Area"] = "Kabala, Constrictor Queen",
["questPoints"] = 2,
["AreaLevel"] = 21,
},
{
["Act"] = 2,
["Area"] = "Medallion",
["Stat"] = "30% increased Charm Charges gained,+1 Charm Slot",
["questPoints"] = 0,
["AreaLevel"] = 21,
},
{
["Act"] = 2,
["Area"] = "Medallion",
["Stat"] = "30% increased Charm Effect Duration,+1 Charm Slot",
["questPoints"] = 0,
["AreaLevel"] = 21,
},
{
["Act"] = 2,
["Area"] = "Final Letter",
["questPoints"] = 2,
["AreaLevel"] = 28,
},
{
["Act"] = 2,
["Area"] = "Sisters of Garukhan",
["Stat"] = "+10% to Lightning Resistance",
["questPoints"] = 0,
["AreaLevel"] = 30,
},
{
["Act"] = 3,
["Area"] = "Mighty Silverfist",
["questPoints"] = 2,
["AreaLevel"] = 34,
},
{
["Act"] = 3,
["Area"] = "Venom Draught",
["Stat"] = "25% increased Stun Threshold",
["questPoints"] = 0,
["AreaLevel"] = 35,
},
{
["Act"] = 3,
["Area"] = "Venom Draught",
["Stat"] = "30% increased Elemental Ailment Threshold",
["questPoints"] = 0,
["AreaLevel"] = 35,
},
{
["Act"] = 3,
["Area"] = "Venom Draught",
["Stat"] = "25% increased Mana Regeneration Rate",
["questPoints"] = 0,
["AreaLevel"] = 35,
},
{
["Act"] = 3,
["Area"] = "Blackjaw, the Remnant",
["Stat"] = "+10% to Fire Resistance",
["questPoints"] = 0,
["AreaLevel"] = 37,
},
{
["Act"] = 3,
["Area"] = "Ignagduk, the Bog Witch",
["Stat"] = "+30 to Spirit",
["questPoints"] = 0,
["AreaLevel"] = 36,
},
{
["Act"] = 3,
["Area"] = "Ultimatum",
["questPoints"] = 0,
["AreaLevel"] = 38,
},
{
["Act"] = 3,
["Area"] = "Blood Sacrifice",
["questPoints"] = 2,
["AreaLevel"] = 44,
},
{
["Act"] = 4,
["Area"] = "Goddess of Justice",
["Stat"] = "30% increased Life Recovery from Flasks",
["questPoints"] = 0,
["AreaLevel"] = 46,
},
{
["Act"] = 4,
["Area"] = "Goddess of Justice",
["Stat"] = "30% increased Mana Recovery from Flasks",
["questPoints"] = 0,
["AreaLevel"] = 46,
},
{
["Act"] = 6,
["Area"] = "Oswin, the Dread Warden",
["questPoints"] = 2,
["AreaLevel"] = 56,
},
{
["Act"] = 6,
["Area"] = "Molten Shrine",
["Stat"] = "5% increased maximum Life",
["questPoints"] = 0,
["AreaLevel"] = 54,
},
{
["Act"] = 6,
["Area"] = "Lythara, the Wayward Spear",
["Stat"] = "+40 to Spirit",
["questPoints"] = 0,
["AreaLevel"] = 54,
},
{
["Act"] = 6,
["Area"] = "The Abominable Yeti",
["questPoints"] = 2,
["AreaLevel"] = 55,
},
}