- Added Goblin Recruiter

This commit is contained in:
jeffwadsworth
2011-10-15 21:34:00 +00:00
parent f9ae27a1c0
commit 0588265602
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3270,6 +3270,7 @@ res/cardsfolder/g/goblin_piledriver.txt svneol=native#text/plain
res/cardsfolder/g/goblin_pyromancer.txt svneol=native#text/plain res/cardsfolder/g/goblin_pyromancer.txt svneol=native#text/plain
res/cardsfolder/g/goblin_raider.txt svneol=native#text/plain res/cardsfolder/g/goblin_raider.txt svneol=native#text/plain
res/cardsfolder/g/goblin_razerunners.txt svneol=native#text/plain res/cardsfolder/g/goblin_razerunners.txt svneol=native#text/plain
res/cardsfolder/g/goblin_recruiter.txt -text
res/cardsfolder/g/goblin_replica.txt svneol=native#text/plain res/cardsfolder/g/goblin_replica.txt svneol=native#text/plain
res/cardsfolder/g/goblin_rimerunner.txt svneol=native#text/plain res/cardsfolder/g/goblin_rimerunner.txt svneol=native#text/plain
res/cardsfolder/g/goblin_ringleader.txt svneol=native#text/plain res/cardsfolder/g/goblin_ringleader.txt svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Goblin Recruiter
ManaCost:1 R
Types:Creature Goblin
Text:no text
PT:1/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, search your library for any number of Goblin cards and reveal those cards. Shuffle your library, then put them on top of it in any order.
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | ChangeNum$ X | ChangeType$ Goblin | Origin$ Library | Destination$ Library | LibraryPosition$ 0
SVar:X:Count$InYourLibrary.Goblin
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_recruiter.jpg
End