- Added Choking Vines

This commit is contained in:
swordshine
2013-06-10 07:36:38 +00:00
parent 39f9dbf952
commit 87f736dea3
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1773,6 +1773,7 @@ res/cardsfolder/c/choke.txt svneol=native#text/plain
res/cardsfolder/c/choking_fumes.txt svneol=native#text/plain res/cardsfolder/c/choking_fumes.txt svneol=native#text/plain
res/cardsfolder/c/choking_sands.txt svneol=native#text/plain res/cardsfolder/c/choking_sands.txt svneol=native#text/plain
res/cardsfolder/c/choking_tethers.txt svneol=native#text/plain res/cardsfolder/c/choking_tethers.txt svneol=native#text/plain
res/cardsfolder/c/choking_vines.txt -text
res/cardsfolder/c/chord_of_calling.txt -text res/cardsfolder/c/chord_of_calling.txt -text
res/cardsfolder/c/chorus_of_might.txt -text res/cardsfolder/c/chorus_of_might.txt -text
res/cardsfolder/c/chorus_of_woe.txt svneol=native#text/plain res/cardsfolder/c/chorus_of_woe.txt svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Choking Vines
ManaCost:X G
Types:Instant
Text:Cast CARDNAME only during the declare blockers step.
A:SP$ BecomesBlocked | Cost$ X G | ValidTgts$ Creature.attacking | TgtPrompt$ Select target attacking creature | TargetMin$ 0 | TargetMax$ Maxtgt | References$ X,Maxtgt | ActivationPhases$ Declare Blockers | RememberTargets$ True | SubAbility$ DBDamage | SpellDescription$ X target attacking creatures become blocked. CARDNAME deals 1 damage to each of those creatures. (This spell works on unblockable creatures.)
SVar:DBDamage:DB$ DamageAll | ValidCards$ Creature.IsRemembered | NumDmg$ 1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:TargetedObjects$Amount
SVar:Maxtgt:Count$Valid Creature.attacking
SVar:Picture:http://www.wizards.com/global/images/magic/general/choking_vines.jpg
Oracle:Cast Choking Vines only during the declare blockers step.\nX target attacking creatures become blocked. Choking Vines deals 1 damage to each of those creatures. (This spell works on unblockable creatures.)