- AI shouldn't land Necro cards when already under 7 life or so since it tends to just kill itself with them.

This commit is contained in:
Agetian
2017-01-10 06:54:04 +00:00
parent c7d6077e05
commit 3f8170d834
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ A:AB$ ChangeZone | Cost$ PayLife<1> | Defined$ TopOfLibrary | Origin$ Library |
SVar:DelayedReturn:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | Execute$ TrigReturn | RememberObjects$ Remembered | TriggerDescription$ Put the exiled card into your hand. | SubAbility$ DBCleanup
SVar:TrigReturn:DB$ ChangeZone | Origin$ Exile | Destination$ Hand | Defined$ DelayTriggerRemembered
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:AICastPreference:NeverCastIfLifeBelow$ 7
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/necropotence.jpg
Oracle:Skip your draw step.\nWhenever you discard a card, exile that card from your graveyard.\nPay 1 life: Exile the top card of your library face down. Put that card into your hand at the beginning of your next end step.

View File

@@ -3,6 +3,7 @@ ManaCost:4 B B
Types:Enchantment
S:Mode$ Continuous | Affected$ You | AddKeyword$ Skip your draw step. | Description$ Skip your draw step.
A:AB$ Draw | Cost$ PayLife<1> | NumCards$ 1 | AILogic$ YawgmothsBargain | AILifeThreshold$ 1 | SpellDescription$ Draw a card.
SVar:AICastPreference:NeverCastIfLifeBelow$ 7
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/yawgmoths_bargain.jpg
Oracle:Skip your draw step.\nPay 1 life: Draw a card.