From 257ddd66895fb4fa39afc1a2e7341cb53fde4ad7 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:37:58 +0000 Subject: [PATCH] - Added Mantle of Leadership and Primal Cocoon. --- .gitattributes | 2 ++ res/cardsfolder/mantle_of_leadership.txt | 13 +++++++++++++ res/cardsfolder/primal_cocoon.txt | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 res/cardsfolder/mantle_of_leadership.txt create mode 100644 res/cardsfolder/primal_cocoon.txt diff --git a/.gitattributes b/.gitattributes index e286aa4df11..1d4902c6271 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4067,6 +4067,7 @@ res/cardsfolder/mannichi_the_fevered_dream.txt -text svneol=native#text/plain res/cardsfolder/manta_ray.txt -text svneol=native#text/plain res/cardsfolder/manta_riders.txt -text svneol=native#text/plain res/cardsfolder/mantis_engine.txt -text svneol=native#text/plain +res/cardsfolder/mantle_of_leadership.txt -text svneol=native#text/plain res/cardsfolder/marauding_knight.txt -text svneol=native#text/plain res/cardsfolder/maraxus_of_keld.txt -text svneol=native#text/plain res/cardsfolder/marble_chalice.txt -text svneol=native#text/plain @@ -5070,6 +5071,7 @@ res/cardsfolder/priests_of_norn.txt -text svneol=native#text/plain res/cardsfolder/primal_bellow.txt -text svneol=native#text/plain res/cardsfolder/primal_boost.txt -text svneol=native#text/plain res/cardsfolder/primal_clay.txt -text svneol=native#text/plain +res/cardsfolder/primal_cocoon.txt -text svneol=native#text/plain res/cardsfolder/primal_frenzy.txt -text svneol=native#text/plain res/cardsfolder/primal_order.txt svneol=native#text/plain res/cardsfolder/primal_plasma.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/mantle_of_leadership.txt b/res/cardsfolder/mantle_of_leadership.txt new file mode 100644 index 00000000000..b11d4f85a90 --- /dev/null +++ b/res/cardsfolder/mantle_of_leadership.txt @@ -0,0 +1,13 @@ +Name:Mantle of Leadership +ManaCost:1 W +Types:Enchantment Aura +Text:no text +K:Enchant creature +K:enPump:+0/+0 +K:Flash +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature enters the battlefield, enchanted creature gets +2/+2 until end of turn. +SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Enchanted | NumAtt$ 2 | NumDef$ 2 +SVar:BuffedBy:Creature +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/mantle_of_leadership.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/primal_cocoon.txt b/res/cardsfolder/primal_cocoon.txt new file mode 100644 index 00000000000..f8a935b219b --- /dev/null +++ b/res/cardsfolder/primal_cocoon.txt @@ -0,0 +1,14 @@ +Name:Primal Cocoon +ManaCost:G +Types:Enchantment Aura +Text:no text +K:Enchant creature +K:enPump:+0/+0 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a +1/+1 counter on enchanted creature. +SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Enchanted | CounterType$ P1P1 | CounterNum$ 1 +T:Mode$ Attacks | ValidCard$ Card.AttachedBy | Execute$ TrigSac | TriggerDescription$ When enchanted creature attacks or blocks, sacrifice Primal Cocoon. +T:Mode$ Blocks | ValidCard$ Card.AttachedBy | Execute$ TrigSac | Secondary$ True | TriggerDescription$ When enchanted creature attacks or blocks, sacrifice Primal Cocoon. +SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/primal_cocoon.jpg +End \ No newline at end of file