- Added Zombie Mob.

This commit is contained in:
jendave
2011-08-07 01:35:29 +00:00
parent 14ecd3fdd7
commit c0c8f96a16
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -8340,6 +8340,7 @@ res/cardsfolder/zombie_cutthroat.txt svneol=native#text/plain
res/cardsfolder/zombie_goliath.txt -text svneol=native#text/plain res/cardsfolder/zombie_goliath.txt -text svneol=native#text/plain
res/cardsfolder/zombie_infestation.txt -text svneol=native#text/plain res/cardsfolder/zombie_infestation.txt -text svneol=native#text/plain
res/cardsfolder/zombie_master.txt svneol=native#text/plain res/cardsfolder/zombie_master.txt svneol=native#text/plain
res/cardsfolder/zombie_mob.txt -text svneol=native#text/plain
res/cardsfolder/zombie_musher.txt svneol=native#text/plain res/cardsfolder/zombie_musher.txt svneol=native#text/plain
res/cardsfolder/zombie_outlander.txt -text svneol=native#text/plain res/cardsfolder/zombie_outlander.txt -text svneol=native#text/plain
res/cardsfolder/zombify.txt -text svneol=native#text/plain res/cardsfolder/zombify.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Zombie Mob
ManaCost:2 B B
Types:Creature Zombie
Text:no text
PT:2/0
K:etbCounter:P1P1:X:no Condition:CARDNAME enters the battlefield with a +1/+1 counter on it for each creature card in your graveyard.
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigExileAll | TriggerDescription$ When CARDNAME enters the battlefield, exile all creature cards from your graveyard.
SVar:TrigExileAll:AB$ChangeZoneAll | Cost$ 0 | ChangeType$ Creature.YouCtrl | Origin$ Graveyard | Destination$ Exile
SVar:X:Count$TypeInYourYard.Creature
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/zombie_mob.jpg
End