mtg-forge-ios/forge-gui/res/cardsfolder/m/molten_psyche.txt

15 lines
1.4 KiB
Plaintext
Raw Normal View History

Name:Molten Psyche
ManaCost:1 R R
Types:Sorcery
A:SP$ RepeatEach | Cost$ 1 R 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. Metalcraft — If you control three or more artifacts, CARDNAME deals damage to each opponent equal to the number of cards that player has drawn this turn.
SVar:ShuffleHand:DB$ ChangeZoneAll | Defined$ Player.IsRemembered | Origin$ Hand | Destination$ Library | LibraryPosition$ -1 | RememberChanged$ True | Shuffle$ True | SubAbility$ PsychoDraw
SVar:PsychoDraw:DB$ Draw | NumCards$ X | References$ X | Defined$ Player.IsRemembered | SubAbility$ MindFlame
SVar:MindFlame:DB$ DealDamage | Defined$ Player.Opponent+IsRemembered | NumDmg$ Y | References$ Y | ConditionPresent$ Artifact.YouCtrl | ConditionCompare$ GE3 | StackDescription$ None | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$Amount/Minus.1
SVar:Y:PlayerCountRemembered$CardsDrawn
SVar:NeedsToPlayVar:Z LE2
SVar:Z:Count$InYourHand
SVar:Picture:http://www.wizards.com/global/images/magic/general/molten_psyche.jpg
Oracle:Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.\nMetalcraft — If you control three or more artifacts, Molten Psyche deals damage to each opponent equal to the number of cards that player has drawn this turn.