mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
14 lines
956 B
Plaintext
14 lines
956 B
Plaintext
Name:Winds of Change
|
|
ManaCost:R
|
|
Types:Sorcery
|
|
A:SP$ RepeatEach | Cost$ R | RepeatPlayers$ Player | RepeatSubAbility$ ShuffleHand | SpellDescription$ Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.
|
|
SVar:ShuffleHand:DB$ ChangeZoneAll | Defined$ Player.IsRemembered | Origin$ Hand | Destination$ Library | LibraryPosition$ -1 | RememberChanged$ True | Shuffle$ True | SubAbility$ WindDraw
|
|
SVar:WindDraw:DB$ Draw | NumCards$ X | Defined$ Player.IsRemembered | References$ X | SubAbility$ CleanTheWind
|
|
SVar:CleanTheWind:DB$ Cleanup | ClearRemembered$ True
|
|
SVar:X:Remembered$Amount/Minus.1
|
|
# Amount Minus 1 because the Player is also being remembered at this point
|
|
SVar:RemRandomDeck:True
|
|
SVar:RemAIDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/winds_of_change.jpg
|
|
Oracle:Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.
|