Skip to content

Commit 87fb972

Browse files
author
LocalIdentity
committed
Export from game files + update uniques
1 parent 5f6b8e1 commit 87fb972

File tree

11 files changed

+381
-377
lines changed

11 files changed

+381
-377
lines changed

src/Data/Bases/mace.lua

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ itemBases["Warpick"] = {
4343
quality = 20,
4444
socketLimit = 2,
4545
tags = { maraketh_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, },
46-
implicit = "+(30-40)% to Critical Damage Bonus",
46+
implicit = "+(10-15)% to Critical Damage Bonus",
4747
implicitModTypes = { { "damage", "attack", "critical" }, },
48-
weapon = { PhysicalMin = 18, PhysicalMax = 24, CritChanceBase = 8, AttackRateBase = 1.45, Range = 11, },
48+
weapon = { PhysicalMin = 18, PhysicalMax = 24, CritChanceBase = 7, AttackRateBase = 1.45, Range = 11, },
4949
req = { level = 22, str = 52, },
5050
}
5151
itemBases["Plated Mace"] = {
@@ -145,9 +145,9 @@ itemBases["Battle Pick"] = {
145145
quality = 20,
146146
socketLimit = 2,
147147
tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, },
148-
implicit = "+(30-40)% to Critical Damage Bonus",
148+
implicit = "+(10-15)% to Critical Damage Bonus",
149149
implicitModTypes = { { "damage", "attack", "critical" }, },
150-
weapon = { PhysicalMin = 34, PhysicalMax = 46, CritChanceBase = 8, AttackRateBase = 1.45, Range = 11, },
150+
weapon = { PhysicalMin = 35, PhysicalMax = 47, CritChanceBase = 7, AttackRateBase = 1.45, Range = 11, },
151151
req = { level = 51, str = 117, },
152152
}
153153
itemBases["Marching Mace"] = {
@@ -210,9 +210,9 @@ itemBases["Strife Pick"] = {
210210
quality = 20,
211211
socketLimit = 2,
212212
tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, },
213-
implicit = "+(30-40)% to Critical Damage Bonus",
213+
implicit = "+(10-15)% to Critical Damage Bonus",
214214
implicitModTypes = { { "damage", "attack", "critical" }, },
215-
weapon = { PhysicalMin = 48, PhysicalMax = 64, CritChanceBase = 8, AttackRateBase = 1.45, Range = 11, },
215+
weapon = { PhysicalMin = 49, PhysicalMax = 66, CritChanceBase = 7, AttackRateBase = 1.45, Range = 11, },
216216
req = { level = 78, str = 212, },
217217
}
218218
itemBases["Fortified Hammer"] = {
@@ -277,7 +277,7 @@ itemBases["Cultist Greathammer"] = {
277277
quality = 20,
278278
socketLimit = 3,
279279
tags = { two_hand_weapon = true, maraketh_basetype = true, mace = true, weapon = true, twohand = true, default = true, },
280-
implicit = "Strikes deal Splash damage to targets within 1.8 metres",
280+
implicit = "Strikes deal Splash damage to targets within 1.5 metres",
281281
implicitModTypes = { { "attack" }, },
282282
weapon = { PhysicalMin = 32, PhysicalMax = 43, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, },
283283
req = { level = 22, str = 52, },
@@ -380,7 +380,7 @@ itemBases["Zealot Greathammer"] = {
380380
quality = 20,
381381
socketLimit = 3,
382382
tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, },
383-
implicit = "Strikes deal Splash damage to targets within 1.8 metres",
383+
implicit = "Strikes deal Splash damage to targets within 1.5 metres",
384384
implicitModTypes = { { "attack" }, },
385385
weapon = { PhysicalMin = 62, PhysicalMax = 83, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, },
386386
req = { level = 51, str = 117, },
@@ -446,7 +446,7 @@ itemBases["Fanatic Greathammer"] = {
446446
quality = 20,
447447
socketLimit = 3,
448448
tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, },
449-
implicit = "Strikes deal Splash damage to targets within 1.8 metres",
449+
implicit = "Strikes deal Splash damage to targets within 1.5 metres",
450450
implicitModTypes = { { "attack" }, },
451451
weapon = { PhysicalMin = 89, PhysicalMax = 120, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, },
452452
req = { level = 78, str = 212, },

src/Data/Misc.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ local data = ...
44
-- From DefaultMonsterStats.dat
55
data.monsterEvasionTable = { 11, 14, 17, 20, 24, 27, 31, 35, 38, 42, 46, 50, 54, 59, 63, 67, 72, 76, 81, 86, 91, 96, 101, 106, 111, 117, 122, 128, 134, 140, 146, 152, 158, 165, 171, 178, 185, 191, 199, 206, 213, 221, 228, 236, 244, 252, 261, 269, 278, 286, 295, 304, 314, 323, 333, 343, 353, 363, 373, 384, 395, 406, 417, 429, 440, 452, 464, 477, 489, 502, 515, 528, 542, 556, 570, 584, 598, 613, 628, 644, 659, 675, 691, 708, 724, 742, 759, 777, 795, 813, 832, 850, 870, 889, 909, 930, 951, 972, 993, 1015, }
66
data.monsterAccuracyTable = { 51, 56, 60, 65, 70, 75, 80, 86, 91, 97, 103, 110, 116, 123, 130, 137, 145, 152, 160, 169, 177, 186, 195, 204, 214, 224, 234, 245, 256, 267, 279, 291, 304, 317, 330, 344, 358, 372, 387, 403, 419, 435, 452, 470, 488, 506, 526, 545, 566, 587, 608, 630, 653, 677, 701, 726, 752, 778, 806, 834, 863, 892, 923, 955, 987, 1020, 1055, 1090, 1126, 1164, 1202, 1242, 1283, 1324, 1368, 1412, 1457, 1504, 1552, 1602, 1653, 1705, 1759, 1814, 1871, 1930, 1990, 2052, 2115, 2180, 2247, 2316, 2387, 2460, 2535, 2612, 2690, 2772, 2855, 2941, }
7-
data.monsterLifeTable = { 15, 20, 24, 28, 33, 38, 45, 52, 62, 74, 89, 106, 127, 151, 179, 211, 237, 267, 298, 332, 368, 406, 446, 488, 533, 579, 629, 680, 734, 791, 849, 911, 975, 1053, 1137, 1228, 1326, 1432, 1547, 1671, 1804, 1949, 2104, 2273, 2455, 2577, 2706, 2842, 2984, 3133, 3289, 3454, 3627, 3808, 3998, 4198, 4408, 4629, 4860, 5103, 5358, 5626, 5907, 6203, 6513, 6904, 7318, 7757, 8222, 8716, 9239, 9793, 10381, 11003, 11664, 12363, 13105, 13892, 14725, 15609, 16545, 17538, 18590, 19705, 20888, 22141, 23469, 24878, 26370, 27953, 29630, 31407, 33292, 35289, 37407, 39651, 42030, 44552, 47225, 50059, }
7+
data.monsterLifeTable = { 15, 20, 24, 28, 33, 38, 45, 50, 58, 67, 78, 89, 103, 118, 134, 158, 178, 200, 224, 249, 276, 305, 335, 366, 400, 434, 472, 510, 551, 593, 637, 683, 731, 790, 853, 921, 995, 1074, 1160, 1253, 1353, 1462, 1578, 1705, 1841, 1967, 2101, 2244, 2395, 2556, 2726, 2909, 3102, 3307, 3525, 3756, 4002, 4264, 4540, 4834, 5147, 5478, 5829, 6203, 6513, 6904, 7318, 7757, 8222, 8716, 9239, 9793, 10381, 11003, 11664, 12363, 13105, 13892, 14725, 15609, 16545, 17538, 18590, 19705, 20888, 22141, 23469, 24878, 26370, 27953, 29630, 31407, 33292, 35289, 37407, 39651, 42030, 44552, 47225, 50059, }
88
data.monsterAllyLifeTable = { 51, 78, 106, 135, 166, 197, 230, 264, 299, 335, 373, 412, 453, 495, 538, 583, 630, 678, 728, 780, 834, 889, 946, 1005, 1066, 1130, 1195, 1262, 1332, 1404, 1478, 1555, 1634, 1716, 1800, 1887, 1977, 2069, 2165, 2263, 2365, 2470, 2578, 2689, 2804, 2922, 3044, 3169, 3299, 3432, 3569, 3710, 3856, 4006, 4160, 4319, 4483, 4652, 4825, 5004, 5187, 5376, 5571, 5771, 5977, 6189, 6407, 6631, 6862, 7099, 7343, 7594, 7852, 8117, 8390, 8670, 8959, 9255, 9560, 9873, 10195, 10525, 10865, 11214, 11573, 11942, 12321, 12710, 13110, 13521, 13943, 14376, 14821, 15278, 15748, 16230, 16726, 17234, 17756, 18293, }
99
data.monsterDamageTable = { 9.1599998474121, 10.260000228882, 11.390000343323, 12.569999694824, 13.779999732971, 15.029999732971, 16.319999694824, 17.64999961853, 19.020000457764, 20.440000534058, 21.89999961853, 23.409999847412, 24.969999313354, 26.569999694824, 28.229999542236, 29.930000305176, 31.690000534058, 33.5, 35.369998931885, 37.290000915527, 39.270000457764, 41.310001373291, 43.409999847412, 45.569999694824, 47.799999237061, 50.090000152588, 52.450000762939, 54.880001068115, 57.369998931885, 59.939998626709, 62.590000152588, 65.309997558594, 68.099998474121, 70.980003356934, 73.940002441406, 76.980003356934, 80.110000610352, 83.319999694824, 86.629997253418, 90.019996643066, 93.51000213623, 97.099998474121, 100.79000091553, 104.56999969482, 108.45999908447, 112.45999908447, 116.56999969482, 120.7799987793, 125.12000274658, 129.55999755859, 134.13000488281, 138.82000732422, 143.63999938965, 148.58000183105, 153.66000366211, 158.86999511719, 164.21000671387, 169.69999694824, 175.33999633789, 181.11999511719, 187.05000305176, 193.13999938965, 199.38000488281, 205.78999328613, 212.36000061035, 219.11000061035, 226.0299987793, 233.11999511719, 240.39999389648, 247.86000061035, 255.52000427246, 263.36999511719, 271.42001342773, 279.67999267578, 288.14001464844, 296.82000732422, 305.7200012207, 314.83999633789, 324.19000244141, 333.7799987793, 343.60000610352, 353.67001342773, 364, 374.57998657227, 385.42001342773, 396.5299987793, 407.92001342773, 419.57998657227, 431.54000854492, 443.79000854492, 456.33999633789, 469.20001220703, 482.38000488281, 495.86999511719, 509.70001220703, 523.85998535156, 538.36999511719, 553.22998046875, 568.46002197266, 584.04998779297, }
1010
data.monsterAllyDamageTable = { 3.6199998855591, 4.5900001525879, 5.6199998855591, 6.7199997901917, 7.8800001144409, 9.1099996566772, 10.420000076294, 11.800000190735, 13.260000228882, 14.800000190735, 16.440000534058, 18.159999847412, 19.979999542236, 21.89999961853, 23.920000076294, 26.059999465942, 28.309999465942, 30.680000305176, 33.169998168945, 35.799999237061, 38.560001373291, 41.470001220703, 44.520000457764, 47.740001678467, 51.110000610352, 54.659999847412, 58.389999389648, 62.299999237061, 66.410003662109, 70.720001220703, 75.23999786377, 79.980003356934, 84.959999084473, 90.169998168945, 95.639999389648, 101.37000274658, 107.37999725342, 113.66999816895, 120.26000213623, 127.16000366211, 134.38000488281, 141.94999694824, 149.86000061035, 158.13999938965, 166.80999755859, 175.88000488281, 185.36000061035, 195.2799987793, 205.64999389648, 216.49000549316, 227.83000183105, 239.66999816895, 252.05000305176, 264.98999023438, 278.51000976562, 292.63000488281, 307.36999511719, 322.7799987793, 338.85998535156, 355.64999389648, 373.19000244141, 391.48999023438, 410.60000610352, 430.54000854492, 451.33999633789, 473.05999755859, 495.70999145508, 519.34997558594, 544, 569.71997070312, 596.53997802734, 624.51000976562, 653.67999267578, 684.09002685547, 715.79998779297, 748.85998535156, 783.30999755859, 819.22998046875, 856.65997314453, 895.67999267578, 936.33001708984, 978.69000244141, 1022.8300170898, 1068.8199462891, 1116.7299804688, 1166.6300048828, 1218.6099853516, 1272.7600097656, 1329.1500244141, 1387.8699951172, 1449.0300292969, 1512.6999511719, 1579.0100097656, 1648.0400390625, 1719.9100341797, 1794.7299804688, 1872.6099853516, 1953.6800537109, 2038.0500488281, 2125.8701171875, }
1111
data.monsterArmourTable = { 3, 6, 8, 10, 13, 16, 19, 22, 26, 30, 34, 39, 43, 49, 54, 60, 67, 73, 81, 89, 97, 106, 116, 126, 137, 149, 161, 174, 189, 204, 220, 237, 255, 274, 295, 317, 340, 364, 391, 418, 448, 479, 512, 547, 585, 624, 666, 711, 758, 808, 861, 917, 976, 1039, 1105, 1176, 1250, 1329, 1412, 1500, 1594, 1692, 1796, 1906, 2023, 2146, 2276, 2413, 2558, 2712, 2874, 3044, 3225, 3416, 3617, 3829, 4053, 4290, 4540, 4803, 5081, 5375, 5684, 6011, 6355, 6718, 7101, 7505, 7930, 8379, 8852, 9351, 9877, 10431, 11015, 11630, 12279, 12962, 13682, 14441, }
12-
data.monsterAilmentThresholdTable = { 15, 20, 24, 28, 34, 39, 46, 54, 64, 77, 93, 112, 135, 161, 192, 228, 257, 291, 327, 366, 408, 453, 501, 551, 606, 662, 724, 787, 855, 927, 1002, 1082, 1165, 1267, 1377, 1497, 1627, 1768, 1923, 2091, 2273, 2472, 2687, 2923, 3179, 3360, 3552, 3757, 3972, 4200, 4440, 4696, 4966, 5251, 5552, 5872, 6210, 6568, 6946, 7346, 7769, 8217, 8690, 9193, 9723, 10382, 11085, 11837, 12639, 13497, 14413, 15390, 16435, 17549, 18742, 20013, 21372, 22824, 24373, 26029, 27796, 29684, 31700, 33852, 36153, 38608, 41230, 44033, 47023, 50219, 53630, 57272, 61164, 65318, 69757, 74494, 79554, 84958, 90729, 96892, }
12+
data.monsterAilmentThresholdTable = { 15, 20, 24, 28, 34, 39, 46, 52, 60, 70, 81, 95, 110, 126, 144, 171, 193, 218, 245, 275, 306, 340, 376, 413, 455, 497, 543, 590, 641, 695, 752, 812, 874, 950, 1033, 1123, 1220, 1326, 1442, 1568, 1705, 1854, 2015, 2192, 2384, 2564, 2757, 2966, 3188, 3426, 3681, 3955, 4247, 4560, 4895, 5254, 5638, 6049, 6489, 6959, 7462, 8001, 8576, 9193, 9723, 10382, 11085, 11837, 12639, 13497, 14413, 15390, 16435, 17549, 18742, 20013, 21372, 22824, 24373, 26029, 27796, 29684, 31700, 33852, 36153, 38608, 41230, 44033, 47023, 50219, 53630, 57272, 61164, 65318, 69757, 74494, 79554, 84958, 90729, 96892, }
1313

1414
-- From MinionGemLevelScaling.dat
1515
data.minionLevelTable = { 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, }

src/Data/ModCache.lua

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ c["+13 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",
179179
c["+13% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=13}},nil}
180180
c["+13% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=13}},nil}
181181
c["+13% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=13}},nil}
182+
c["+13% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=13}},nil}
182183
c["+13% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=13}},nil}
183184
c["+13% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=13}},nil}
184185
c["+13% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=13}},nil}
@@ -198,6 +199,7 @@ c["+15 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",v
198199
c["+15% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=15}},nil}
199200
c["+15% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=15}},nil}
200201
c["+15% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=15}},nil}
202+
c["+15% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=15}},nil}
201203
c["+15% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=15}},nil}
202204
c["+15% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=15}},nil}
203205
c["+15% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=15}},nil}
@@ -4491,11 +4493,11 @@ c["Spells have a 25% chance to inflict Withered for 4 seconds on Hit"]={{}," to
44914493
c["Spending Energy Shield does not interrupt Recharge"]={nil,"Spending Energy Shield does not interrupt Recharge "}
44924494
c["Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills"]={nil,"Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills "}
44934495
c["Strength's inherent bonus is 1% increased Energy Shield per 2 Strength instead"]={{[1]={[1]={div="2",stat="Str",type="PerStat"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=1},[2]={flags=0,keywordFlags=0,name="NoStrBonusToLife",type="FLAG",value=true}},nil}
4494-
c["Strikes deal Splash damage to targets within 1.8 metres"]={nil,"Strikes deal Splash damage to targets within 1.8 metres "}
4495-
c["Strikes deal Splash damage to targets within 1.8 metres 172% increased Physical Damage"]={nil,"Strikes deal Splash damage to targets within 1.8 metres 172% increased Physical Damage "}
4496-
c["Strikes deal Splash damage to targets within 1.8 metres Adds 35 to 50 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=35},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=50}},"Strikes deal Splash to targets within 1.8 metres "}
4497-
c["Strikes deal Splash damage to targets within 1.8 metres Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=94}},"Strikes deal Splash to targets within 1.8 metres "}
4498-
c["Strikes deal Splash damage to targets within 1.8 metres Knocks Back Enemies on Hit"]={nil,"Strikes deal Splash damage to targets within 1.8 metres Knocks Back Enemies on Hit "}
4496+
c["Strikes deal Splash damage to targets within 1.5 metres"]={nil,"Strikes deal Splash damage to targets within 1.5 metres "}
4497+
c["Strikes deal Splash damage to targets within 1.5 metres 172% increased Physical Damage"]={nil,"Strikes deal Splash damage to targets within 1.5 metres 172% increased Physical Damage "}
4498+
c["Strikes deal Splash damage to targets within 1.5 metres Adds 35 to 50 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=35},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=50}},"Strikes deal Splash to targets within 1.5 metres "}
4499+
c["Strikes deal Splash damage to targets within 1.5 metres Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=94}},"Strikes deal Splash to targets within 1.5 metres "}
4500+
c["Strikes deal Splash damage to targets within 1.5 metres Knocks Back Enemies on Hit"]={nil,"Strikes deal Splash damage to targets within 1.5 metres Knocks Back Enemies on Hit "}
44994501
c["Stun Threshold is based on 30% of your Energy Shield instead of Life"]={{[1]={flags=0,keywordFlags=0,name="StunThresholdBasedOnEnergyShieldInsteadOfLife",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="StunThresholdEnergyShieldPercent",type="BASE",value=30}},nil}
45004502
c["Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack"]={nil,"Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack "}
45014503
c["Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack Successfully Parrying a Projectile Hit grants 40% increased Damage to your next Melee Attack"]={nil,"Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack Successfully Parrying a Projectile Hit grants 40% increased Damage to your next Melee Attack "}

src/Data/ModScalability.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6685,7 +6685,7 @@ return {
66856685
["Barrage fires an additional Projectile"] = { },
66866686
["Barrage fires an additional Projectile simultaneously on the first and final attacks"] = { },
66876687
["Base Chill Effect is 50%\nChance to Chill is now based on the Damage of the Hit inflicting it"] = { },
6688-
["Base Critical Hit Chance for Attacks with Weapons is #%"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } },
6688+
["Base Critical Hit Chance for Attacks with Weapons is #%"] = { { isScalable = false, formats = { "divide_by_one_hundred" } } },
66896689
["Base Critical Hit Chance for Spells is #%"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } },
66906690
["Base Spell Critical Hit Chance of Spells is equal to that of Main Hand Weapon"] = { },
66916691
["Basic Currency drops in Heists are Duplicated"] = { },
@@ -11995,7 +11995,7 @@ return {
1199511995
["Strength from Passives in Radius is Transformed to Intelligence"] = { },
1199611996
["Strike Skills also target the previous location they were Used"] = { },
1199711997
["Strike Skills which target additional Enemies can do so from #% further away"] = { { isScalable = true } },
11998-
["Strikes deal Splash damage to targets within 1.8 metres"] = { },
11998+
["Strikes deal Splash damage to targets within 1.5 metres"] = { },
1199911999
["Strikes from Orb of Storms caused by Channelling near the Orb occur with #% increased frequency"] = { { isScalable = true } },
1200012000
["Strongbox Monsters are Enraged"] = { },
1200112001
["Strongbox Monsters have #% increased Item Quantity"] = { { isScalable = true } },

0 commit comments

Comments
 (0)