add Timbermare (from Planar Chaos)

This commit is contained in:
jendave
2011-08-06 09:11:40 +00:00
parent 628e891afa
commit c3ee3f4ccd
3 changed files with 12 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -4207,6 +4207,7 @@ res/cardsfolder/tiger_claws.txt -text svneol=native#text/plain
res/cardsfolder/tigereye_cameo.txt -text svneol=native#text/plain
res/cardsfolder/timber_protector.txt -text svneol=native#text/plain
res/cardsfolder/timberland_ruins.txt -text svneol=native#text/plain
res/cardsfolder/timbermare.txt -text svneol=native#text/plain
res/cardsfolder/timbermaw_larva.txt -text svneol=native#text/plain
res/cardsfolder/timberwatch_elf.txt -text svneol=native#text/plain
res/cardsfolder/time_ebb.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Timbermare
ManaCost:3 G
Types:Creature Elemental Horse
Text:no text
PT:5/5
K:Haste
K:Echo:5 G
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/timbermare.jpg
End

View File

@@ -20149,7 +20149,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Thundermare")) {
else if(cardName.equals("Thundermare") || cardName.equals("Timbermare")) {
/*
* When Thundermare enters the battlefield, tap all other creatures.
*/