add Civic Wayfinder (from Ravinica: City of Guilds)

This commit is contained in:
jendave
2011-08-06 08:47:55 +00:00
parent 5a72c6696a
commit ac1d1a922e
3 changed files with 11 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -690,6 +690,7 @@ res/cardsfolder/cinderbones.txt -text svneol=native#text/plain
res/cardsfolder/citanul_centaurs.txt -text svneol=native#text/plain
res/cardsfolder/citanul_druid.txt -text svneol=native#text/plain
res/cardsfolder/city_of_brass.txt -text svneol=native#text/plain
res/cardsfolder/civic_wayfinder.txt -text svneol=native#text/plain
res/cardsfolder/claws_of_wirewood.txt -text svneol=native#text/plain
res/cardsfolder/clay_statue.txt -text svneol=native#text/plain
res/cardsfolder/cleanfall.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,8 @@
Name:Civic Wayfinder
ManaCost:2 G
Types:Creature Elf Warrior Druid
Text:When Civic Wayfinder enters the battlefield, you may search your library for a basic land card, reveal it, and put it into your hand. If you do, shuffle your library.
PT:2/2
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/civic_wayfinder.jpg
End

View File

@@ -17439,7 +17439,8 @@ public class CardFactory_Creatures {
//*************** START *********** START **************************
else if(cardName.equals("Borderland Ranger") || cardName.equals("Sylvan Ranger")) {
else if(cardName.equals("Borderland Ranger") || cardName.equals("Sylvan Ranger")
|| cardName.equals("Civic Wayfinder")) {
final Ability ability = new Ability(card, "0") {
@Override