Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion src/Data/Skills/sup_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8035,8 +8035,22 @@ skills["SupportZarokhsRevoltPlayer"] = {
label = "Zarokh's Revolt",
incrementalEffectiveness = 0.092720001935959,
statDescriptionScope = "gem_stat_descriptions",
statMap = {
["support_spell_rapid_fire_repeat_use_damage_+%_final"] = {
mod("SealRepeatPenalty", "MORE", nil),
},
["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"] = {
mod("SealGainFrequency", "BASE", nil),
},
["support_anticipation_rapid_fire_count"] = {
mod("SealCount", "BASE", nil),
},
},
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 },
Expand All @@ -8050,7 +8064,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.",
Expand Down
13 changes: 12 additions & 1 deletion src/Export/Skills/sup_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1513,10 +1513,21 @@ statMap = {

#skill SupportZarokhsRevoltPlayer
#set SupportZarokhsRevoltPlayer
statMap = {
["support_spell_rapid_fire_repeat_use_damage_+%_final"] = {
mod("SealRepeatPenalty", "MORE", nil),
},
["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"] = {
mod("SealGainFrequency", "BASE", nil),
},
["support_anticipation_rapid_fire_count"] = {
mod("SealCount", "BASE", nil),
},
},
#baseMod flag("HasSeals")
#mods
#skillEnd


#skill SupportZenithPlayer
#set SupportZenithPlayer
#mods
Expand Down
Loading