mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
13 lines
1.4 KiB
Plaintext
13 lines
1.4 KiB
Plaintext
|
Name:Dispossess
|
||
|
ManaCost:2 B
|
||
|
Types:Sorcery
|
||
|
A:SP$ NameCard | Cost$ 2 B | Defined$ You | ValidCards$ Card.Artifact | ValidDesc$ nonland | SubAbility$ ExileYard | SpellDescription$ Choose an artifact card name. Search target opponent's graveyard, hand, and library for any number of cards with the chosen name and exile them. Then that player shuffles his or her library.
|
||
|
SVar:ExileYard:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Player | TgtPrompt$ Select target player | ChangeType$ Card.NamedCard | Chooser$ You | ChangeNum$ NumInYard | Hidden$ True | SubAbility$ ExileHand
|
||
|
SVar:ExileHand:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | DefinedPlayer$ Targeted | ChangeType$ Card.NamedCard | ChangeNum$ NumInHand | Chooser$ You | SubAbility$ ExileLib
|
||
|
SVar:ExileLib:DB$ ChangeZone | Origin$ Library | Destination$ Exile | DefinedPlayer$ Targeted | ChangeType$ Card.NamedCard | ChangeNum$ NumInLib | Chooser$ You | Shuffle$ True
|
||
|
SVar:NumInLib:TargetedPlayer$CardsInLibrary
|
||
|
SVar:NumInHand:TargetedPlayer$CardsInHand
|
||
|
SVar:NumInYard:TargetedPlayer$CardsInGraveyard
|
||
|
SVar:RemAIDeck:True
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/dispossess.jpg
|
||
|
Oracle:Choose an artifact card name. Search target opponent's graveyard, hand, and library for any number of cards with the chosen name and exile them. Then that player shuffles his or her library.
|