mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Void.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/v/void.txt
Normal file
13
res/cardsfolder/v/void.txt
Normal 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
|
||||
Reference in New Issue
Block a user