Skip to content

Commit f23adba

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Elemental Penetration Support and Greater Spell Echo not appearing in gem list (#9782)
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 7180722 commit f23adba

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Data/Skills/other.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,6 @@ skills["SupportElementalPenetration"] = {
15091509
addSkillTypes = { },
15101510
excludeSkillTypes = { },
15111511
statDescriptionScope = "gem_stat_descriptions",
1512-
fromItem = true,
15131512
qualityStats = {
15141513
{ "elemental_damage_+%", 0.5 },
15151514
},

src/Data/Skills/sup_int.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6271,7 +6271,6 @@ skills["SupportGreaterSpellEcho"] = {
62716271
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, },
62726272
plusVersionOf = "SupportSpellEcho",
62736273
statDescriptionScope = "gem_stat_descriptions",
6274-
fromItem = true,
62756274
statMap = {
62766275
["support_greater_spell_echo_spell_damage_+%_final_per_repeat"] = {
62776276
mod("RepeatPerRepeatDamage", "MORE", nil, 0, 0, { type = "Condition", var = "HaveBladeVortex", neg = true }, { type = "Condition", var = "CastOnFrostbolt", neg = true }, { type = "Condition", varList = {"averageRepeat", "alwaysFinalRepeat"} }),

src/Export/Skills/other.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ local skills, mod, flag, skill = ...
436436
#mods
437437

438438
#skill SupportElementalPenetration Elemental Penetration
439-
fromItem = true,
440439
#mods
441440

442441
#skill ElementalWarding

src/Export/Skills/sup_int.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ local skills, mod, flag, skill = ...
883883
#mods
884884

885885
#skill SupportGreaterSpellEcho
886-
fromItem = true,
887886
statMap = {
888887
["support_greater_spell_echo_spell_damage_+%_final_per_repeat"] = {
889888
mod("RepeatPerRepeatDamage", "MORE", nil, 0, 0, { type = "Condition", var = "HaveBladeVortex", neg = true }, { type = "Condition", var = "CastOnFrostbolt", neg = true }, { type = "Condition", varList = {"averageRepeat", "alwaysFinalRepeat"} }),

0 commit comments

Comments
 (0)