Added Forgotten Ancient.

This commit is contained in:
jendave
2011-08-06 23:16:20 +00:00
parent ce82675ef8
commit d71ba8649c
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2564,6 +2564,7 @@ res/cardsfolder/forest_bear.txt -text svneol=native#text/plain
res/cardsfolder/forethought_amulet.txt -text svneol=native#text/plain
res/cardsfolder/forfend.txt svneol=native#text/plain
res/cardsfolder/forge_armor.txt -text svneol=native#text/plain
res/cardsfolder/forgotten_ancient.txt -text svneol=native#text/plain
res/cardsfolder/forgotten_cave.txt -text svneol=native#text/plain
res/cardsfolder/forgotten_harvest.txt svneol=native#text/plain
res/cardsfolder/fork.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Forgotten Ancient
ManaCost:3 G
Types:Creature Elemental
Text:no text
PT:0/3
T:Mode$ SpellCast | ValidCard$ Card | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever a player casts a spell, you may put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
A:AB$ PutCounter | Cost$ SubCounter<1/P1P1> | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep | SpellDescription$ At the beginning of your upkeep, you may move any number of +1/+1 counters from CARDNAME onto other creatures.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/forgotten_ancient.jpg
End