diff --git a/.gitattributes b/.gitattributes index a9930161586..c54f84b015c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3943,6 +3943,7 @@ res/cardsfolder/malachite_talisman.txt -text svneol=native#text/plain res/cardsfolder/malakir_bloodwitch.txt -text svneol=native#text/plain res/cardsfolder/malevolent_awakening.txt -text svneol=native#text/plain res/cardsfolder/malicious_advice.txt -text svneol=native#text/plain +res/cardsfolder/malignant_growth.txt -text svneol=native#text/plain res/cardsfolder/mammoth_umbra.txt -text svneol=native#text/plain res/cardsfolder/man_o_war.txt -text svneol=native#text/plain res/cardsfolder/mana_breach.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/malignant_growth.txt b/res/cardsfolder/malignant_growth.txt new file mode 100644 index 00000000000..6f460c9db6c --- /dev/null +++ b/res/cardsfolder/malignant_growth.txt @@ -0,0 +1,15 @@ +Name:Malignant Growth +ManaCost:3 G U +Types:Enchantment +Text:no text +K:Cumulative upkeep:1 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, put a growth counter on CARDNAME. +T:Mode$ Phase | Phase$ Draw | ValidPlayer$ Each | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's draw step, that player draws an additional card for each growth counter on CARDNAME, then CARDNAME deals damage to the player equal to the number of cards he or she drew this way. +SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ GROWTH | CounterNum$ 1 +SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ TriggeredPlayer | NumCards$ X | SubAbility$ SVar=DBDamage +SVar:DBDamage:DB$DealDamage | Defined$ TriggeredPlayer | NumDmg$ X +SVar:X:Count$CardCounters.GROWTH +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/malignant_growth.jpg +End \ No newline at end of file