mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Griffin Guide.
- Fixed Ferocity.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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/greener_pastures.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/greenseeker.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/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/griffin_sentinel.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/grim_affliction.txt svneol=native#text/plain
|
res/cardsfolder/grim_affliction.txt svneol=native#text/plain
|
||||||
res/cardsfolder/grim_feast.txt svneol=native#text/plain
|
res/cardsfolder/grim_feast.txt svneol=native#text/plain
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ Types:Enchantment Aura
|
|||||||
Text:no text
|
Text:no text
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
K:enPump:+0/+0
|
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:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Enchanted | CounterType$ P1P1 | CounterNum$ 1
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ferocity.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/ferocity.jpg
|
||||||
|
|||||||
11
res/cardsfolder/griffin_guide.txt
Normal file
11
res/cardsfolder/griffin_guide.txt
Normal 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
|
||||||
Reference in New Issue
Block a user