diff --git a/src/Data/SkillStatMap.lua b/src/Data/SkillStatMap.lua index 1e2c80fc6..3ae227588 100644 --- a/src/Data/SkillStatMap.lua +++ b/src/Data/SkillStatMap.lua @@ -2174,6 +2174,15 @@ return { ["spell_maximum_added_chaos_damage"] = { mod("ChaosMax", "BASE", nil, 0, KeywordFlag.Spell), }, +["support_anticipation_rapid_fire_count"] = { + mod("SealCount", "BASE", nil), +}, +["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"] = { + mod("SealGainFrequency", "BASE", nil), +}, +["support_spell_rapid_fire_repeat_use_damage_+%_final"] = { + mod("SealRepeatPenalty", "MORE", nil), +}, -- -- Skill type modifier diff --git a/src/Data/Skills/sup_int.lua b/src/Data/Skills/sup_int.lua index 612992061..d987c77ab 100644 --- a/src/Data/Skills/sup_int.lua +++ b/src/Data/Skills/sup_int.lua @@ -7541,17 +7541,6 @@ skills["SupportUnleashPlayer"] = { label = "Unleash", incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_anticipation_rapid_fire_count"] = { - mod("SealCount", "BASE", nil), - }, - ["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"] = { - mod("SealGainFrequency", "BASE", nil), - }, - ["support_spell_rapid_fire_repeat_use_damage_+%_final"] = { - mod("SealRepeatPenalty", "MORE", nil), - }, - }, baseFlags = { }, baseMods = { @@ -8037,6 +8026,9 @@ skills["SupportZarokhsRevoltPlayer"] = { statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + baseMods = { + flag("HasSeals"), + }, constantStats = { { "support_spell_rapid_fire_repeat_use_damage_+%_final", -20 }, { "unleash_support_seal_gain_frequency_as_%_of_total_cast_time", 50 }, @@ -8050,7 +8042,6 @@ skills["SupportZarokhsRevoltPlayer"] = { }, } } - skills["SupportZenithPlayer"] = { name = "Zenith I", description = "Supports Spell Skills. Supported Skills deal more damage while you are above 90% of your Maximum Mana. Does not modify Skills used by Minions.", diff --git a/src/Export/Skills/sup_int.txt b/src/Export/Skills/sup_int.txt index 0b1786e04..a9b9bccb5 100644 --- a/src/Export/Skills/sup_int.txt +++ b/src/Export/Skills/sup_int.txt @@ -1420,17 +1420,6 @@ statMap = { #skill SupportUnleashPlayer #set SupportUnleashPlayer -statMap = { - ["support_anticipation_rapid_fire_count"] = { - mod("SealCount", "BASE", nil), - }, - ["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"] = { - mod("SealGainFrequency", "BASE", nil), - }, - ["support_spell_rapid_fire_repeat_use_damage_+%_final"] = { - mod("SealRepeatPenalty", "MORE", nil), - }, -}, #baseMod flag("HasSeals") #mods #skillEnd @@ -1513,10 +1502,10 @@ statMap = { #skill SupportZarokhsRevoltPlayer #set SupportZarokhsRevoltPlayer +#baseMod flag("HasSeals") #mods #skillEnd - #skill SupportZenithPlayer #set SupportZenithPlayer #mods