From dde006c4596c3976fdebdcbe04ad2c0d7e06e206 Mon Sep 17 00:00:00 2001 From: Peechey <92683202+Peechey@users.noreply.github.com> Date: Fri, 8 May 2026 00:09:46 -0500 Subject: [PATCH] add support for Zenith --- src/Data/SkillStatMap.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Data/SkillStatMap.lua b/src/Data/SkillStatMap.lua index 1e2c80fc6..301b680ee 100644 --- a/src/Data/SkillStatMap.lua +++ b/src/Data/SkillStatMap.lua @@ -414,7 +414,7 @@ return { mod("Cost", "MORE", nil), value = -100, }, -["base_mana_cost_efficiency_"] = { +["base_mana_cost_efficiency_+%"] = { mod("ManaCostEfficiency", "INC", nil), }, ["base_life_cost_+%"] = { @@ -2174,6 +2174,9 @@ return { ["spell_maximum_added_chaos_damage"] = { mod("ChaosMax", "BASE", nil, 0, KeywordFlag.Spell), }, +["support_spell_damage_+%_final_while_above_90%_maximum_mana"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Spell, { type = "Condition", var = "FullMana"}), +}, -- -- Skill type modifier