mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Zombie Mob.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/zombie_mob.txt
Normal file
12
res/cardsfolder/zombie_mob.txt
Normal 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
|
||||
Reference in New Issue
Block a user