- Added Void.

This commit is contained in:
jeffwadsworth
2012-03-01 17:48:15 +00:00
parent 7b671995b1
commit e65e3f9c54
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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