mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Added AI ability values for Evolve and Extort.
This commit is contained in:
parent
1c120c5f41
commit
ca2480dda0
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ public class MagicAbility {
|
|||
put(new UnblockableAbility().getRule(), 100);
|
||||
put(VigilanceAbility.getInstance().getRule(), 20);
|
||||
put(WitherAbility.getInstance().getRule(), 30);
|
||||
// gatecrash
|
||||
put(new EvolveAbility().getRule(), 50);
|
||||
put(new ExtortAbility().getRule(), 30);
|
||||
|
||||
|
||||
}};
|
||||
|
||||
public static int getAbilityScore(Ability ability) {
|
||||
|
|
Loading…
Add table
Reference in a new issue