Skip to content

Commit ae5a764

Browse files
author
LocalIdentity
committed
Export 0.2.0d
1 parent db43e2d commit ae5a764

File tree

15 files changed

+458
-515
lines changed

15 files changed

+458
-515
lines changed

src/Data/Gems.lua

Lines changed: 25 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,29 +2107,6 @@ return {
21072107
Tier = 1,
21082108
naturalMaxLevel = 1,
21092109
},
2110-
["Metadata/Items/Gems/SkillGemSoulrend"] = {
2111-
name = "Soulrend",
2112-
baseTypeName = "Soulrend",
2113-
gameId = "Metadata/Items/Gems/SkillGemSoulrend",
2114-
variantId = "Soulrend",
2115-
grantedEffectId = "SoulrendPlayer",
2116-
additionalStatSet1 = "SoulrendDotPlayer",
2117-
tags = {
2118-
intelligence = true,
2119-
grants_active_skill = true,
2120-
spell = true,
2121-
projectile = true,
2122-
chaos = true,
2123-
duration = true,
2124-
},
2125-
gemType = "Spell",
2126-
tagString = "Projectile, Chaos, Duration",
2127-
reqStr = 0,
2128-
reqDex = 0,
2129-
reqInt = 100,
2130-
Tier = 0,
2131-
naturalMaxLevel = 20,
2132-
},
21332110
["Metadata/Items/Gems/SkillGemUnleashSupport"] = {
21342111
name = "Unleash",
21352112
gameId = "Metadata/Items/Gems/SupportGemUnleash",
@@ -2791,7 +2768,7 @@ return {
27912768
reqStr = 0,
27922769
reqDex = 100,
27932770
reqInt = 0,
2794-
Tier = 3,
2771+
Tier = 5,
27952772
naturalMaxLevel = 20,
27962773
},
27972774
["Metadata/Items/Gems/SkillGemLightningSpear"] = {
@@ -4643,11 +4620,12 @@ return {
46434620
grants_active_skill = true,
46444621
attack = true,
46454622
area = true,
4623+
melee = true,
46464624
physical = true,
46474625
channelling = true,
46484626
},
46494627
gemType = "Attack",
4650-
tagString = "AoE, Physical, Channelling",
4628+
tagString = "AoE, Melee, Physical, Channelling",
46514629
reqStr = 0,
46524630
reqDex = 0,
46534631
reqInt = 0,
@@ -9885,28 +9863,6 @@ return {
98859863
Tier = 2,
98869864
naturalMaxLevel = 1,
98879865
},
9888-
["Metadata/Items/Gems/SkillGemHoarfrostSupport"] = {
9889-
name = "Hoarfrost",
9890-
gameId = "Metadata/Items/Gem/SupportGemHoarfrost",
9891-
variantId = "HoarfrostSupport",
9892-
grantedEffectId = "SupportHoarfrostPlayer",
9893-
additionalGrantedEffectId1 = "TriggeredHoarfrostPlayer",
9894-
tags = {
9895-
support = true,
9896-
grants_active_skill = true,
9897-
spell = true,
9898-
area = true,
9899-
cold = true,
9900-
duration = true,
9901-
},
9902-
gemType = "Support",
9903-
tagString = "Spell, AoE, Cold, Duration",
9904-
reqStr = 0,
9905-
reqDex = 0,
9906-
reqInt = 100,
9907-
Tier = 0,
9908-
naturalMaxLevel = 1,
9909-
},
99109866
["Metadata/Items/Gems/SkillGemDeathmarchSupport"] = {
99119867
name = "Deathmarch",
99129868
gameId = "Metadata/Items/Gem/SupportGemDeathmarch",
@@ -11437,6 +11393,28 @@ return {
1143711393
Tier = 7,
1143811394
naturalMaxLevel = 20,
1143911395
},
11396+
["Metadata/Items/Gems/SkillGemCullTheWeak"] = {
11397+
name = "Cull The Weak",
11398+
baseTypeName = "Cull the Weak",
11399+
gameId = "Metadata/Items/Gem/SkillGemCullTheWeak",
11400+
variantId = "CullTheWeak",
11401+
grantedEffectId = "CullTheWeakPlayer",
11402+
tags = {
11403+
dexterity = true,
11404+
grants_active_skill = true,
11405+
attack = true,
11406+
area = true,
11407+
melee = true,
11408+
strike = true,
11409+
},
11410+
gemType = "Attack",
11411+
tagString = "AoE, Melee, Strike",
11412+
reqStr = 0,
11413+
reqDex = 100,
11414+
reqInt = 0,
11415+
Tier = 3,
11416+
naturalMaxLevel = 20,
11417+
},
1144011418
["Metadata/Items/Gems/SkillGemFangsOfFrost"] = {
1144111419
name = "Fangs of Frost",
1144211420
baseTypeName = "Fangs of Frost",

src/Data/Misc.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ local data = ...
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, }
77
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, }
8-
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, }
8+
data.monsterAllyLifeTable = { 51, 83, 116, 150, 186, 223, 261, 300, 341, 382, 426, 471, 517, 565, 614, 665, 718, 772, 828, 886, 945, 1007, 1070, 1135, 1203, 1272, 1344, 1417, 1493, 1571, 1652, 1734, 1820, 1907, 1998, 2091, 2186, 2285, 2386, 2490, 2598, 2708, 2821, 2938, 3058, 3181, 3307, 3438, 3571, 3709, 3850, 3995, 4144, 4298, 4455, 4617, 4783, 4953, 5128, 5308, 5493, 5682, 5877, 6077, 6282, 6492, 6708, 6930, 7157, 7391, 7630, 7876, 8128, 8387, 8652, 8924, 9203, 9489, 9783, 10084, 10393, 10710, 11034, 11367, 11708, 12058, 12417, 12785, 13161, 13548, 13944, 14350, 14766, 15192, 15629, 16076, 16535, 17005, 17486, 17980, }
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, }
10-
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, }
10+
data.monsterAllyDamageTable = { 3.1099998950958, 4.4200000762939, 5.8200001716614, 7.3099999427795, 8.9200000762939, 10.630000114441, 12.460000038147, 14.420000076294, 16.510000228882, 18.729999542236, 21.10000038147, 23.620000839233, 26.309999465942, 29.159999847412, 32.189998626709, 35.419998168945, 38.830001831055, 42.459999084473, 46.310001373291, 50.389999389648, 54.709999084473, 59.290000915527, 64.139999389648, 69.269996643066, 74.690002441406, 80.430000305176, 86.5, 92.910003662109, 99.690002441406, 106.83999633789, 114.40000152588, 122.37000274658, 130.78999328613, 139.66999816895, 149.03999328613, 158.91000366211, 169.32000732422, 180.28999328613, 191.86000061035, 204.03999328613, 216.86000061035, 230.36999511719, 244.60000610352, 259.57000732422, 275.32000732422, 291.89999389648, 309.33999633789, 327.69000244141, 346.98001098633, 367.26998901367, 388.58999633789, 411.01000976562, 434.57000732422, 459.32000732422, 485.32998657227, 512.65997314453, 541.34997558594, 571.48999023438, 603.14001464844, 636.36999511719, 671.26000976562, 707.86999511719, 746.29998779297, 786.63000488281, 828.94000244141, 873.34002685547, 919.90997314453, 968.76000976562, 1019.9899902344, 1073.7199707031, 1130.0600585938, 1189.1300048828, 1251.0600585938, 1315.9799804688, 1384.0300292969, 1455.3399658203, 1530.0799560547, 1608.4000244141, 1690.4599609375, 1776.4300537109, 1866.5, 1960.8399658203, 2059.6599121094, 2163.1599121094, 2271.5600585938, 2385.0600585938, 2503.9099121094, 2628.3601074219, 2758.6398925781, 2895.0300292969, 3037.8000488281, 3187.2399902344, 3343.6599121094, 3507.3500976562, 3678.6599121094, 3857.9299316406, 4045.5100097656, 4241.7700195312, 4447.1098632812, 4661.9301757812, }
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, }
1212
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

src/Data/ModScalability.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6919,7 +6919,7 @@ return {
69196919
["Can Block damage from all Hits"] = { },
69206920
["Can Block from all Directions while Shield is Raised"] = { },
69216921
["Can Evade all Hits if you have not been Hit Recently"] = { },
6922-
["Can Reroll Favours at Ritual Altars in your Maps any number of times"] = { },
6922+
["Can Reroll Favours at Ritual Altars in your Maps twice as many times"] = { },
69236923
["Can Scout nearby Enemy Patrols and Elite Patrols during Heists"] = { },
69246924
["Can Socket a non-Unique Basic Jewel into the Phylactery"] = { },
69256925
["Can be modified while Corrupted"] = { },

0 commit comments

Comments
 (0)