Example #1
0
            static Tuple <Champion, List <Constants.SkillId>, List <Constants.SkillId> > CreateRhazinScarhide(ClanBoss.Level level)
            {
                int effectiveSpeed = 172;

                if (level == ClanBoss.Level.Nightmare)
                {
                    effectiveSpeed = 182;
                }

                return(new Tuple <Champion, List <Constants.SkillId>, List <Constants.SkillId> >(RhazinScarhide.Create(effectiveSpeed, 0, 1), RhazinScarhide.AISkills, new List <Constants.SkillId>()));
            }
Example #2
0
 static Tuple <Champion, List <Constants.SkillId>, List <Constants.SkillId> > CreateRhazinScarhide(ClanBoss.Level level)
 {
     return(new Tuple <Champion, List <Constants.SkillId>, List <Constants.SkillId> >(RhazinScarhide.Create(170, 0, 1), RhazinScarhide.AISkills, new List <Constants.SkillId>()));
 }
Example #3
0
 static Tuple <Champion, List <Constants.SkillId>, List <Constants.SkillId> > CreateSlowBoiRhazin(ClanBoss.Level level)
 {
     return(new Tuple <Champion, List <Constants.SkillId>, List <Constants.SkillId> >(RhazinScarhide.Create(123.0d), RhazinScarhide.AISkills, new List <Constants.SkillId>()));
 }