mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Choking Vines
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
11
res/cardsfolder/c/choking_vines.txt
Normal file
11
res/cardsfolder/c/choking_vines.txt
Normal 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.)
|
||||||
Reference in New Issue
Block a user