Skip to content

Commit 97f0640

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Cooldown recovery granted by Atziri's Impatience support (#2128)
Accidentally had the mod as more instead of inc Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent c344ec1 commit 97f0640

3 files changed

Lines changed: 1 addition & 21 deletions

File tree

src/Data/SkillStatMap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ return {
587587
mod("CooldownRecovery", "MORE", nil),
588588
},
589589
["support_cooldown_reduction_cooldown_recovery_+%"] = {
590-
mod("CooldownRecovery", "MORE", nil),
590+
mod("CooldownRecovery", "INC", nil),
591591
},
592592
["additional_weapon_base_attack_time_ms"] = {
593593
mod("Speed", "BASE", nil, ModFlag.Attack),

src/Data/Skills/sup_dex.lua

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,11 +1445,6 @@ skills["SupportCooldownRecoveryPlayer"] = {
14451445
label = "Cooldown Recovery I",
14461446
incrementalEffectiveness = 0.054999999701977,
14471447
statDescriptionScope = "gem_stat_descriptions",
1448-
statMap = {
1449-
["support_cooldown_reduction_cooldown_recovery_+%"] = {
1450-
mod("CooldownRecovery", "INC", nil),
1451-
},
1452-
},
14531448
baseFlags = {
14541449
},
14551450
constantStats = {
@@ -1481,11 +1476,6 @@ skills["SupportCooldownRecoveryPlayerTwo"] = {
14811476
label = "Cooldown Recovery II",
14821477
incrementalEffectiveness = 0.054999999701977,
14831478
statDescriptionScope = "gem_stat_descriptions",
1484-
statMap = {
1485-
["support_cooldown_reduction_cooldown_recovery_+%"] = {
1486-
mod("CooldownRecovery", "INC", nil),
1487-
},
1488-
},
14891479
baseFlags = {
14901480
},
14911481
constantStats = {

src/Export/Skills/sup_dex.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,21 +304,11 @@ statMap = {
304304

305305
#skill SupportCooldownRecoveryPlayer
306306
#set SupportCooldownRecoveryPlayer
307-
statMap = {
308-
["support_cooldown_reduction_cooldown_recovery_+%"] = {
309-
mod("CooldownRecovery", "INC", nil),
310-
},
311-
},
312307
#mods
313308
#skillEnd
314309

315310
#skill SupportCooldownRecoveryPlayerTwo
316311
#set SupportCooldownRecoveryPlayerTwo
317-
statMap = {
318-
["support_cooldown_reduction_cooldown_recovery_+%"] = {
319-
mod("CooldownRecovery", "INC", nil),
320-
},
321-
},
322312
#mods
323313
#skillEnd
324314

0 commit comments

Comments
 (0)