convert Voice of the Woods to AB$Token

This commit is contained in:
jendave
2011-08-06 14:00:49 +00:00
parent a7fe38ee2b
commit e1f04e7739
2 changed files with 1 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ ManaCost:3 G G
Types:Creature Elf Types:Creature Elf
Text:no text Text:no text
PT:2/2 PT:2/2
A:AB$Token | Cost$ tapXType<5/Elf> | TokenOwner$ Controller | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenColors$ Green | TokenPower$ 7 | TokenToughness$ 7 | TokenKeywords$ Trample |SpellDescription$ Put a 7/7 green Elemental creature token with trample onto the battlefield.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/voice_of_the_woods.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/voice_of_the_woods.jpg
SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/297.jpg SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/297.jpg

View File

@@ -13029,30 +13029,6 @@ public class CardFactory_Creatures {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Voice of the Woods"))
{
final Ability ability = new Ability(card, "0")
{
public void resolve()
{
CardFactoryUtil.makeToken("Elemental", "G 7 7 Elemental", getActivatingPlayer(), "G", new String[] {
"Creature", "Elemental"}, 7, 7, new String[] {"Trample"});
}
};
final Ability_Cost cost = new Ability_Cost("tapXType<5/Elf>", card.getName(), true);
ability.setPayCosts(cost);
ability.setDescription("Tap five untapped Elves you control: Put a 7/7 green Elemental creature token with trample onto the battlefield.");
StringBuilder sb = new StringBuilder();
sb.append(card).append(" - Put a 7/7 green Elemental creature token with trample onto the battlefield.");
ability.setStackDescription(sb.toString());
card.addSpellAbility(ability);
}//*************** END ************ END **************************
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Singing Tree")) { else if(cardName.equals("Singing Tree")) {
final String Tgts[] = {"Creature.attacking"}; final String Tgts[] = {"Creature.attacking"};