The cooldown scaling formula presented here offers a detailed and flexible way to manage ability cooldowns in Navarch of the Seas. By incorporating player level, proficiency, and item effects, the game can create a more immersive and responsive experience. This formula can be applied to various abilities, allowing developers to balance gameplay and create a more engaging experience for players.
The Navarch does not gain a flat percentage reduction per level. Instead, it scales significantly at specific "tier jumps." Uses 100% of the base cooldown. Degree 20: Provides roughly a 10-15% reduction. navarch of the seas ability cooldown scaling formula
Cooldown = 30 * (1 - (20 * 0.01)) * (1 + (100 * 0.005)) * (1 + (-0.1)) Cooldown = 30 * (1 - 0.2) * (1 + 0.5) * 0.9 Cooldown = 30 * 0.8 * 1.5 * 0.9 Cooldown = 32.4 seconds The cooldown scaling formula presented here offers a