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
857 B
Plaintext
14 lines
857 B
Plaintext
Name:Flux
|
|
ManaCost:2 U
|
|
Types:Sorcery
|
|
A:SP$ RepeatEach | Cost$ 2 U | RepeatPlayers$ Player | RepeatSubAbility$ DBFluxDiscard | SubAbility$ DBDraw | SpellDescription$ Each player discards any number of cards, then draws that many cards. Draw a card.
|
|
SVar:DBFluxDiscard:DB$ Discard | Defined$ Player.IsRemembered | AnyNumber$ True | Optional$ True | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBFluxDraw
|
|
SVar:DBFluxDraw:DB$ Draw | NumCards$ X | Defined$ Player.IsRemembered | References$ X | SubAbility$ CleanTheFlux
|
|
SVar:CleanTheFlux:DB$ Cleanup | ClearRemembered$ True
|
|
SVar:DBDraw:DB$ Draw | NumCards$ 1
|
|
SVar:X:Remembered$Amount/Minus.1
|
|
SVar:RemAIDeck:True
|
|
SVar:RemRandomDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/flux.jpg
|
|
Oracle:Each player discards any number of cards, then draws that many cards.\nDraw a card.
|