convert Springjack Shepherd to etbMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:41:21 +00:00
parent 92b209f2b5
commit cb9185842e
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ ManaCost:3 W
Types:Creature Kithkin Wizard
Text:Chroma - When Springjack Shepherd comes into play, put a 0/1 white Goat creature token into play for each white mana symbol in the mana costs of permanents you control.
PT:1/2
K:etbMakeToken<>X<>Goat<>W 0 1 Goat<>Controller<>W<>Creature;Goat<>0<>1<>None<>put a 0/1 white Goat creature token into play for each white mana symbol in the mana costs of permanents you control.
SVar:X:Count$Chroma.W
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/springjack_shepherd.jpg
End

View File

@@ -1445,7 +1445,7 @@ public class CardFactory_Creatures {
}));
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Springjack Shepherd")) {
final SpellAbility ability = new Ability(card, "0") {
@@ -1468,7 +1468,7 @@ public class CardFactory_Creatures {
};
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Gilder Bairn")) {