From e48b4f281f2de00ea6d01dd876ddadaf8be8fad9 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Sun, 19 Apr 2026 04:53:52 +1000 Subject: [PATCH] Fix Ele Pen and Great Spell Echo not appearing in gem list The change I made to exclude gems that had fromItem as a tag was also excluding these gems from appearing in the dropdown --- src/Data/Skills/other.lua | 1 - src/Data/Skills/sup_int.lua | 1 - src/Export/Skills/other.txt | 1 - src/Export/Skills/sup_int.txt | 1 - 4 files changed, 4 deletions(-) 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"} }),