- Added Griffin Guide.

- Fixed Ferocity.
This commit is contained in:
jendave
2011-08-06 22:37:07 +00:00
parent c6074f17c0
commit c23df8ed9c
3 changed files with 14 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -2881,6 +2881,7 @@ res/cardsfolder/green_ward.txt -text svneol=native#text/plain
res/cardsfolder/greener_pastures.txt -text svneol=native#text/plain
res/cardsfolder/greenseeker.txt -text svneol=native#text/plain
res/cardsfolder/greenweaver_druid.txt -text svneol=native#text/plain
res/cardsfolder/griffin_guide.txt -text svneol=native#text/plain
res/cardsfolder/griffin_sentinel.txt -text svneol=native#text/plain
res/cardsfolder/grim_affliction.txt svneol=native#text/plain
res/cardsfolder/grim_feast.txt svneol=native#text/plain

View File

@@ -4,7 +4,8 @@ Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
T:Mode$ AttackerBlocked | ValidCard$ Card.AttachedBy | Execute$ TrigPutCounter | TriggerDescription$ Whenever enchanted creature blocks or becomes blocked, you may put a +1/+1 counter on it.
T:Mode$ AttackerBlocked | ValidCard$ Card.AttachedBy | Execute$ TrigPutCounter | OptionalDecider$ You | TriggerDescription$ Whenever enchanted creature blocks or becomes blocked, you may put a +1/+1 counter on it.
T:Mode$ Blocks | ValidCard$ Card.AttachedBy | Execute$ TrigPutCounter | OptionalDecider$ You | Secondary$ True | TriggerDescription$ Whenever enchanted creature blocks or becomes blocked, you may put a +1/+1 counter on it.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Enchanted | CounterType$ P1P1 | CounterNum$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/ferocity.jpg

View File

@@ -0,0 +1,11 @@
Name:Griffin Guide
ManaCost:2 W
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+2/+2/Flying
T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ When enchanted creature is put into a graveyard, put a 2/2 white Griffin creature token with flying onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Griffin | TokenTypes$ Creature,Griffin | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/griffin_guide.jpg
End