add Shrine of Boundless Growth (from New Phyrexia)

This commit is contained in:
jendave
2011-08-06 23:00:11 +00:00
parent c08edbc7b4
commit aee985ef9d
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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