From aee985ef9da26172fb6b7d82aff781cdca721091 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 23:00:11 +0000 Subject: [PATCH] add Shrine of Boundless Growth (from New Phyrexia) --- .gitattributes | 1 + res/cardsfolder/shrine_of_boundless_growth.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/shrine_of_boundless_growth.txt diff --git a/.gitattributes b/.gitattributes index ea7b13cedb5..3df01aecb7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6101,6 +6101,7 @@ res/cardsfolder/shrieking_drake.txt -text svneol=native#text/plain res/cardsfolder/shrieking_mogg.txt svneol=native#text/plain res/cardsfolder/shrieking_specter.txt -text svneol=native#text/plain res/cardsfolder/shriekmaw.txt -text svneol=native#text/plain +res/cardsfolder/shrine_of_boundless_growth.txt svneol=native#text/plain res/cardsfolder/shrine_of_burning_rage.txt svneol=native#text/plain res/cardsfolder/shrine_of_limitless_power.txt svneol=native#text/plain res/cardsfolder/shrine_of_loyal_legions.txt svneol=native#text/plain diff --git a/res/cardsfolder/shrine_of_boundless_growth.txt b/res/cardsfolder/shrine_of_boundless_growth.txt new file mode 100644 index 00000000000..6d824d643d9 --- /dev/null +++ b/res/cardsfolder/shrine_of_boundless_growth.txt @@ -0,0 +1,13 @@ +Name:Shrine of Boundless Growth +ManaCost:3 +Types:Artifact +Text:no text +T:Mode$ SpellCast | ValidCard$ Card.Green | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigAddCounter | TriggerDescription$ At the beginning of your upkeep or whenever you cast a green spell, put a charge counter on CARDNAME. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigAddCounter | Secondary$ True | TriggerDescription$ At the beginning of your upkeep or whenever you cast a green spell, put a charge counter on CARDNAME. +SVar:TrigAddCounter:AB$PutCounter | Cost$ 0 | CounterType$ CHARGE | CounterNum$ 1 +A:AB$Mana | Cost$ T Sac<1/CARDNAME> | Produced$ 1 | Amount$ X | SpellDescription$ Add 1 to your mana pool for each charge counter on CARDNAME. +SVar:X:Count$CardCounters.CHARGE +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/shrine_of_boundless_growth.jpg +End \ No newline at end of file