mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add Civic Wayfinder (from Ravinica: City of Guilds)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
8
res/cardsfolder/civic_wayfinder.txt
Normal file
8
res/cardsfolder/civic_wayfinder.txt
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user