Server.Mobiles.EnergyVortex.GetFightModeRanking C# (CSharp) Méthode

GetFightModeRanking() public méthode

public GetFightModeRanking ( Server.Mobile m, FightMode acqType, bool bPlayerOnly ) : double
m Server.Mobile
acqType FightMode
bPlayerOnly bool
Résultat double
		public override double GetFightModeRanking( Mobile m, FightMode acqType, bool bPlayerOnly )
		{
			return ( m.Int + m.Skills[SkillName.Magery].Value ) / Math.Max( GetDistanceToSqrt( m ), 1.0 );
		}