mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- An option not to hold land drops if there are no permanents in play, so there's little reason and extra confusion. - Some improvements to CountersRemoveAi and PhasesAi.
11 lines
971 B
Plaintext
11 lines
971 B
Plaintext
Name:Mystical Teachings
|
|
ManaCost:3 U
|
|
Types:Instant
|
|
K:Flashback 5 B
|
|
A:SP$ ChangeZone | Cost$ 3 U | ChangeType$ Instant,Card.hasKeywordFlash | ChangeNum$ 1 | Origin$ Library | Destination$ Hand | Shuffle$ True | SpellDescription$ Search your library for an instant card or a card with flash, reveal it, and put it into your hand. Then shuffle your library.
|
|
#TODO: The AI will currently search for the most expensive valid card in the library. This can be used to the AI's advantage with
|
|
#careful deck design (which is why this card only works in properly designed AI decks). Consider improving tutoring logic with priorities.
|
|
SVar:RemRandomDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mystical_teachings.jpg
|
|
Oracle:Search your library for an instant card or a card with flash, reveal it, and put it into your hand. Then shuffle your library.\nFlashback {5}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|