mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Added Steam Vines
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -10744,6 +10744,7 @@ res/cardsfolder/s/steam_catapult.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/steam_frigate.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/steam_spitter.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/steam_vents.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/steam_vines.txt -text
|
||||
res/cardsfolder/s/steamclaw.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/steamcore_weird.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/s/steamflogger_boss.txt svneol=native#text/plain
|
||||
|
||||
13
res/cardsfolder/s/steam_vines.txt
Normal file
13
res/cardsfolder/s/steam_vines.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Steam Vines
|
||||
ManaCost:1 R R
|
||||
Types:Enchantment Aura
|
||||
K:Enchant land
|
||||
A:SP$ Attach | Cost$ 1 R R | ValidTgts$ Land | AILogic$ Curse
|
||||
T:Mode$ Taps | ValidCard$ Card.AttachedBy | Execute$ TrigDestroy | TriggerDescription$ When enchanted land becomes tapped, destroy it and CARDNAME deals 1 damage to that land's controller. That player attaches CARDNAME to a land of his or her choice.
|
||||
SVar:TrigDestroy:AB$ Destroy | Cost$ 0 | Defined$ TriggeredCard | SubAbility$ DBDmg
|
||||
SVar:DBDmg:DB$ DealDamage | Defined$ TriggeredCardController | NumDmg$ 1 | SubAbility$ DBChoose
|
||||
SVar:DBChoose:DB$ ChooseCard | Defined$ TriggeredCardController | Choices$ Land | AILogic$ OppPreferred | Mandatory$ True | Amount$ 1 | SubAbility$ DBAttach
|
||||
SVar:DBAttach:DB$ Attach | Object$ Self | Defined$ ChosenCard
|
||||
SVar:NonStackingAttachEffect:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/steam_vines.jpg
|
||||
Oracle:Enchant land\nWhen enchanted land becomes tapped, destroy it and Steam Vines deals 1 damage to that land's controller. That player attaches Steam Vines to a land of his or her choice.
|
||||
Reference in New Issue
Block a user