Skip to content

Commit 89a268e

Browse files
author
LocalIdentity
committed
Move stat back
1 parent 74679e0 commit 89a268e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Data/SkillStatMap.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@ return {
510510
mod("CooldownRecovery", "BASE", nil),
511511
div = 1000,
512512
},
513+
["support_hourglass_display_cooldown_time_ms"] = {
514+
mod("CooldownRecovery", "BASE", nil),
515+
div = 1000,
516+
},
513517
["base_cooldown_speed_+%_final"] = {
514518
mod("CooldownRecovery", "MORE", nil),
515519
},

src/Export/Skills/sup_int.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,6 @@ statMap = {
452452
["support_hourglass_damage_+%_final"] = {
453453
mod("Damage", "MORE", nil),
454454
},
455-
["support_hourglass_display_cooldown_time_ms"] = {
456-
mod("CooldownRecovery", "BASE", nil),
457-
div = 1000,
458-
},
459455
},
460456
#mods
461457
#skillEnd

0 commit comments

Comments
 (0)