Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/Data/SkillStatMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ return {
mod("CooldownRecovery", "MORE", nil),
},
["support_cooldown_reduction_cooldown_recovery_+%"] = {
mod("CooldownRecovery", "MORE", nil),
mod("CooldownRecovery", "INC", nil),
},
["additional_weapon_base_attack_time_ms"] = {
mod("Speed", "BASE", nil, ModFlag.Attack),
Expand Down
10 changes: 0 additions & 10 deletions src/Data/Skills/sup_dex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1445,11 +1445,6 @@ skills["SupportCooldownRecoveryPlayer"] = {
label = "Cooldown Recovery I",
incrementalEffectiveness = 0.054999999701977,
statDescriptionScope = "gem_stat_descriptions",
statMap = {
["support_cooldown_reduction_cooldown_recovery_+%"] = {
mod("CooldownRecovery", "INC", nil),
},
},
baseFlags = {
},
constantStats = {
Expand Down Expand Up @@ -1481,11 +1476,6 @@ skills["SupportCooldownRecoveryPlayerTwo"] = {
label = "Cooldown Recovery II",
incrementalEffectiveness = 0.054999999701977,
statDescriptionScope = "gem_stat_descriptions",
statMap = {
["support_cooldown_reduction_cooldown_recovery_+%"] = {
mod("CooldownRecovery", "INC", nil),
},
},
baseFlags = {
},
constantStats = {
Expand Down
10 changes: 0 additions & 10 deletions src/Export/Skills/sup_dex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,21 +304,11 @@ statMap = {

#skill SupportCooldownRecoveryPlayer
#set SupportCooldownRecoveryPlayer
statMap = {
["support_cooldown_reduction_cooldown_recovery_+%"] = {
mod("CooldownRecovery", "INC", nil),
},
},
#mods
#skillEnd

#skill SupportCooldownRecoveryPlayerTwo
#set SupportCooldownRecoveryPlayerTwo
statMap = {
["support_cooldown_reduction_cooldown_recovery_+%"] = {
mod("CooldownRecovery", "INC", nil),
},
},
#mods
#skillEnd

Expand Down
Loading