- Added Mantle of Leadership and Primal Cocoon.

This commit is contained in:
jendave
2011-08-06 22:37:58 +00:00
parent ab87030824
commit 257ddd6689
3 changed files with 29 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -4067,6 +4067,7 @@ res/cardsfolder/mannichi_the_fevered_dream.txt -text svneol=native#text/plain
res/cardsfolder/manta_ray.txt -text svneol=native#text/plain
res/cardsfolder/manta_riders.txt -text svneol=native#text/plain
res/cardsfolder/mantis_engine.txt -text svneol=native#text/plain
res/cardsfolder/mantle_of_leadership.txt -text svneol=native#text/plain
res/cardsfolder/marauding_knight.txt -text svneol=native#text/plain
res/cardsfolder/maraxus_of_keld.txt -text svneol=native#text/plain
res/cardsfolder/marble_chalice.txt -text svneol=native#text/plain
@@ -5070,6 +5071,7 @@ res/cardsfolder/priests_of_norn.txt -text svneol=native#text/plain
res/cardsfolder/primal_bellow.txt -text svneol=native#text/plain
res/cardsfolder/primal_boost.txt -text svneol=native#text/plain
res/cardsfolder/primal_clay.txt -text svneol=native#text/plain
res/cardsfolder/primal_cocoon.txt -text svneol=native#text/plain
res/cardsfolder/primal_frenzy.txt -text svneol=native#text/plain
res/cardsfolder/primal_order.txt svneol=native#text/plain
res/cardsfolder/primal_plasma.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Mantle of Leadership
ManaCost:1 W
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
K:Flash
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature enters the battlefield, enchanted creature gets +2/+2 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Enchanted | NumAtt$ 2 | NumDef$ 2
SVar:BuffedBy:Creature
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/mantle_of_leadership.jpg
End

View File

@@ -0,0 +1,14 @@
Name:Primal Cocoon
ManaCost:G
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a +1/+1 counter on enchanted creature.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Enchanted | CounterType$ P1P1 | CounterNum$ 1
T:Mode$ Attacks | ValidCard$ Card.AttachedBy | Execute$ TrigSac | TriggerDescription$ When enchanted creature attacks or blocks, sacrifice Primal Cocoon.
T:Mode$ Blocks | ValidCard$ Card.AttachedBy | Execute$ TrigSac | Secondary$ True | TriggerDescription$ When enchanted creature attacks or blocks, sacrifice Primal Cocoon.
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/primal_cocoon.jpg
End