diff --git a/src/Data/Skills/other.lua b/src/Data/Skills/other.lua index 01d785f2c5..064f013e23 100644 --- a/src/Data/Skills/other.lua +++ b/src/Data/Skills/other.lua @@ -1509,7 +1509,6 @@ skills["SupportElementalPenetration"] = { addSkillTypes = { }, excludeSkillTypes = { }, statDescriptionScope = "gem_stat_descriptions", - fromItem = true, qualityStats = { { "elemental_damage_+%", 0.5 }, }, diff --git a/src/Data/Skills/sup_int.lua b/src/Data/Skills/sup_int.lua index 8e6a818233..db30b36eb3 100644 --- a/src/Data/Skills/sup_int.lua +++ b/src/Data/Skills/sup_int.lua @@ -6271,7 +6271,6 @@ skills["SupportGreaterSpellEcho"] = { excludeSkillTypes = { SkillType.Brand, SkillType.SummonsTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Triggered, SkillType.HasReservation, SkillType.Vaal, SkillType.Instant, SkillType.NonRepeatable, SkillType.CreatesMinion, SkillType.NOT, SkillType.AND, }, plusVersionOf = "SupportSpellEcho", statDescriptionScope = "gem_stat_descriptions", - fromItem = true, statMap = { ["support_greater_spell_echo_spell_damage_+%_final_per_repeat"] = { mod("RepeatPerRepeatDamage", "MORE", nil, 0, 0, { type = "Condition", var = "HaveBladeVortex", neg = true }, { type = "Condition", var = "CastOnFrostbolt", neg = true }, { type = "Condition", varList = {"averageRepeat", "alwaysFinalRepeat"} }), diff --git a/src/Export/Skills/other.txt b/src/Export/Skills/other.txt index 933f914f6e..2acab50fd9 100644 --- a/src/Export/Skills/other.txt +++ b/src/Export/Skills/other.txt @@ -436,7 +436,6 @@ local skills, mod, flag, skill = ... #mods #skill SupportElementalPenetration Elemental Penetration - fromItem = true, #mods #skill ElementalWarding diff --git a/src/Export/Skills/sup_int.txt b/src/Export/Skills/sup_int.txt index 6d48033e22..ffd440ee6d 100644 --- a/src/Export/Skills/sup_int.txt +++ b/src/Export/Skills/sup_int.txt @@ -883,7 +883,6 @@ local skills, mod, flag, skill = ... #mods #skill SupportGreaterSpellEcho - fromItem = true, statMap = { ["support_greater_spell_echo_spell_damage_+%_final_per_repeat"] = { mod("RepeatPerRepeatDamage", "MORE", nil, 0, 0, { type = "Condition", var = "HaveBladeVortex", neg = true }, { type = "Condition", var = "CastOnFrostbolt", neg = true }, { type = "Condition", varList = {"averageRepeat", "alwaysFinalRepeat"} }),