mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Unwinding Clock, Vapor Snag and Victorious Destruction.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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/untamed_might.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/unyaro_bee_sting.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_tutor.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/vastwood_animist.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/vicious_hunger.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/victual_sliver.txt svneol=native#text/plain
|
||||
res/cardsfolder/vigil_for_the_lost.txt -text svneol=native#text/plain
|
||||
|
||||
10
res/cardsfolder/unwinding_clock.txt
Normal file
10
res/cardsfolder/unwinding_clock.txt
Normal 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
|
||||
9
res/cardsfolder/vapor_snag.txt
Normal file
9
res/cardsfolder/vapor_snag.txt
Normal 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
|
||||
9
res/cardsfolder/victorious_destruction.txt
Normal file
9
res/cardsfolder/victorious_destruction.txt
Normal 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
|
||||
Reference in New Issue
Block a user