1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Tweak effect / spell animation speed

After reducing the value by half effect / spell projectile speed is really close to original H3 compared to other actions on same speed setting.
This commit is contained in:
Dydzio 2019-03-22 14:21:27 +01:00 committed by GitHub
parent 549d8c97df
commit e1bf821c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ float AnimationControls::getProjectileSpeed()
float AnimationControls::getSpellEffectSpeed() float AnimationControls::getSpellEffectSpeed()
{ {
return settings["battle"]["animationSpeed"].Float() * 60; return settings["battle"]["animationSpeed"].Float() * 30;
} }
float AnimationControls::getMovementDuration(const CCreature * creature) float AnimationControls::getMovementDuration(const CCreature * creature)