From b36b147e79ef9e87b45afe58d5d62c7fdee101f3 Mon Sep 17 00:00:00 2001 From: Openarl Date: Wed, 14 Jun 2017 17:24:58 +1000 Subject: [PATCH] Release 1.4.27 - Added the new supports for 3.0 --- .gitignore | 1 + Data/3_0/Skills/sup_dex.lua | 179 +++++++++++++++++++++ Data/3_0/Skills/sup_int.lua | 301 +++++++++++++++++++++++++++++++++++- Data/3_0/Skills/sup_str.lua | 179 +++++++++++++++++++++ Export/Skills/statmap.ini | 61 ++++++-- Export/Skills/sup_dex.txt | 9 ++ Export/Skills/sup_int.txt | 19 ++- Export/Skills/sup_str.txt | 9 ++ Export/export.lua | 1 + Export/gems.txt | 28 +++- README.md | 5 + changelog.txt | 4 + manifest.xml | 10 +- 13 files changed, 774 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 9a9f4a13..eac87090 100644 --- a/.gitignore +++ b/.gitignore @@ -258,3 +258,4 @@ ModelManifest.xml /Export/data.ods /Export/lol.csv /Export/test.lua +*.csv# diff --git a/Data/3_0/Skills/sup_dex.lua b/Data/3_0/Skills/sup_dex.lua index e0a9ed3e..0993f63d 100644 --- a/Data/3_0/Skills/sup_dex.lua +++ b/Data/3_0/Skills/sup_dex.lua @@ -668,6 +668,65 @@ skills["SupportCullingStrike"] = { [30] = { 90, 58, }, }, } +skills["SupportDeadlyAilments"] = { + name = "Deadly Ailments", + gemTags = { + dexterity = true, + support = true, + }, + gemTagString = "Support", + gemStr = 0, + gemDex = 60, + gemInt = 40, + color = 2, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 30), + mod("Damage", "MORE", -30, ModFlag.Hit), --"support_better_ailments_hit_damage_+%_final" = -30 + }, + qualityMods = { + mod("Damage", "INC", 0.5, ModFlag.Dot), --"damage_over_time_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("Damage", "MORE", nil, 0, bit.bor(KeywordFlag.Bleed, KeywordFlag.Poison, KeywordFlag.Ignite)), --"support_better_ailments_ailment_damage_+%_final" + }, + levels = { + [1] = { 18, 50, }, + [2] = { 22, 52, }, + [3] = { 26, 54, }, + [4] = { 29, 56, }, + [5] = { 32, 58, }, + [6] = { 35, 60, }, + [7] = { 38, 62, }, + [8] = { 41, 64, }, + [9] = { 44, 66, }, + [10] = { 47, 68, }, + [11] = { 50, 70, }, + [12] = { 53, 72, }, + [13] = { 56, 74, }, + [14] = { 58, 76, }, + [15] = { 60, 78, }, + [16] = { 62, 80, }, + [17] = { 64, 82, }, + [18] = { 66, 84, }, + [19] = { 68, 86, }, + [20] = { 70, 88, }, + [21] = { 72, 90, }, + [22] = { 74, 92, }, + [23] = { 76, 94, }, + [24] = { 78, 96, }, + [25] = { 80, 98, }, + [26] = { 82, 100, }, + [27] = { 84, 102, }, + [28] = { 86, 104, }, + [29] = { 88, 106, }, + [30] = { 90, 108, }, + }, +} skills["SupportAdditionalQuality"] = { name = "Enhance", gemTags = { @@ -1131,6 +1190,66 @@ skills["SupportLesserMultipleProjectiles"] = { [30] = { 90, -11, }, }, } +skills["SupportLesserPoison"] = { + name = "Lesser Poison", + gemTags = { + dexterity = true, + support = true, + }, + gemTagString = "Support", + gemStr = 0, + gemDex = 100, + gemInt = 0, + color = 2, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 20), + mod("PoisonChance", "BASE", 25), --"base_chance_to_poison_on_hit_%" = 25 + }, + qualityMods = { + mod("Damage", "INC", 0.5, 0, KeywordFlag.Poison), --"base_poison_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("ChaosMin", "BASE", nil), --"global_minimum_added_chaos_damage" + [3] = mod("ChaosMax", "BASE", nil), --"global_maximum_added_chaos_damage" + }, + levels = { + [1] = { 8, 1, 2, }, + [2] = { 10, 2, 3, }, + [3] = { 13, 2, 3, }, + [4] = { 17, 3, 4, }, + [5] = { 21, 4, 6, }, + [6] = { 25, 5, 7, }, + [7] = { 29, 6, 9, }, + [8] = { 33, 8, 12, }, + [9] = { 37, 10, 15, }, + [10] = { 40, 11, 17, }, + [11] = { 43, 13, 20, }, + [12] = { 46, 16, 24, }, + [13] = { 49, 18, 27, }, + [14] = { 52, 21, 32, }, + [15] = { 55, 25, 37, }, + [16] = { 58, 28, 43, }, + [17] = { 61, 33, 49, }, + [18] = { 64, 38, 57, }, + [19] = { 67, 44, 65, }, + [20] = { 70, 50, 75, }, + [21] = { 72, 55, 82, }, + [22] = { 74, 60, 90, }, + [23] = { 76, 66, 99, }, + [24] = { 78, 72, 108, }, + [25] = { 80, 79, 118, }, + [26] = { 82, 86, 129, }, + [27] = { 84, 94, 141, }, + [28] = { 86, 103, 154, }, + [29] = { 88, 112, 168, }, + [30] = { 90, 122, 183, }, + }, +} skills["SupportManaLeech"] = { name = "Mana Leech", gemTags = { @@ -1804,6 +1923,66 @@ skills["SupportTrapAndMineDamage"] = { [30] = { 90, 49, }, }, } +skills["SupportDebilitate"] = { + name = "Vile Toxins", + gemTags = { + strength = true, + support = true, + }, + gemTagString = "Support", + gemStr = 0, + gemDex = 100, + gemInt = 0, + color = 1, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 20), + --"support_debilitate_hit_damage_+%_final_per_poison_stack" = 5 + }, + qualityMods = { + mod("Damage", "INC", 1, 0, KeywordFlag.Poison), --"base_poison_damage_+%" = 1 + }, + levelMods = { + [1] = nil, + [2] = mod("Damage", "MORE", nil, 0, KeywordFlag.Poison), --"support_debilitate_poison_damage_+%_final" + --[3] = "support_debilitate_hit_damage_max_poison_stacks" + }, + levels = { + [1] = { 38, 30, 6, }, + [2] = { 40, 31, 6, }, + [3] = { 42, 32, 6, }, + [4] = { 44, 33, 6, }, + [5] = { 46, 34, 6, }, + [6] = { 48, 35, 7, }, + [7] = { 50, 36, 7, }, + [8] = { 52, 37, 7, }, + [9] = { 54, 38, 7, }, + [10] = { 56, 39, 7, }, + [11] = { 58, 40, 8, }, + [12] = { 60, 41, 8, }, + [13] = { 62, 42, 8, }, + [14] = { 64, 43, 8, }, + [15] = { 65, 44, 8, }, + [16] = { 66, 45, 9, }, + [17] = { 67, 46, 9, }, + [18] = { 68, 47, 9, }, + [19] = { 69, 48, 9, }, + [20] = { 70, 49, 9, }, + [21] = { 72, 50, 10, }, + [22] = { 74, 51, 10, }, + [23] = { 76, 52, 10, }, + [24] = { 78, 53, 10, }, + [25] = { 80, 54, 10, }, + [26] = { 82, 55, 11, }, + [27] = { 84, 56, 11, }, + [28] = { 86, 57, 11, }, + [29] = { 88, 58, 11, }, + [30] = { 90, 59, 11, }, + }, +} skills["SupportVoidManipulation"] = { name = "Void Manipulation", gemTags = { diff --git a/Data/3_0/Skills/sup_int.lua b/Data/3_0/Skills/sup_int.lua index 5b771d6d..422c3ea0 100644 --- a/Data/3_0/Skills/sup_int.lua +++ b/Data/3_0/Skills/sup_int.lua @@ -553,6 +553,124 @@ skills["SupportCurseOnHit"] = { [30] = { 90, 8, }, }, } +skills["SupportDecay"] = { + name = "Decay", + gemTags = { + intelligence = true, + support = true, + }, + gemTagString = "Support", + gemStr = 0, + gemDex = 40, + gemInt = 60, + color = 3, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 30), + }, + qualityMods = { + mod("ChaosDamage", "INC", 0.5), --"chaos_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("SkillData", "LIST", { key = "decay", value = nil, merge = "MAX" }), --"deal_chaos_damage_per_second_for_10_seconds_on_hit" + }, + levels = { + [1] = { 38, 234, }, + [2] = { 40, 266, }, + [3] = { 42, 302, }, + [4] = { 44, 343, }, + [5] = { 46, 388, }, + [6] = { 48, 439, }, + [7] = { 50, 496, }, + [8] = { 52, 560, }, + [9] = { 54, 632, }, + [10] = { 56, 711, }, + [11] = { 58, 800, }, + [12] = { 60, 900, }, + [13] = { 62, 1011, }, + [14] = { 64, 1135, }, + [15] = { 65, 1202, }, + [16] = { 66, 1273, }, + [17] = { 67, 1347, }, + [18] = { 68, 1426, }, + [19] = { 69, 1510, }, + [20] = { 70, 1598, }, + [21] = { 72, 1789, }, + [22] = { 74, 2001, }, + [23] = { 76, 2237, }, + [24] = { 78, 2500, }, + [25] = { 80, 2792, }, + [26] = { 82, 3117, }, + [27] = { 84, 3478, }, + [28] = { 86, 3879, }, + [29] = { 88, 4325, }, + [30] = { 90, 4819, }, + }, +} +skills["SupportEfficacy"] = { + name = "Efficacy", + gemTags = { + intelligence = true, + support = true, + }, + gemTagString = "Support", + gemStr = 0, + gemDex = 0, + gemInt = 100, + color = 3, + support = true, + requireSkillTypes = { 10, 1, 59, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 30), + }, + qualityMods = { + mod("Damage", "INC", 0.5, ModFlag.Dot), --"damage_over_time_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("Damage", "MORE", nil, ModFlag.Spell), --"support_efficacy_spell_damage_+%_final" + [3] = mod("Damage", "MORE", nil, ModFlag.Dot), --"support_efficacy_damage_over_time_+%_final" + [4] = mod("Duration", "INC", nil), --"skill_effect_duration_+%" + }, + levels = { + [1] = { 31, 10, 15, 10, }, + [2] = { 34, 11, 15, 10, }, + [3] = { 36, 11, 16, 10, }, + [4] = { 38, 12, 16, 11, }, + [5] = { 40, 12, 17, 11, }, + [6] = { 42, 13, 17, 11, }, + [7] = { 44, 13, 18, 12, }, + [8] = { 46, 14, 18, 12, }, + [9] = { 48, 14, 19, 12, }, + [10] = { 50, 15, 19, 13, }, + [11] = { 52, 15, 20, 13, }, + [12] = { 54, 16, 20, 13, }, + [13] = { 56, 16, 21, 14, }, + [14] = { 58, 17, 21, 14, }, + [15] = { 60, 17, 22, 14, }, + [16] = { 62, 18, 22, 15, }, + [17] = { 64, 18, 23, 15, }, + [18] = { 66, 19, 23, 15, }, + [19] = { 68, 19, 24, 16, }, + [20] = { 70, 20, 24, 16, }, + [21] = { 72, 20, 25, 16, }, + [22] = { 74, 21, 25, 17, }, + [23] = { 76, 21, 26, 17, }, + [24] = { 78, 22, 26, 17, }, + [25] = { 80, 22, 27, 18, }, + [26] = { 82, 23, 27, 18, }, + [27] = { 84, 23, 28, 18, }, + [28] = { 86, 24, 28, 19, }, + [29] = { 88, 24, 29, 19, }, + [30] = { 90, 30, 29, 19, }, + }, +} skills["SupportElementalFocus"] = { name = "Elemental Focus", gemTags = { @@ -570,11 +688,7 @@ skills["SupportElementalFocus"] = { excludeSkillTypes = { }, baseMods = { mod("ManaCost", "MORE", 30), - --"cannot_inflict_status_ailments" = ? - flag("CannotShock"), - flag("CannotChill"), - flag("CannotFreeze"), - flag("CannotIgnite"), + { flag("CannotShock"), flag("CannotChill"), flag("CannotFreeze"), flag("CannotIgnite") }, --"cannot_inflict_status_ailments" = ? }, qualityMods = { mod("ElementalDamage", "INC", 0.5), --"elemental_damage_+%" = 0.5 @@ -778,6 +892,124 @@ skills["SupportFasterCast"] = { [30] = { 90, 49, }, }, } +skills["SupportIgniteProliferation"] = { + name = "Ignite Proliferation", + gemTags = { + intelligence = true, + support = true, + }, + gemTagString = "Support", + gemStr = 40, + gemDex = 0, + gemInt = 60, + color = 3, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 30), + }, + qualityMods = { + mod("FireDamage", "INC", 0.5), --"fire_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + --[2] = "base_ignite_proliferation_radius" + [3] = mod("FireDamage", "INC", nil), --"fire_damage_+%" + }, + levels = { + [1] = { 38, 14, 0, }, + [2] = { 40, 14, 1, }, + [3] = { 42, 14, 2, }, + [4] = { 44, 14, 3, }, + [5] = { 46, 14, 4, }, + [6] = { 48, 14, 5, }, + [7] = { 50, 14, 6, }, + [8] = { 52, 14, 7, }, + [9] = { 54, 14, 8, }, + [10] = { 56, 15, 9, }, + [11] = { 58, 15, 10, }, + [12] = { 60, 15, 11, }, + [13] = { 62, 15, 12, }, + [14] = { 64, 15, 13, }, + [15] = { 65, 15, 14, }, + [16] = { 66, 15, 15, }, + [17] = { 67, 15, 16, }, + [18] = { 68, 15, 17, }, + [19] = { 69, 15, 18, }, + [20] = { 70, 16, 19, }, + [21] = { 72, 16, 20, }, + [22] = { 74, 16, 21, }, + [23] = { 76, 16, 22, }, + [24] = { 78, 16, 23, }, + [25] = { 80, 16, 24, }, + [26] = { 82, 16, 25, }, + [27] = { 84, 16, 26, }, + [28] = { 86, 16, 27, }, + [29] = { 88, 16, 28, }, + [30] = { 90, 16, 29, }, + }, +} +skills["SupportImmolation"] = { + name = "Immolate", + gemTags = { + intelligence = true, + support = true, + }, + gemTagString = "Support", + gemStr = 40, + gemDex = 0, + gemInt = 60, + color = 3, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 20), + }, + qualityMods = { + mod("FireDamage", "INC", 0.5), --"fire_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("FireMin", "BASE", nil, ModFlag.Hit, 0, { type = "EnemyCondition", var = "Burning" }), --"support_minimum_added_fire_damage_vs_burning_enemies" + [3] = mod("FireMax", "BASE", nil, ModFlag.Hit, 0, { type = "EnemyCondition", var = "Burning" }), --"support_maximum_added_fire_damage_vs_burning_enemies" + }, + levels = { + [1] = { 38, 47, 71, }, + [2] = { 40, 53, 80, }, + [3] = { 42, 60, 90, }, + [4] = { 44, 67, 100, }, + [5] = { 46, 75, 112, }, + [6] = { 48, 84, 126, }, + [7] = { 50, 94, 140, }, + [8] = { 52, 104, 157, }, + [9] = { 54, 116, 175, }, + [10] = { 56, 130, 194, }, + [11] = { 58, 144, 216, }, + [12] = { 60, 160, 240, }, + [13] = { 62, 178, 267, }, + [14] = { 64, 197, 296, }, + [15] = { 65, 208, 312, }, + [16] = { 66, 219, 328, }, + [17] = { 67, 230, 346, }, + [18] = { 68, 242, 364, }, + [19] = { 69, 255, 383, }, + [20] = { 70, 268, 403, }, + [21] = { 72, 297, 446, }, + [22] = { 74, 329, 493, }, + [23] = { 76, 363, 545, }, + [24] = { 78, 401, 602, }, + [25] = { 80, 443, 664, }, + [26] = { 82, 489, 733, }, + [27] = { 84, 539, 809, }, + [28] = { 86, 594, 892, }, + [29] = { 88, 655, 983, }, + [30] = { 90, 722, 1083, }, + }, +} skills["SupportIncreasedAreaOfEffect"] = { name = "Increased Area of Effect", gemTags = { @@ -1684,4 +1916,63 @@ skills["SupportMulticast"] = { [29] = { 88, 79, }, [30] = { 90, 80, }, }, +} +skills["SupportAilments"] = { + name = "Unbound Ailments", + gemTags = { + dexterity = true, + support = true, + }, + gemTagString = "Support", + gemStr = 0, + gemDex = 60, + gemInt = 40, + color = 2, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 10), + }, + qualityMods = { + { mod("EnemyBleedDuration", "INC", 0.5), mod("EnemyPoisonDuration", "INC", 0.5), mod("EnemyIgniteDuration", "INC", 0.5), mod("EnemyShockDuration", "INC", 0.5), mod("EnemyChillDuration", "INC", 0.5), mod("EnemyFreezeDuration", "INC", 0.5) }, --"base_all_ailment_duration_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = { mod("EnemyBleedDuration", "INC", nil), mod("EnemyPoisonDuration", "INC", nil), mod("EnemyIgniteDuration", "INC", nil), mod("EnemyShockDuration", "INC", nil), mod("EnemyChillDuration", "INC", nil), mod("EnemyFreezeDuration", "INC", nil) }, --"base_all_ailment_duration_+%" + [3] = mod("Damage", "INC", nil, 0, bit.bor(KeywordFlag.Bleed, KeywordFlag.Poison, KeywordFlag.Ignite)), --"support_ailments_effect_+%" + }, + levels = { + [1] = { 8, 30, 20, }, + [2] = { 10, 31, 21, }, + [3] = { 13, 32, 21, }, + [4] = { 17, 33, 22, }, + [5] = { 21, 34, 22, }, + [6] = { 25, 35, 23, }, + [7] = { 29, 36, 23, }, + [8] = { 33, 37, 24, }, + [9] = { 37, 38, 24, }, + [10] = { 40, 39, 25, }, + [11] = { 43, 40, 25, }, + [12] = { 46, 41, 26, }, + [13] = { 49, 42, 26, }, + [14] = { 52, 43, 27, }, + [15] = { 55, 44, 27, }, + [16] = { 58, 45, 28, }, + [17] = { 61, 46, 28, }, + [18] = { 64, 47, 29, }, + [19] = { 67, 48, 29, }, + [20] = { 70, 49, 30, }, + [21] = { 72, 50, 30, }, + [22] = { 74, 51, 31, }, + [23] = { 76, 52, 31, }, + [24] = { 78, 53, 32, }, + [25] = { 80, 54, 32, }, + [26] = { 82, 55, 33, }, + [27] = { 84, 56, 33, }, + [28] = { 86, 57, 34, }, + [29] = { 88, 58, 34, }, + [30] = { 90, 59, 35, }, + }, } \ No newline at end of file diff --git a/Data/3_0/Skills/sup_str.lua b/Data/3_0/Skills/sup_str.lua index 770a04d2..fa2726da 100644 --- a/Data/3_0/Skills/sup_str.lua +++ b/Data/3_0/Skills/sup_str.lua @@ -184,6 +184,65 @@ skills["SupportBloodlust"] = { [30] = { 90, 69, }, }, } +skills["SupportBrutality"] = { + name = "Brutality", + gemTags = { + strength = true, + support = true, + }, + gemTagString = "Support", + gemStr = 100, + gemDex = 0, + gemInt = 0, + color = 1, + support = true, + requireSkillTypes = { 10, 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 30), + { flag("DealNoFire"), flag("DealNoCold"), flag("DealNoLightning") }, --"deal_no_elemental_damage" = ? + }, + qualityMods = { + mod("PhysicalDamage", "INC", 0.5), --"physical_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("PhysicalDamage", "MORE", nil), --"support_brutality_physical_damage_+%_final" + }, + levels = { + [1] = { 38, 35, }, + [2] = { 40, 36, }, + [3] = { 42, 37, }, + [4] = { 44, 38, }, + [5] = { 46, 39, }, + [6] = { 48, 40, }, + [7] = { 50, 41, }, + [8] = { 52, 42, }, + [9] = { 54, 43, }, + [10] = { 56, 44, }, + [11] = { 58, 45, }, + [12] = { 60, 46, }, + [13] = { 62, 47, }, + [14] = { 64, 48, }, + [15] = { 65, 49, }, + [16] = { 66, 50, }, + [17] = { 67, 51, }, + [18] = { 68, 52, }, + [19] = { 69, 53, }, + [20] = { 70, 54, }, + [21] = { 72, 55, }, + [22] = { 74, 56, }, + [23] = { 76, 57, }, + [24] = { 78, 58, }, + [25] = { 80, 59, }, + [26] = { 82, 60, }, + [27] = { 84, 61, }, + [28] = { 86, 62, }, + [29] = { 88, 63, }, + [30] = { 90, 64, }, + }, +} skills["SupportIncreasedBurningDamage"] = { name = "Burning Damage", gemTags = { @@ -373,6 +432,66 @@ skills["SupportCastOnDamageTaken"] = { [30] = { 90, 7990, 46, 90, }, }, } +skills["SupportChanceToBleed"] = { + name = "Chance to Bleed", + gemTags = { + strength = true, + support = true, + }, + gemTagString = "Support", + gemStr = 100, + gemDex = 0, + gemInt = 0, + color = 1, + support = true, + requireSkillTypes = { 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 20), + mod("BleedChance", "BASE", 25, ModFlag.Attack), --"bleed_on_hit_with_attacks_%" = 25 + }, + qualityMods = { + mod("Damage", "INC", 0.5, 0, KeywordFlag.Bleed), --"bleeding_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("PhysicalMin", "BASE", nil, 0, KeywordFlag.Attack, nil), --"attack_minimum_added_physical_damage" + [3] = mod("PhysicalMax", "BASE", nil, 0, KeywordFlag.Attack, nil), --"attack_maximum_added_physical_damage" + }, + levels = { + [1] = { 8, 1, 2, }, + [2] = { 10, 2, 3, }, + [3] = { 13, 2, 3, }, + [4] = { 17, 3, 4, }, + [5] = { 21, 4, 6, }, + [6] = { 25, 5, 7, }, + [7] = { 29, 6, 9, }, + [8] = { 33, 8, 12, }, + [9] = { 37, 10, 15, }, + [10] = { 40, 11, 17, }, + [11] = { 43, 13, 20, }, + [12] = { 46, 16, 24, }, + [13] = { 49, 18, 27, }, + [14] = { 52, 21, 32, }, + [15] = { 55, 25, 37, }, + [16] = { 58, 29, 43, }, + [17] = { 61, 33, 49, }, + [18] = { 64, 38, 57, }, + [19] = { 67, 44, 65, }, + [20] = { 70, 50, 75, }, + [21] = { 72, 55, 82, }, + [22] = { 74, 60, 90, }, + [23] = { 76, 66, 99, }, + [24] = { 78, 72, 108, }, + [25] = { 80, 79, 118, }, + [26] = { 82, 86, 129, }, + [27] = { 84, 94, 141, }, + [28] = { 86, 103, 154, }, + [29] = { 88, 112, 168, }, + [30] = { 90, 122, 183, }, + }, +} skills["SupportColdToFire"] = { name = "Cold to Fire", gemTags = { @@ -1244,6 +1363,66 @@ skills["SupportLifeLeech"] = { [30] = { 90, 58, }, }, } +skills["SupportMaim"] = { + name = "Maim", + gemTags = { + strength = true, + support = true, + }, + gemTagString = "Support", + gemStr = 100, + gemDex = 0, + gemInt = 0, + color = 1, + support = true, + requireSkillTypes = { 1, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + baseMods = { + mod("ManaCost", "MORE", 15), + --"maim_on_hit_%" = 30 + }, + qualityMods = { + mod("PhysicalDamage", "INC", 0.5), --"physical_damage_+%" = 0.5 + }, + levelMods = { + [1] = nil, + [2] = mod("PhysicalDamageTaken", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" }, { type = "Condition", var = "Maimed" }), --"support_maimed_enemies_physical_damage_taken_+%" + [3] = mod("PhysicalDamage", "MORE", nil), --"support_maim_chance_physical_damage_+%_final" + }, + levels = { + [1] = { 8, 20, 10, }, + [2] = { 10, 21, 10, }, + [3] = { 13, 21, 11, }, + [4] = { 17, 22, 11, }, + [5] = { 21, 22, 12, }, + [6] = { 25, 23, 12, }, + [7] = { 29, 23, 13, }, + [8] = { 33, 24, 13, }, + [9] = { 37, 24, 14, }, + [10] = { 40, 25, 14, }, + [11] = { 43, 25, 15, }, + [12] = { 46, 26, 15, }, + [13] = { 49, 26, 16, }, + [14] = { 52, 27, 16, }, + [15] = { 55, 27, 17, }, + [16] = { 58, 28, 17, }, + [17] = { 61, 28, 18, }, + [18] = { 64, 29, 18, }, + [19] = { 67, 29, 19, }, + [20] = { 70, 30, 19, }, + [21] = { 72, 30, 20, }, + [22] = { 74, 31, 20, }, + [23] = { 76, 31, 21, }, + [24] = { 78, 32, 21, }, + [25] = { 80, 32, 22, }, + [26] = { 82, 33, 22, }, + [27] = { 84, 33, 23, }, + [28] = { 86, 34, 23, }, + [29] = { 88, 34, 24, }, + [30] = { 90, 35, 24, }, + }, +} skills["SupportMeleeDamageOnFullLife"] = { name = "Melee Damage on Full Life", gemTags = { diff --git a/Export/Skills/statmap.ini b/Export/Skills/statmap.ini index 8693cbc0..823b25e8 100644 --- a/Export/Skills/statmap.ini +++ b/Export/Skills/statmap.ini @@ -98,6 +98,8 @@ mod = skill("radiusExtra", {val}) [corpse_explosion_monster_life_%] mod = skill("corpseExplosionLifeMultiplier", {val}) div = 100 +[deal_chaos_damage_per_second_for_10_seconds_on_hit] +mod = mod("SkillData", "LIST", { key = "decay", value = {val}, merge = "MAX" }) # # Defensive modifiers @@ -234,6 +236,10 @@ mod = mod("FirePenetration", "BASE", {val}) mod = mod("ColdPenetration", "BASE", {val}) [base_reduce_enemy_lightning_resistance_%] mod = mod("LightningPenetration", "BASE", {val}) +[support_minimum_added_fire_damage_vs_burning_enemies] +mod = mod("FireMin", "BASE", {val}, ModFlag.Hit, 0, { type = "EnemyCondition", var = "Burning" }) +[support_maximum_added_fire_damage_vs_burning_enemies] +mod = mod("FireMax", "BASE", {val}, ModFlag.Hit, 0, { type = "EnemyCondition", var = "Burning" }) [global_minimum_added_cold_damage] mod = mod("ColdMin", "BASE", {val}) [global_maximum_added_cold_damage] @@ -275,7 +281,15 @@ mod = mod("SkillPhysicalDamageConvertToFire", "BASE", {val}) mod = mod("SkillPhysicalDamageConvertToChaos", "BASE", {val}) [skill_cold_damage_%_to_convert_to_fire] mod = mod("SkillColdDamageConvertToFire", "BASE", {val}) -# Elemental status effects +# Ailments +[bleed_on_hit_with_attacks_%] +mod = mod("BleedChance", "BASE", {val}, ModFlag.Attack) +[global_bleed_on_hit] +mod = mod("BleedChance", "BASE", 100) +[base_chance_to_poison_on_hit_%] +mod = mod("PoisonChance", "BASE", {val}) +[global_poison_on_hit] +mod = mod("PoisonChance", "BASE", 100) [base_chance_to_ignite_%] mod = mod("EnemyIgniteChance", "BASE", {val}) [base_chance_to_shock_%] @@ -286,6 +300,10 @@ mod = mod("EnemyFreezeChance", "BASE", {val}) mod = { mod("EnemyFreezeChance", "BASE", {val}), mod("EnemyShockChance", "BASE", {val}), mod("EnemyIgniteChance", "BASE", {val}) } [additional_chance_to_freeze_chilled_enemies_%] mod = mod("EnemyFreezeChance", "BASE", {val}, ModFlag.Hit, 0, { type = "EnemyCondition", var = "Chilled" }) +[cannot_inflict_status_ailments] +mod = { flag("CannotShock"), flag("CannotChill"), flag("CannotFreeze"), flag("CannotIgnite") } +[base_poison_duration_+%] +mod = mod("EnemyPoisonDuration", "INC", {val}) [ignite_duration_+%] mod = mod("EnemyIgniteDuration", "INC", {val}) [shock_duration_+%] @@ -294,6 +312,14 @@ mod = mod("EnemyShockDuration", "INC", {val}) mod = mod("EnemyChillDuration", "INC", {val}) [freeze_duration_+%] mod = mod("EnemyFreezeDuration", "INC", {val}) +[base_all_ailment_duration_+%] +mod = { mod("EnemyBleedDuration", "INC", {val}), mod("EnemyPoisonDuration", "INC", {val}), mod("EnemyIgniteDuration", "INC", {val}), mod("EnemyShockDuration", "INC", {val}), mod("EnemyChillDuration", "INC", {val}), mod("EnemyFreezeDuration", "INC", {val}) } +[bleeding_damage_+%] +mod = mod("Damage", "INC", {val}, 0, KeywordFlag.Bleed) +[base_poison_damage_+%] +mod = mod("Damage", "INC", {val}, 0, KeywordFlag.Poison) +[support_ailments_effect_+%] +mod = mod("Damage", "INC", {val}, 0, bit.bor(KeywordFlag.Bleed, KeywordFlag.Poison, KeywordFlag.Ignite)) # Global flags [never_ignite] mod = flag("CannotIgnite") @@ -305,24 +331,16 @@ mod = flag("CannotBleed") mod = flag("IronGrip") [strong_casting] mod = flag("IronWill") +[deal_no_elemental_damage] +mod = { flag("DealNoFire"), flag("DealNoCold"), flag("DealNoLightning") } # Other effects [base_stun_threshold_reduction_+%] mod = mod("EnemyStunThreshold", "INC", {val}) mult = -1 [base_stun_duration_+%] mod = mod("EnemyStunDuration", "INC", {val}) -[base_chance_to_poison_on_hit_%] -mod = mod("PoisonChance", "BASE", {val}) -[global_bleed_on_hit] -mod = mod("BleedChance", "BASE", 100) -[global_poison_on_hit] -mod = mod("PoisonChance", "BASE", 100) [chance_to_fortify_on_melee_hit_+%] mod = flag("Condition:Fortify", { type = "Condition", var = "Combat" }) -[base_poison_damage_+%] -mod = mod("Damage", "INC", {val}, 0, KeywordFlag.Poison) -[base_poison_duration_+%] -mod = mod("EnemyPoisonDuration", "INC", {val}) [base_killed_monster_dropped_item_quantity_+%] mod = mod("LootQuantity", "INC", {val}) [base_killed_monster_dropped_item_rarity_+%] @@ -676,6 +694,9 @@ mod = mod("LightningDamage", "MORE", {val}, ModFlag.Spell, 0, { type = "GlobalEf # Bloodlust [support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies] mod = mod("PhysicalDamage", "MORE", {val}, ModFlag.Melee, 0, { type = "EnemyCondition", var = "Bleeding" }) +# Brutality +[support_brutality_physical_damage_+%_final] +mod = mod("PhysicalDamage", "MORE", {val}) # Burning Damage [support_burning_damage_+%_final] mod = mod("FireDamage", "MORE", {val}, ModFlag.Dot) @@ -716,6 +737,16 @@ mod = mod("Damage", "MORE", {val}, ModFlag.Spell) # Cluster Traps [support_clustertrap_damage_+%_final] mod = mod("Damage", "MORE", {val}) +# Deadly Ailments +[support_better_ailments_hit_damage_+%_final] +mod = mod("Damage", "MORE", {val}, ModFlag.Hit) +[support_better_ailments_ailment_damage_+%_final] +mod = mod("Damage", "MORE", {val}, 0, bit.bor(KeywordFlag.Bleed, KeywordFlag.Poison, KeywordFlag.Ignite)) +# Efficacy +[support_efficacy_spell_damage_+%_final] +mod = mod("Damage", "MORE", {val}, ModFlag.Spell) +[support_efficacy_damage_over_time_+%_final] +mod = mod("Damage", "MORE", {val}, ModFlag.Dot) # Elemental Damage with Attacks [support_attack_skills_elemental_damage_+%_final] mod = mod("ElementalDamage", "MORE", {val}, 0, KeywordFlag.Attack) @@ -751,6 +782,11 @@ mod = mod("Damage", "MORE", {val}, ModFlag.Projectile) mod = mod("Duration", "MORE", {val}) [support_reduced_duration_damage_+%_final] mod = mod("Damage", "MORE", {val}) +# Maim +[support_maim_chance_physical_damage_+%_final] +mod = mod("PhysicalDamage", "MORE", {val}) +[support_maimed_enemies_physical_damage_taken_+%] +mod = mod("PhysicalDamageTaken", "INC", {val}, 0, 0, { type = "GlobalEffect", effectType = "Debuff" }, { type = "Condition", var = "Maimed" }) # Melee Physical on Full Life [support_melee_physical_damage_+%_final_while_on_full_life] mod = mod("PhysicalDamage", "MORE", {val}, ModFlag.Melee, 0, { type = "Condition", var = "FullLife" }) @@ -825,6 +861,9 @@ mod = mod("Damage", "MORE", {val}, ModFlag.Hit, KeywordFlag.Trap) # Trap and Mine Damage [support_trap_and_mine_damage_+%_final] mod = mod("Damage", "MORE", {val}, 0, bit.bor(KeywordFlag.Trap, KeywordFlag.Mine)) +# Vile Toxins +[support_debilitate_poison_damage_+%_final] +mod = mod("Damage", "MORE", {val}, 0, KeywordFlag.Poison) # Void Manipulation [support_void_manipulation_chaos_damage_+%_final] mod = mod("ChaosDamage", "MORE", {val}) diff --git a/Export/Skills/sup_dex.txt b/Export/Skills/sup_dex.txt index 62de0f87..5e24c4a7 100644 --- a/Export/Skills/sup_dex.txt +++ b/Export/Skills/sup_dex.txt @@ -39,6 +39,9 @@ local skills, mod, flag, skill = ... #skill SupportCullingStrike #mods +#skill SupportDeadlyAilments +#mods + #skill SupportAdditionalQuality #mods @@ -63,6 +66,9 @@ local skills, mod, flag, skill = ... #skill SupportLesserMultipleProjectiles #mods +#skill SupportLesserPoison +#mods + #skill SupportManaLeech #mods @@ -102,5 +108,8 @@ local skills, mod, flag, skill = ... #skill SupportTrapAndMineDamage #mods +#skill SupportDebilitate +#mods + #skill SupportVoidManipulation #mods diff --git a/Export/Skills/sup_int.txt b/Export/Skills/sup_int.txt index c9658574..fd93d108 100644 --- a/Export/Skills/sup_int.txt +++ b/Export/Skills/sup_int.txt @@ -32,11 +32,13 @@ local skills, mod, flag, skill = ... #skill SupportCurseOnHit #mods +#skill SupportDecay +#mods + +#skill SupportEfficacy +#mods + #skill SupportElementalFocus -#baseMod flag("CannotShock") -#baseMod flag("CannotChill") -#baseMod flag("CannotFreeze") -#baseMod flag("CannotIgnite") #mods #skill SupportElementalProliferation @@ -48,6 +50,12 @@ local skills, mod, flag, skill = ... #skill SupportFasterCast #mods +#skill SupportIgniteProliferation +#mods + +#skill SupportImmolation +#mods + #skill SupportIncreasedAreaOfEffect #mods @@ -97,3 +105,6 @@ local skills, mod, flag, skill = ... #skill SupportMulticast #mods + +#skill SupportAilments +#mods diff --git a/Export/Skills/sup_str.txt b/Export/Skills/sup_str.txt index dc3e771c..0f8e6865 100644 --- a/Export/Skills/sup_str.txt +++ b/Export/Skills/sup_str.txt @@ -14,6 +14,9 @@ local skills, mod, flag, skill = ... #skill SupportBloodlust #mods +#skill SupportBrutality +#mods + #skill SupportIncreasedBurningDamage #mods @@ -23,6 +26,9 @@ local skills, mod, flag, skill = ... #skill SupportCastOnDamageTaken #mods +#skill SupportChanceToBleed +#mods + #skill SupportColdToFire #mods @@ -68,6 +74,9 @@ local skills, mod, flag, skill = ... #skill SupportLifeLeech #mods +#skill SupportMaim +#mods + #skill SupportMeleeDamageOnFullLife #mods diff --git a/Export/export.lua b/Export/export.lua index 18efd8ad..426077e3 100644 --- a/Export/export.lua +++ b/Export/export.lua @@ -45,4 +45,5 @@ while true do print(errMsg) end end + collectgarbage("collect") end \ No newline at end of file diff --git a/Export/gems.txt b/Export/gems.txt index 57627e18..9765a29c 100644 --- a/Export/gems.txt +++ b/Export/gems.txt @@ -34,7 +34,9 @@ Blood Magic|SupportBloodMagic|strength,support Blood Rage|BloodRage|dexterity,active_skill,spell,duration Bloodlust|SupportBloodlust|attack,strength,support,melee Bone Offering|BoneOffering|minion,intelligence,active_skill,spell,duration +Brutality|SupportBrutality|strength,support Burning Arrow|BurningArrow|dexterity,active_skill,attack,fire,bow +Burning Damage|SupportIncreasedBurningDamage|fire,strength,support Cast On Critical Strike|SupportCastOnCrit|dexterity,support,spell,trigger Cast on Death|SupportCastOnDeath|dexterity,support,spell,trigger Cast on Melee Kill|SupportCastOnMeleeKill|strength,support,melee,attack,spell,trigger @@ -43,8 +45,10 @@ Cast when Stunned|SupportCastOnStunned|intelligence,support,spell,trigger Cast while Channelling|SupportCastWhileChannelling|intelligence,support,channelling,spell Caustic Arrow|PoisonArrow|dexterity,active_skill,attack,area,duration,chaos,bow Chain|SupportChain|dexterity,support,chaining,projectile +Chance to Bleed|SupportChanceToBleed|strength,support Chance to Flee|SupportChanceToFlee|dexterity,support Chance to Ignite|SupportChanceToIgnite|fire,intelligence,support +Charged Dash|ChargedDash|active_skill,movement,area,channelling Clarity|Clarity|aura,intelligence,active_skill,spell,area Cleave|Cleave|strength,active_skill,attack,area,melee Cluster Traps|SupportClusterTrap|trap,dexterity,support @@ -61,6 +65,8 @@ Culling Strike|SupportCullingStrike|dexterity,support Curse On Hit|SupportCurseOnHit|curse,trigger,intelligence,support Cyclone|Cyclone|dexterity,active_skill,attack,area,movement,melee Damage Infusion|DamageInfusion|intelligence,active_skill,spell,area +Deadly Ailments|SupportDeadlyAilments|dexterity,support +Decay|SupportDecay|intelligence,support Decoy Totem|DecoyTotem|totem,strength,active_skill,spell,duration,area Desecrate|Desecrate|dexterity,active_skill,spell,area,duration,chaos Determination|Determination|aura,strength,active_skill,spell,area @@ -73,6 +79,8 @@ Dominating Blow|DominatingBlow|strength,active_skill,attack,minion,duration,mele Double Strike|DoubleStrike|dexterity,active_skill,attack,melee Dual Strike|DualStrike|dexterity,active_skill,attack,melee Earthquake|Earthquake|strength,active_skill,attack,area,duration,melee +Efficacy|SupportEfficacy|intelligence,support +Elemental Damage with Attacks|SupportWeaponElementalDamage|attack,strength,support Elemental Focus|SupportElementalFocus|intelligence,support Elemental Hit|ElementalHit|dexterity,active_skill,attack,melee,fire,cold,lightning,bow Elemental Projectiles|ElementalProjectiles|intelligence,active_skill,spell,area @@ -81,7 +89,6 @@ Elemental Weakness|ElementalWeakness|curse,intelligence,active_skill,spell,area, Empower|SupportAdditionalLevel|low_max_level,strength,support Endurance Charge on Melee Stun|EnduranceChargeOnMeleeStun|strength,support,melee,attack Enduring Cry|EnduringCry|warcry,strength,active_skill,area,duration -Energy Beam|EnergyBeam|intelligence,active_skill,spell Enfeeble|Enfeeble|curse,intelligence,active_skill,spell,area,duration Enhance|SupportAdditionalQuality|low_max_level,dexterity,support Enlighten|SupportAdditionalXP|low_max_level,intelligence,support @@ -124,10 +131,10 @@ Ground Slam|GroundSlam|strength,active_skill,attack,area,melee Haste|Haste|aura,dexterity,active_skill,spell,area Hatred|Hatred|aura,dexterity,active_skill,spell,area,cold Heavy Strike|HeavyStrike|strength,active_skill,attack,melee -Herald of Ash|HeraldOfAsh|strength,active_skill,spell,area,fire -Herald of Blood|HeraldOfBlood|strength,active_skill,cast,area,duration -Herald of Ice|HeraldOfIce|dexterity,active_skill,cast,area,cold -Herald of Thunder|HeraldOfThunder|intelligence,active_skill,cast,area,duration,lightning +Herald of Ash|HeraldOfAsh|strength,active_skill,spell,area,fire,herald,duration +Herald of Blood|HeraldOfBlood|strength,active_skill,cast,area,duration,herald +Herald of Ice|HeraldOfIce|dexterity,active_skill,cast,area,cold,herald +Herald of Thunder|HeraldOfThunder|intelligence,active_skill,cast,area,duration,lightning,herald Hypothermia|SupportDamageAgainstChilled|cold,dexterity,support Ice Bite|SupportFrenzyChargeOnSlayingFrozenEnemy|cold,dexterity,support Ice Crash|IceCrash|strength,active_skill,attack,area,cold,melee @@ -138,11 +145,12 @@ Ice Trap|IceTrap|trap,dexterity,active_skill,spell,area,cold,duration Icefire|Icefire|projectile,intelligence,active_skill,spell,area Icestorm|IcestormUniqueStaff12| Ignite|Ignite|intelligence,active_skill,spell,duration,fire +Ignite Proliferation|SupportIgniteProliferation|intelligence,support Illusory Warp|MerveilWarp| +Immolate|SupportImmolation|intelligence,support Immortal Call|ImmortalCall|strength,active_skill,spell,duration Incinerate|Incinerate|projectile,intelligence,active_skill,spell,fire,channelling Increased Area of Effect|SupportIncreasedAreaOfEffect|intelligence,support,area -Increased Burning Damage|SupportIncreasedBurningDamage|fire,strength,support Increased Critical Damage|SupportIncreasedCriticalDamage|intelligence,support Increased Critical Strikes|SupportIncreasedCriticalStrikes|intelligence,support Increased Duration|SupportIncreasedDuration|strength,support,duration @@ -158,6 +166,8 @@ Lacerate|DoubleSlash|dexterity,active_skill,attack,area,melee Leap Slam|LeapSlam|strength,active_skill,attack,area,movement,melee Less Duration|SupportReducedDuration|strength,support,duration Lesser Multiple Projectiles|SupportLesserMultipleProjectiles|dexterity,support,projectile +Lesser Poison|SupportLesserPoison|dexterity,support +Lesser Reduced Mana Cost|SupportTutorial|strength,support Life Gain on Hit|SupportLifeGainOnHit|attack,strength,support Life Leech|SupportLifeLeech|strength,support Lightning Arrow|LightningArrow|dexterity,active_skill,attack,area,lightning,bow @@ -169,6 +179,7 @@ Lightning Tendrils|LightningTendrils|intelligence,active_skill,spell,area,lightn Lightning Trap|LightningTrap|projectile,trap,intelligence,active_skill,spell,duration,lightning Lightning Warp|LightningWarp|intelligence,active_skill,spell,area,duration,movement,lightning Magma Orb|MagmaOrb|projectile,intelligence,active_skill,spell,area,fire,chaining +Maim|SupportMaim|strength,support Mana Leech|SupportManaLeech|dexterity,support Melee Damage on Full Life|SupportMeleeDamageOnFullLife|melee,strength,support,attack Melee Physical Damage|SupportMeleePhysicalDamage|melee,strength,support,attack @@ -251,6 +262,7 @@ Summon Ice Golem|SummonIceGolem|dexterity,active_skill,cold,minion,spell,golem Summon Lightning Golem|SummonLightningGolem|intelligence,active_skill,lightning,minion,spell,golem Summon Raging Spirit|SummonRagingSpirit|intelligence,active_skill,spell,minion,duration,fire Summon Skeletons|SummonSkeletons|intelligence,active_skill,spell,minion,duration +Summon Skeletons Channelled|SummonSkeletonsChannelled|intelligence,active_skill,spell,minion,duration,channelling Summon Stone Golem|SummonRockGolem|strength,active_skill,minion,spell,golem Sunder|Sunder|strength,active_skill,attack,area,melee Sweep|Sweep|strength,active_skill,attack,area,melee @@ -261,6 +273,7 @@ Touch of God|TouchOfGod|strength,active_skill,attack,area,lightning,melee,bow Trap|SupportTrap|dexterity,support,trap,duration Trap Cooldown|SupportTrapCooldown|trap,dexterity,support Trap and Mine Damage|SupportTrapAndMineDamage|dexterity,support,trap,mine +Unbound Ailments|SupportAilments|dexterity,support Vaal Arc|VaalArcChain|intelligence,active_skill,vaal,spell,chaining,lightning Vaal Breach|VaalBreach|low_max_level,active_skill,vaal,spell Vaal Burning Arrow|VaalBurningArrow|dexterity,active_skill,vaal,attack,area,fire,bow @@ -296,16 +309,17 @@ Vaal Summon Skeletons|VaalSummonSkeletons|intelligence,active_skill,vaal,spell,m Vaal Sweep|VaalSweep|strength,active_skill,vaal,attack,area,melee Vengeance|Vengeance|trigger,strength,active_skill,attack,area,melee Vigilant Strike|VigilantStrike|attack,strength,active_skill,melee +Vile Toxins|SupportDebilitate|strength,support Viper Strike|ViperStrike|dexterity,active_skill,attack,duration,melee,chaos Vitality|Vitality|aura,strength,active_skill,spell,area Void Manipulation|SupportVoidManipulation|chaos,dexterity,support Vortex|FrostBoltNova|intelligence,active_skill,spell,area,cold,duration Vortex Mine|VortexMine|mine,dexterity,active_skill,spell,area,duration Vulnerability|Vulnerability|curse,intelligence,active_skill,spell,area,duration +WIP|ThrownShield|projectile,strength,active_skill,attack,bow WIP|SupportCastLinkedCursesOnCurse|support,curse Wand Teleport|WandTeleport|active_skill,spell,movement Warlord's Mark|WarlordsMark|curse,strength,active_skill,spell,area,duration -Weapon Elemental Damage|SupportWeaponElementalDamage|attack,strength,support Whirling Blades|WhirlingBlades|dexterity,active_skill,attack,movement,melee Wild Strike|WildStrike|projectile,dexterity,active_skill,attack,melee,lightning,cold,fire,area,chaining Wildfire|InfernalSwarm|intelligence,active_skill,spell,chaining,area,fire diff --git a/README.md b/README.md index 8f911cc2..916863b4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ If you'd like to help support the development of Path of Building, I have a [Pat ![ss3](https://cloud.githubusercontent.com/assets/19189971/18089780/f0ff234a-6f04-11e6-8c88-6193fe59a5c4.png) ## Changelog +### 1.4.27 - 2017/06/14 +For 3.0 builds: + * Added preliminary support for the 11 new support gems + * Note that these gems are still using pre-release data, so some stats may change once the beta patch is available + ### 1.4.26 - 2017/06/12 * Added Bramble Cobra to the spectre library * Added support for the Chaos degen from Forbidden Taste diff --git a/changelog.txt b/changelog.txt index dd50b0d4..021eb7a7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +VERSION[1.4.27][2017/06/14] +For 3.0 builds: + * Added preliminary support for the 11 new support gems + * Note that these gems are still using pre-release data, so some stats may change once the beta patch is available VERSION[1.4.26][2017/06/12] * Added Bramble Cobra to the spectre library * Added support for the Chaos degen from Forbidden Taste diff --git a/manifest.xml b/manifest.xml index 1684a901..76184c1d 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ - + - + @@ -169,9 +169,9 @@ - - - + + +