mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Nettlevine Blight
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -7480,6 +7480,7 @@ res/cardsfolder/n/netter_en_dal.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/nettle_sentinel.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/nettle_swine.txt -text
|
||||
res/cardsfolder/n/nettletooth_djinn.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/nettlevine_blight.txt -text
|
||||
res/cardsfolder/n/nettling_curse.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/nettling_imp.txt -text
|
||||
res/cardsfolder/n/neurok_commando.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/n/nettlevine_blight.txt
Normal file
15
res/cardsfolder/n/nettlevine_blight.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Nettlevine Blight
|
||||
ManaCost:4 B B
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature or land
|
||||
A:SP$ Attach | Cost$ 4 B B | ValidTgts$ Creature,Land | AILogic$ Curse
|
||||
S:Mode$ Continuous | Affected$ Card.AttachedBy | AddTrigger$ NettlevineTrig | AddSVar$ NettlevineRemember & NettlevineSac & NettlevineChoose & NettlevineAttach | Description$ Enchanted permanent has "At the beginning of your end step, sacrifice this permanent and attach CARDNAME to a creature or land you control."
|
||||
SVar:NettlevineTrig:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ NettlevineRemember | TriggerDescription$ At the beginning of your end step, sacrifice CARDNAME and attach the aura to a creature or land you control.
|
||||
SVar:NettlevineRemember:DB$ Pump | ImprintCards$ Valid Card.Enchanted | SubAbility$ NettlevineSac
|
||||
SVar:NettlevineSac:DB$ Sacrifice | Defined$ Self | SubAbility$ NettlevineChoose
|
||||
SVar:NettlevineChoose:DB$ ChooseCard | Defined$ You | Choices$ Creature.YouCtrl,Land.YouCtrl | AILogic$ WorstCard | Mandatory$ True | SubAbility$ NettlevineAttach
|
||||
SVar:NettlevineAttach:DB$ Attach | Defined$ ChosenCard | Object$ Valid Card.IsImprinted+namedNettlevine Blight | SubAbility$ NettlevineCleanup
|
||||
SVar:NettlevineCleanup:DB$ Pump | ForgetLastImprinted$ True
|
||||
SVar:NonStackingAttachEffect:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/nettlevine_blight.jpg
|
||||
Oracle:Enchant creature or land\nEnchanted permanent has "At the beginning of your end step, sacrifice this permanent and attach Nettlevine Blight to a creature or land you control."
|
||||
Reference in New Issue
Block a user