From 751efae0d70929844d22855805a9472531af4031 Mon Sep 17 00:00:00 2001 From: Will Buck Date: Tue, 3 Jun 2025 15:49:54 -0500 Subject: [PATCH] Refresh potency affects battery charge --- scripts/actions/spells/blue/battery_charge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/spells/blue/battery_charge.lua b/scripts/actions/spells/blue/battery_charge.lua index 5b9751965f2..7be1bb70bf8 100644 --- a/scripts/actions/spells/blue/battery_charge.lua +++ b/scripts/actions/spells/blue/battery_charge.lua @@ -21,7 +21,7 @@ spellObject.onMagicCastingCheck = function(caster, target, spell) end spellObject.onSpellCast = function(caster, target, spell) - local power = 3 -- 10% + local power = 3 + caster:getMod(xi.mod.ENHANCES_REFRESH) local duration = xi.spells.blue.calculateDurationWithDiffusion(caster, 300) if not target:addStatusEffect(xi.effect.REFRESH, power, 0, duration) then