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
19 lines
1.5 KiB
Plaintext
19 lines
1.5 KiB
Plaintext
Name:Whispering Madness
|
|
ManaCost:2 U B
|
|
Types:Sorcery
|
|
K:Cipher
|
|
A:SP$ RepeatEach | Cost$ 2 U B | RepeatPlayers$ Player | RepeatSubAbility$ MadnessDiscard | SubAbility$ MadnessDraw | SpellDescription$Each player discards his or her hand, then draws cards equal to the greatest number of cards a player discarded this way.
|
|
SVar:MadnessDiscard:DB$ Discard | Defined$ Player.IsRemembered | Mode$ Hand | RememberDiscarded$ True | SubAbility$ MadnessSaveAmount
|
|
SVar:MadnessSaveAmount:DB$ StoreSVar | SVar$ MaxDiscard | Type$ CountSVar | Expression$ NumDiscard | ConditionCheckSVar$ NumDiscard | ConditionSVarCompare$ GTMaxDiscard | SubAbility$ MadnessCleanUp
|
|
SVar:MadnessCleanUp:DB$ Cleanup | ClearRemembered$ True
|
|
SVar:MadnessDraw:DB$ Draw | Defined$ Player | NumCards$ MaxDiscard | SubAbility$ MadnessReset
|
|
SVar:MadnessReset:DB$ StoreSVar | SVar$ MaxDiscard | Type$ Number | Expression$ 0 | SubAbility$ Cipher
|
|
SVar:Cipher:DB$ Encode | Defined$ Self
|
|
SVar:NumDiscard:Count$RememberedSize/Minus.1
|
|
SVar:MaxDiscard:Number$0
|
|
SVar:RemAIDeck:True
|
|
SVar:RemRandomDeck:True
|
|
DeckNeeds:Type$Creature
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/whispering_madness.jpg
|
|
Oracle:Each player discards his or her hand, then draws cards equal to the greatest number of cards a player discarded this way.\nCipher (Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost.)
|