Updates the cooldowns for new guild skills (#7306)

* Fixes #6184.
* Adjusts the cooldown of Charge Shout Flag to 15 minutes.
* Adjusts the cooldown of Charge Shout Beating to 15 minutes.
* Adjusts the cooldown of Emergency Move to 1 minute.
Thanks to @Everade and Dia!
This commit is contained in:
Aleos 2022-10-13 09:49:23 -04:00 committed by GitHub
parent 64959d30cd
commit a9a47dcde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44819,7 +44819,7 @@ Body:
IsGuild: true IsGuild: true
CastCancel: true CastCancel: true
Duration1: 300000 Duration1: 300000
Cooldown: 60000 Cooldown: 900000
FixedCastTime: 1000 FixedCastTime: 1000
- Id: 10018 - Id: 10018
Name: GD_CHARGESHOUT_BEATING Name: GD_CHARGESHOUT_BEATING
@ -44831,7 +44831,7 @@ Body:
Flags: Flags:
IsGuild: true IsGuild: true
CastCancel: true CastCancel: true
Cooldown: 60000 Cooldown: 900000
FixedCastTime: 1000 FixedCastTime: 1000
- Id: 10019 - Id: 10019
Name: GD_EMERGENCY_MOVE Name: GD_EMERGENCY_MOVE
@ -44845,5 +44845,5 @@ Body:
IsGuild: true IsGuild: true
SplashArea: 15 SplashArea: 15
Duration1: 10000 Duration1: 10000
Cooldown: 600000 Cooldown: 60000
Status: Emergency_Move Status: Emergency_Move