Skip to content

Commit 7d0e29f

Browse files
LocalIdentityLocalIdentity
andauthored
Add changes from 0.3 Patch Notes (#1187)
* Add changes from 0.3 Patch Notes Add additional rune limit for all bases Base block chance for Players, Minions and Monsters Base accuracy per level and accuracy per dex Curse effect on uniques (no option for rare mobs) Mark skills are no longer spells Jewels cannot roll minion accuracy mods Unearth damage unaffected by area damage * Update Byrnabas name --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent c188d20 commit 7d0e29f

48 files changed

Lines changed: 913 additions & 913 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Data/Bases/axe.lua

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local itemBases = ...
55
itemBases["Dull Hatchet"] = {
66
type = "One Handed Axe",
77
quality = 20,
8-
socketLimit = 2,
8+
socketLimit = 3,
99
tags = { axe = true, onehand = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
1010
implicitModTypes = { },
1111
weapon = { PhysicalMin = 4, PhysicalMax = 10, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, },
@@ -14,7 +14,7 @@ itemBases["Dull Hatchet"] = {
1414
itemBases["Hook Axe"] = {
1515
type = "One Handed Axe",
1616
quality = 20,
17-
socketLimit = 2,
17+
socketLimit = 3,
1818
tags = { axe = true, onehand = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
1919
implicit = "Gain 1 Rage on Hit",
2020
implicitModTypes = { { }, },
@@ -24,7 +24,7 @@ itemBases["Hook Axe"] = {
2424
itemBases["Bearded Axe"] = {
2525
type = "One Handed Axe",
2626
quality = 20,
27-
socketLimit = 2,
27+
socketLimit = 3,
2828
tags = { axe = true, onehand = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
2929
implicitModTypes = { },
3030
weapon = { PhysicalMin = 8, PhysicalMax = 21, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, },
@@ -33,7 +33,7 @@ itemBases["Bearded Axe"] = {
3333
itemBases["Extended Cleaver"] = {
3434
type = "One Handed Axe",
3535
quality = 20,
36-
socketLimit = 2,
36+
socketLimit = 3,
3737
tags = { axe = true, onehand = true, maraketh_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
3838
implicit = "Has no Accuracy Penalty from Range",
3939
implicitModTypes = { { }, },
@@ -43,7 +43,7 @@ itemBases["Extended Cleaver"] = {
4343
itemBases["Bandit Hatchet"] = {
4444
type = "One Handed Axe",
4545
quality = 20,
46-
socketLimit = 2,
46+
socketLimit = 3,
4747
tags = { axe = true, onehand = true, maraketh_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
4848
implicitModTypes = { },
4949
weapon = { PhysicalMin = 13, PhysicalMax = 31, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, },
@@ -52,7 +52,7 @@ itemBases["Bandit Hatchet"] = {
5252
itemBases["Crescent Axe"] = {
5353
type = "One Handed Axe",
5454
quality = 20,
55-
socketLimit = 2,
55+
socketLimit = 3,
5656
tags = { axe = true, onehand = true, maraketh_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
5757
implicitModTypes = { },
5858
weapon = { PhysicalMin = 18, PhysicalMax = 37, CritChanceBase = 6.5, AttackRateBase = 1.4, Range = 11, },
@@ -61,7 +61,7 @@ itemBases["Crescent Axe"] = {
6161
itemBases["Carving Hatchet"] = {
6262
type = "One Handed Axe",
6363
quality = 20,
64-
socketLimit = 2,
64+
socketLimit = 3,
6565
tags = { axe = true, onehand = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
6666
implicitModTypes = { },
6767
weapon = { PhysicalMin = 19, PhysicalMax = 44, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, },
@@ -70,7 +70,7 @@ itemBases["Carving Hatchet"] = {
7070
itemBases["Sacrificial Axe"] = {
7171
type = "One Handed Axe",
7272
quality = 20,
73-
socketLimit = 2,
73+
socketLimit = 3,
7474
tags = { axe = true, onehand = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, },
7575
implicit = "Gain (28-35) Mana per Enemy Killed",
7676
implicitModTypes = { { "resource", "mana" }, },
@@ -80,7 +80,7 @@ itemBases["Sacrificial Axe"] = {
8080
itemBases["Boarding Hatchet"] = {
8181
type = "One Handed Axe",
8282
quality = 20,
83-
socketLimit = 2,
83+
socketLimit = 3,
8484
tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, },
8585
implicitModTypes = { },
8686
weapon = { PhysicalMin = 24, PhysicalMax = 55, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, },
@@ -89,7 +89,7 @@ itemBases["Boarding Hatchet"] = {
8989
itemBases["Fury Cleaver"] = {
9090
type = "One Handed Axe",
9191
quality = 20,
92-
socketLimit = 2,
92+
socketLimit = 3,
9393
tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, },
9494
implicit = "10% increased Damage taken",
9595
implicitModTypes = { { }, },
@@ -99,7 +99,7 @@ itemBases["Fury Cleaver"] = {
9999
itemBases["Battle Axe"] = {
100100
type = "One Handed Axe",
101101
quality = 20,
102-
socketLimit = 2,
102+
socketLimit = 3,
103103
tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, },
104104
implicitModTypes = { },
105105
weapon = { PhysicalMin = 28, PhysicalMax = 65, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, },
@@ -108,7 +108,7 @@ itemBases["Battle Axe"] = {
108108
itemBases["Profane Cleaver"] = {
109109
type = "One Handed Axe",
110110
quality = 20,
111-
socketLimit = 2,
111+
socketLimit = 3,
112112
tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, },
113113
implicitModTypes = { },
114114
weapon = { PhysicalMin = 26, PhysicalMax = 69, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, },
@@ -117,7 +117,7 @@ itemBases["Profane Cleaver"] = {
117117
itemBases["Dread Hatchet"] = {
118118
type = "One Handed Axe",
119119
quality = 20,
120-
socketLimit = 2,
120+
socketLimit = 3,
121121
tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, },
122122
implicitModTypes = { },
123123
weapon = { PhysicalMin = 34, PhysicalMax = 79, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, },
@@ -127,7 +127,7 @@ itemBases["Dread Hatchet"] = {
127127
itemBases["Splitting Greataxe"] = {
128128
type = "Two Handed Axe",
129129
quality = 20,
130-
socketLimit = 3,
130+
socketLimit = 4,
131131
tags = { axe = true, ezomyte_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
132132
implicitModTypes = { },
133133
weapon = { PhysicalMin = 8, PhysicalMax = 20, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, },
@@ -136,7 +136,7 @@ itemBases["Splitting Greataxe"] = {
136136
itemBases["Light Halberd"] = {
137137
type = "Two Handed Axe",
138138
quality = 20,
139-
socketLimit = 3,
139+
socketLimit = 4,
140140
tags = { axe = true, ezomyte_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
141141
implicitModTypes = { },
142142
weapon = { PhysicalMin = 10, PhysicalMax = 25, CritChanceBase = 5, AttackRateBase = 1.25, Range = 13, },
@@ -145,7 +145,7 @@ itemBases["Light Halberd"] = {
145145
itemBases["Executioner Greataxe"] = {
146146
type = "Two Handed Axe",
147147
quality = 20,
148-
socketLimit = 3,
148+
socketLimit = 4,
149149
tags = { axe = true, ezomyte_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
150150
implicit = "Culling Strike",
151151
implicitModTypes = { { }, },
@@ -155,7 +155,7 @@ itemBases["Executioner Greataxe"] = {
155155
itemBases["Arched Greataxe"] = {
156156
type = "Two Handed Axe",
157157
quality = 20,
158-
socketLimit = 3,
158+
socketLimit = 4,
159159
tags = { axe = true, maraketh_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
160160
implicitModTypes = { },
161161
weapon = { PhysicalMin = 17, PhysicalMax = 59, CritChanceBase = 5, AttackRateBase = 1.15, Range = 13, },
@@ -164,7 +164,7 @@ itemBases["Arched Greataxe"] = {
164164
itemBases["Elegant Glaive"] = {
165165
type = "Two Handed Axe",
166166
quality = 20,
167-
socketLimit = 3,
167+
socketLimit = 4,
168168
tags = { axe = true, maraketh_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
169169
implicitModTypes = { },
170170
weapon = { PhysicalMin = 19, PhysicalMax = 64, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, },
@@ -173,7 +173,7 @@ itemBases["Elegant Glaive"] = {
173173
itemBases["Savage Greataxe"] = {
174174
type = "Two Handed Axe",
175175
quality = 20,
176-
socketLimit = 3,
176+
socketLimit = 4,
177177
tags = { axe = true, maraketh_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
178178
implicit = "Gain (34-43) Life per Enemy Killed",
179179
implicitModTypes = { { "resource", "life" }, },
@@ -183,7 +183,7 @@ itemBases["Savage Greataxe"] = {
183183
itemBases["Rending Halberd"] = {
184184
type = "Two Handed Axe",
185185
quality = 20,
186-
socketLimit = 3,
186+
socketLimit = 4,
187187
tags = { axe = true, vaal_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
188188
implicitModTypes = { },
189189
weapon = { PhysicalMin = 27, PhysicalMax = 91, CritChanceBase = 6.5, AttackRateBase = 1.2, Range = 13, },
@@ -192,7 +192,7 @@ itemBases["Rending Halberd"] = {
192192
itemBases["Jagged Greataxe"] = {
193193
type = "Two Handed Axe",
194194
quality = 20,
195-
socketLimit = 3,
195+
socketLimit = 4,
196196
tags = { axe = true, vaal_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
197197
implicit = "(15-25)% chance to cause Bleeding on Hit",
198198
implicitModTypes = { { "bleed", "physical", "attack", "ailment" }, },
@@ -202,7 +202,7 @@ itemBases["Jagged Greataxe"] = {
202202
itemBases["Reaver Glaive"] = {
203203
type = "Two Handed Axe",
204204
quality = 20,
205-
socketLimit = 3,
205+
socketLimit = 4,
206206
tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
207207
implicitModTypes = { },
208208
weapon = { PhysicalMin = 43, PhysicalMax = 113, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, },
@@ -211,7 +211,7 @@ itemBases["Reaver Glaive"] = {
211211
itemBases["Ember Greataxe"] = {
212212
type = "Two Handed Axe",
213213
quality = 20,
214-
socketLimit = 3,
214+
socketLimit = 4,
215215
tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
216216
implicitModTypes = { },
217217
weapon = { FireMin = 58, FireMax = 154, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, },
@@ -220,7 +220,7 @@ itemBases["Ember Greataxe"] = {
220220
itemBases["Ceremonial Halberd"] = {
221221
type = "Two Handed Axe",
222222
quality = 20,
223-
socketLimit = 3,
223+
socketLimit = 4,
224224
tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
225225
implicit = "Cannot use Projectile Attacks",
226226
implicitModTypes = { { }, },
@@ -230,7 +230,7 @@ itemBases["Ceremonial Halberd"] = {
230230
itemBases["Monument Greataxe"] = {
231231
type = "Two Handed Axe",
232232
quality = 20,
233-
socketLimit = 3,
233+
socketLimit = 4,
234234
tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
235235
implicitModTypes = { },
236236
weapon = { PhysicalMin = 48, PhysicalMax = 143, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, },
@@ -239,7 +239,7 @@ itemBases["Monument Greataxe"] = {
239239
itemBases["Vile Greataxe"] = {
240240
type = "Two Handed Axe",
241241
quality = 20,
242-
socketLimit = 3,
242+
socketLimit = 4,
243243
tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, },
244244
implicitModTypes = { },
245245
weapon = { PhysicalMin = 59, PhysicalMax = 155, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, },

0 commit comments

Comments
 (0)