Skip to content

Commit

Permalink
Corrects Varetyr Spear cooldown and hit count (#5709)
Browse files Browse the repository at this point in the history
* Fixes #5644.
* Cooldown updated to 5 seconds.
* Hit adjusted to 3 separate hits.
Thanks to @sonniez!
  • Loading branch information
aleos89 committed Jan 23, 2021
1 parent 27f78b1 commit b1a85cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/re/skill_db.yml
Expand Up @@ -26731,7 +26731,7 @@ Body:
Splash: true
Range: 9
Hit: Single
HitCount: 3
HitCount: -3
Element: Wind
SplashArea:
- Level: 1
Expand All @@ -26758,7 +26758,7 @@ Body:
Skill:
Reproduce: true
CastCancel: true
CastTime: # !TODO: Confirm all times
CastTime: # !TODO: Confirm cast and fixed cast
- Level: 1
Time: 1800
- Level: 2
Expand Down Expand Up @@ -26801,7 +26801,7 @@ Body:
Time: 3400
- Level: 10
Time: 3600
Cooldown: 2000
Cooldown: 5000
FixedCastTime:
- Level: 1
Time: 2000
Expand Down

0 comments on commit b1a85cf

Please sign in to comment.