public float GetCooldown() { return(cooldown * (1 + (perk != null ? perk.GetAbilityCooldownMul(ID) : 0))); }