- Added Memoricide.

This commit is contained in:
Sloth
2012-10-07 22:08:23 +00:00
parent 06d5e14ccd
commit 1b08405d0b
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5999,6 +5999,7 @@ res/cardsfolder/m/meltdown.txt svneol=native#text/plain
res/cardsfolder/m/melting.txt -text
res/cardsfolder/m/memnarch.txt svneol=native#text/plain
res/cardsfolder/m/memnite.txt svneol=native#text/plain
res/cardsfolder/m/memoricide.txt -text
res/cardsfolder/m/memory_erosion.txt svneol=native#text/plain
res/cardsfolder/m/memory_jar.txt -text
res/cardsfolder/m/memory_lapse.txt svneol=native#text/plain

View File

@@ -0,0 +1,17 @@
Name:Memoricide
ManaCost:3 B
Types:Sorcery
Text:no text
A:SP$ NameCard | Cost$ 3 B | Defined$ You | ValidCards$ Card.nonLand | ValidDesc$ nonland | SubAbility$ ExileYard | SpellDescription$ Name a nonland card. Search target player's graveyard, hand, and library for all cards with that 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 | StackDescription$ Name a nonland card. Search target player's graveyard, hand, and library for any number of cards with that name and exile them. Then that player shuffles his or her library.
SVar:ExileHand:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | DefinedPlayer$ Targeted | ChangeType$ Card.NamedCard | ChangeNum$ NumInHand | Chooser$ You | SubAbility$ ExileLib | StackDescription$ None
SVar:ExileLib:DB$ ChangeZone | Origin$ Library | Destination$ Exile | DefinedPlayer$ Targeted | ChangeType$ Card.NamedCard | ChangeNum$ NumInLib | Chooser$ You | Shuffle$ True | StackDescription$ None
SVar:NumInLib:TargetedPlayer$CardsInLibrary
SVar:NumInHand:TargetedPlayer$CardsInHand
SVar:NumInYard:TargetedPlayer$CardsInGraveyard
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/memoricide.jpg
SetInfo:SOM|Rare|http://magiccards.info/scans/en/som/69.jpg
Oracle:Name a nonland card. Search target player's graveyard, hand, and library for any number of cards with that name and exile them. Then that player shuffles his or her library.
End