mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Voice of the Woods to AB$Token
This commit is contained in:
@@ -3,6 +3,7 @@ ManaCost:3 G G
|
||||
Types:Creature Elf
|
||||
Text:no text
|
||||
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: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
|
||||
|
||||
@@ -13029,30 +13029,6 @@ public class CardFactory_Creatures {
|
||||
}//*************** 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 **************************
|
||||
else if(cardName.equals("Singing Tree")) {
|
||||
final String Tgts[] = {"Creature.attacking"};
|
||||
|
||||
Reference in New Issue
Block a user