- Added Neurok Familiar and Zoologist.

This commit is contained in:
jendave
2011-08-06 23:52:24 +00:00
parent 4390a84d87
commit 180f10b2e4
3 changed files with 22 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -4702,6 +4702,7 @@ res/cardsfolder/nettle_sentinel.txt -text svneol=native#text/plain
res/cardsfolder/nettletooth_djinn.txt -text svneol=native#text/plain res/cardsfolder/nettletooth_djinn.txt -text svneol=native#text/plain
res/cardsfolder/nettling_curse.txt svneol=native#text/plain res/cardsfolder/nettling_curse.txt svneol=native#text/plain
res/cardsfolder/neurok_commando.txt -text svneol=native#text/plain res/cardsfolder/neurok_commando.txt -text svneol=native#text/plain
res/cardsfolder/neurok_familiar.txt -text svneol=native#text/plain
res/cardsfolder/neurok_hoversail.txt -text svneol=native#text/plain res/cardsfolder/neurok_hoversail.txt -text svneol=native#text/plain
res/cardsfolder/neurok_invisimancer.txt -text svneol=native#text/plain res/cardsfolder/neurok_invisimancer.txt -text svneol=native#text/plain
res/cardsfolder/neurok_prodigy.txt svneol=native#text/plain res/cardsfolder/neurok_prodigy.txt svneol=native#text/plain
@@ -8132,6 +8133,7 @@ res/cardsfolder/zombie_master.txt 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
res/cardsfolder/zoologist.txt -text svneol=native#text/plain
res/cardsfolder/zuberi_golden_feather.txt -text svneol=native#text/plain res/cardsfolder/zuberi_golden_feather.txt -text svneol=native#text/plain
res/cardsfolder/zulaport_enforcer.txt -text svneol=native#text/plain res/cardsfolder/zulaport_enforcer.txt -text svneol=native#text/plain
res/cardsfolder/zuo_ci_the_mocking_sage.txt -text svneol=native#text/plain res/cardsfolder/zuo_ci_the_mocking_sage.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Neurok Familiar
ManaCost:1 U
Types:Creature Bird
Text:no text
PT:1/1
K:Flying
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, reveal the top card of your library. If it's an artifact card, put it into your hand. Otherwise, put it into your graveyard.
SVar:TrigDig:AB$Dig | Cost$ 0 | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Artifact | DestinationZone2$ Graveyard
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/neurok_familiar.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Zoologist
ManaCost:3 G
Types:Creature Human Druid
Text:no text
PT:1/2
A:AB$ Dig | Cost$ 3 G T | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Creature | DestinationZone$ Battlefield | DestinationZone2$ Graveyard | SpellDescription$ Reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, put it into your graveyard.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/zoologist.jpg
End