ето формула выбора цели // We want to start off with a beefy amount of weight,
// so we can gradually steal a bit of it everytime. Muhahahahhaehuheuheuheu!
Weight = 5000 - (10 * s.Distance) - (10 * (100 - s.HealthPercentage)) - (s.Tier * 50) + (s.CanHit ? 1000 : 5),