From 3b82f0fbea6bc43e1402acbc2f2530e15799e9db Mon Sep 17 00:00:00 2001 From: Blitz54 Date: Sat, 5 Apr 2025 02:17:34 -0500 Subject: [PATCH] Fix sceptres to apply to self --- src/Data/Skills/act_int.lua | 9 --------- src/Export/Skills/act_int.txt | 3 --- 2 files changed, 12 deletions(-) diff --git a/src/Data/Skills/act_int.lua b/src/Data/Skills/act_int.lua index 21e46b149a..5797cca1b8 100644 --- a/src/Data/Skills/act_int.lua +++ b/src/Data/Skills/act_int.lua @@ -12546,9 +12546,6 @@ skills["PurityOfFirePlayer"] = { aura = true, area = true, }, - baseMods = { - skill("auraCannotAffectSelf", true), - }, constantStats = { { "skill_desired_amount_override", 1 }, }, @@ -12669,9 +12666,6 @@ skills["PurityOfIcePlayer"] = { aura = true, area = true, }, - baseMods = { - skill("auraCannotAffectSelf", true), - }, constantStats = { { "skill_desired_amount_override", 1 }, }, @@ -12792,9 +12786,6 @@ skills["PurityOfLightningPlayer"] = { aura = true, area = true, }, - baseMods = { - skill("auraCannotAffectSelf", true), - }, constantStats = { { "skill_desired_amount_override", 1 }, }, diff --git a/src/Export/Skills/act_int.txt b/src/Export/Skills/act_int.txt index ff0093e750..6c4f2c131c 100644 --- a/src/Export/Skills/act_int.txt +++ b/src/Export/Skills/act_int.txt @@ -774,7 +774,6 @@ statMap = { mod("FireResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), }, }, -#baseMod skill("auraCannotAffectSelf", true) #mods #skillEnd @@ -787,7 +786,6 @@ statMap = { mod("ColdResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), }, }, -#baseMod skill("auraCannotAffectSelf", true) #mods #skillEnd @@ -800,7 +798,6 @@ statMap = { mod("LightningResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), }, }, -#baseMod skill("auraCannotAffectSelf", true) #mods #skillEnd