mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Added Memoricide.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
17
res/cardsfolder/m/memoricide.txt
Normal file
17
res/cardsfolder/m/memoricide.txt
Normal 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
|
||||
Reference in New Issue
Block a user