diff --git a/src/Data/Skills/act_int.lua b/src/Data/Skills/act_int.lua index 516d225b5a..82f922fe6b 100644 --- a/src/Data/Skills/act_int.lua +++ b/src/Data/Skills/act_int.lua @@ -15213,7 +15213,7 @@ skills["RighteousFireAltX"] = { end, statMap = { ["base_nonlethal_fire_damage_%_of_maximum_mana_taken_per_minute"] = { - mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Mana", div = 1}, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }), + mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Mana", div = 1}, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }, { type = "StatThreshold", stat = "Mana", threshold = 1 }), div = 6000, }, ["base_righteous_fire_%_of_max_mana_to_deal_to_nearby_per_minute"] = { @@ -15221,7 +15221,7 @@ skills["RighteousFireAltX"] = { div = 6000, }, ["righteous_fire_cast_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Cast, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }), + mod("Speed", "MORE", nil, ModFlag.Cast, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }, { type = "StatThreshold", stat = "Mana", threshold = 1 }), }, }, baseFlags = { diff --git a/src/Export/Skills/act_int.txt b/src/Export/Skills/act_int.txt index 1a2be75344..3c91b6f602 100644 --- a/src/Export/Skills/act_int.txt +++ b/src/Export/Skills/act_int.txt @@ -3265,7 +3265,7 @@ local skills, mod, flag, skill = ... end, statMap = { ["base_nonlethal_fire_damage_%_of_maximum_mana_taken_per_minute"] = { - mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Mana", div = 1}, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }), + mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Mana", div = 1}, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }, { type = "StatThreshold", stat = "Mana", threshold = 1 }), div = 6000, }, ["base_righteous_fire_%_of_max_mana_to_deal_to_nearby_per_minute"] = { @@ -3273,7 +3273,7 @@ local skills, mod, flag, skill = ... div = 6000, }, ["righteous_fire_cast_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Cast, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }), + mod("Speed", "MORE", nil, ModFlag.Cast, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "StatThreshold", stat = "LifeUnreserved", threshold = 2 }, { type = "StatThreshold", stat = "Mana", threshold = 1 }), }, }, #baseMod skill("dotIsArea", true)