Exemple #1
0
        private int bubble()
        {
            var multi    = getAttackMultiplier();
            var increase = getAttackModifier();
            var bubble   = new Bubble();

            Cooldowns[1] = bubble.Cooldown;
            return(bubble.Action(SpellPower, Crit, multi, increase));
        }