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
15 lines
1.4 KiB
Plaintext
15 lines
1.4 KiB
Plaintext
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.
|