Пример #1
0
  // Decide the strategy - who to benefit and how much
  public void DecideStrategy() {

    // For now - just get the one best to overthrow, add 10% of own

    this.benefitTerr = LordUtility.BestChance2Overthrow(myTerr);
    this.benefitSoldiers = myTerr.getSoldiers() * .1;
  }