diff --git a/.gitattributes b/.gitattributes index 92e673e3787..f7666bc3153 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_infestation.txt -text 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_outlander.txt -text svneol=native#text/plain res/cardsfolder/zombify.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/zombie_mob.txt b/res/cardsfolder/zombie_mob.txt new file mode 100644 index 00000000000..23f97ceb256 --- /dev/null +++ b/res/cardsfolder/zombie_mob.txt @@ -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 \ No newline at end of file