- Added Unwinding Clock, Vapor Snag and Victorious Destruction.

This commit is contained in:
jendave
2011-08-06 22:25:06 +00:00
parent 3204168307
commit d20011f2eb
4 changed files with 31 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -7140,6 +7140,7 @@ res/cardsfolder/unstable_mutation.txt -text svneol=native#text/plain
res/cardsfolder/unsummon.txt -text svneol=native#text/plain res/cardsfolder/unsummon.txt -text svneol=native#text/plain
res/cardsfolder/untamed_might.txt -text svneol=native#text/plain res/cardsfolder/untamed_might.txt -text svneol=native#text/plain
res/cardsfolder/untamed_wilds.txt -text svneol=native#text/plain res/cardsfolder/untamed_wilds.txt -text svneol=native#text/plain
res/cardsfolder/unwinding_clock.txt -text svneol=native#text/plain
res/cardsfolder/unworthy_dead.txt -text svneol=native#text/plain res/cardsfolder/unworthy_dead.txt -text svneol=native#text/plain
res/cardsfolder/unyaro_bee_sting.txt -text svneol=native#text/plain res/cardsfolder/unyaro_bee_sting.txt -text svneol=native#text/plain
res/cardsfolder/unyaro_bees.txt -text svneol=native#text/plain res/cardsfolder/unyaro_bees.txt -text svneol=native#text/plain
@@ -7203,6 +7204,7 @@ res/cardsfolder/vampiric_spirit.txt -text svneol=native#text/plain
res/cardsfolder/vampiric_touch.txt -text svneol=native#text/plain res/cardsfolder/vampiric_touch.txt -text svneol=native#text/plain
res/cardsfolder/vampiric_tutor.txt -text svneol=native#text/plain res/cardsfolder/vampiric_tutor.txt -text svneol=native#text/plain
res/cardsfolder/vanquish.txt -text svneol=native#text/plain res/cardsfolder/vanquish.txt -text svneol=native#text/plain
res/cardsfolder/vapor_snag.txt -text svneol=native#text/plain
res/cardsfolder/varchilds_crusader.txt -text svneol=native#text/plain res/cardsfolder/varchilds_crusader.txt -text svneol=native#text/plain
res/cardsfolder/vastwood_animist.txt -text svneol=native#text/plain res/cardsfolder/vastwood_animist.txt -text svneol=native#text/plain
res/cardsfolder/vastwood_gorger.txt -text svneol=native#text/plain res/cardsfolder/vastwood_gorger.txt -text svneol=native#text/plain
@@ -7290,6 +7292,7 @@ res/cardsfolder/viashivan_dragon.txt -text svneol=native#text/plain
res/cardsfolder/vibrating_sphere.txt svneol=native#text/plain res/cardsfolder/vibrating_sphere.txt svneol=native#text/plain
res/cardsfolder/vicious_hunger.txt -text svneol=native#text/plain res/cardsfolder/vicious_hunger.txt -text svneol=native#text/plain
res/cardsfolder/vicious_kavu.txt -text svneol=native#text/plain res/cardsfolder/vicious_kavu.txt -text svneol=native#text/plain
res/cardsfolder/victorious_destruction.txt -text svneol=native#text/plain
res/cardsfolder/victorys_herald.txt -text svneol=native#text/plain res/cardsfolder/victorys_herald.txt -text svneol=native#text/plain
res/cardsfolder/victual_sliver.txt svneol=native#text/plain res/cardsfolder/victual_sliver.txt svneol=native#text/plain
res/cardsfolder/vigil_for_the_lost.txt -text svneol=native#text/plain res/cardsfolder/vigil_for_the_lost.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Unwinding Clock
ManaCost:4
Types:Artifact
Text:no text
T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ Opponent | Execute$ TrigUntapAll | TriggerDescription$ Untap all artifacts you control during each other player's untap step.
SVar:TrigUntapAll:AB$UntapAll | Cost$ 0 | ValidCards$ Artifact.YouCtrl | SpellDescription$ Untap all artifacts you control.
SVar:RemRandomDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/unwinding_clock.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Vapor Snag
ManaCost:U
Types:Instant
Text:no text
A:SP$ChangeZone | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ SVar=DBDrain | SpellDescription$ Return target creature to its owner's hand. Its controller loses 1 life.
SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/vapor_snag.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Victorious Destruction
ManaCost:4 R
Types:Sorcery
Text:no text
A:SP$Destroy | Cost$ 4 R | ValidTgts$ Artifact,Land | TgtPrompt$ Select target artifact or land | SubAbility$ SVar=DBDrain | SpellDescription$ Destroy target artifact or land. Its controller loses 1 life.
SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/victorious_destruction.jpg
End