- Simple limiting SVar for Khovrath's Fury AI until a better logic can be devised.

- Ideally should at least account for the fact that it should not overdraw cards and deck itself.
This commit is contained in:
Agetian
2018-06-08 07:18:49 +03:00
parent 97cd2130b4
commit c54d24a362

View File

@@ -10,5 +10,7 @@ SVar:DBDmg:DB$ DealDamage | Defined$ Player.IsRemembered | NumDmg$ Y | Reference
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$Amount.Plus.1
SVar:Y:Count$ValidHand Card.RememberedPlayerCtrl
SVar:NeedsToPlayVar:Z GE4
SVar:Z:Count$ValidHand Card.OppCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/khorvaths_fury.jpg
Oracle:For each player, choose friend or foe. Each friend discards all cards from their hand, then draws that many cards plus one. Khorvath's Fury deals damage to each foe equal to the number of cards in their hand.