mage/Mage.Server.Plugins/Mage.Player.AI/src/main/java/mage/player/ai
Oleg Agafonov 34ff038053 AI: improved target amount abilities:
* added support to search targets from multiple opponents instead one;
 * added support of TargetCreaturePermanentAmount and all new target types;
 * added new priorities (kills most valuable first);
 * added bad and good conditions (choose most valuable in good case and most weakest in bad case, e.g. damage yourself);
 * fixed that AI targets opponent for good ability instead yourself;
2019-06-26 21:46:11 +04:00
..
simulators remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Attackers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
CombatEvaluator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ComputerPlayer.java AI: improved target amount abilities: 2019-06-26 21:46:11 +04:00
PermanentComparator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
PermanentEvaluator.java * AI: planeswalkers gets more priority in targets selection; 2019-06-26 21:45:15 +04:00