mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Timbermare (from Planar Chaos)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
10
res/cardsfolder/timbermare.txt
Normal file
10
res/cardsfolder/timbermare.txt
Normal 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
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user