diff --git a/.gitattributes b/.gitattributes index eb5ee46e1ff..4b96fc44fd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9835,6 +9835,7 @@ res/cardsfolder/v/voice_of_the_woods.txt svneol=native#text/plain res/cardsfolder/v/voice_of_truth.txt svneol=native#text/plain res/cardsfolder/v/voiceless_spirit.txt -text res/cardsfolder/v/voices_from_the_void.txt svneol=native#text/plain +res/cardsfolder/v/void.txt -text svneol=unset#text/plain res/cardsfolder/v/voidmage_apprentice.txt -text svneol=unset#text/plain res/cardsfolder/v/voidmage_husher.txt svneol=native#text/plain res/cardsfolder/v/voidmage_prodigy.txt svneol=native#text/plain diff --git a/res/cardsfolder/v/void.txt b/res/cardsfolder/v/void.txt new file mode 100644 index 00000000000..d857cfb1804 --- /dev/null +++ b/res/cardsfolder/v/void.txt @@ -0,0 +1,13 @@ +Name:Void +ManaCost:3 B R +Types:Sorcery +Text:no text +A:SP$ ChooseNumber | Cost$ 3 B R | SubAbility$ DBVoidDestroyAll | SpellDescription$ Choose a number. Destroy all artifacts and creatures with converted mana cost equal to that number. Then target player reveals his or her hand and discards all nonland cards with converted mana cost equal to the number. +SVar:DBVoidDestroyAll:DB$ DestroyAll | ValidCards$ Artifact.cmcEQX,Creature.cmcEQX | SubAbility$ DBVoidRevealDiscard +SVar:DBVoidRevealDiscard:DB$ Discard | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ RevealDiscardAll | DiscardValid$ Card.nonLand+cmcEQX +SVar:X:Number$ChosenNumber +SVar:RemAIDeck:True +SVar:RemRandomDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/void.jpg +End \ No newline at end of file