mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
converting 3 more cards to xxMakeToken keyword
This commit is contained in:
@@ -3,6 +3,7 @@ ManaCost:2 G
|
||||
Types:Creature Elf Warrior
|
||||
Text:All Elf creatures you control get +1/+1
|
||||
PT:1/1
|
||||
K:abMakeToken G T<>1<>Elf Warrior<>G 1 1 Elf Warrior<>Controller<>G<>Creature;Elf;Warrior<>1<>1<>None<>put a 1/1 green Elf Warrior creature token onto the battlefield.
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/imperious_perfect.jpg
|
||||
|
||||
@@ -3,6 +3,7 @@ ManaCost:G
|
||||
Types:Creature Elf Spellshaper
|
||||
Text:no text
|
||||
PT:1/1
|
||||
K:abMakeToken G T Discard<1/Any><>1<>Llanowar Elves<>G 1 1 Llanowar Elves<>Controller<>G<>Creature;Elf;Druid<>1<>1<>tap: add G<>put a 1/1 green Elf Warrior creature token onto the battlefield.
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card126166.jpg
|
||||
End
|
||||
|
||||
@@ -4,6 +4,7 @@ Types:Creature Wall
|
||||
Text:no text
|
||||
PT:0/3
|
||||
K:Defender
|
||||
K:abMakeToken U U T<>1<>Plant Wall<>U 0 1 Plant Wall<>Controller<>U<>Creature;Plant;Wall<>0<>1<>Defender<>put a 0/1 blue Plant Wall creature token with defender named Kelp onto the battlefield.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/hm/en-us/card2959.jpg
|
||||
|
||||
@@ -6576,7 +6576,7 @@ public class CardFactory_Creatures {
|
||||
ability.setBeforePayMana(targetInput);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Imperious Perfect")) {
|
||||
//mana tap ability
|
||||
@@ -6607,8 +6607,8 @@ public class CardFactory_Creatures {
|
||||
ability.setStackDescription("Imperious Perfect - Put a 1/1 green Elf Warrior creature token into play.");
|
||||
ability.setBeforePayMana(new Input_PayManaCost(ability));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
*/
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Wall of Kelp")) {
|
||||
//mana tap ability
|
||||
@@ -6639,7 +6639,7 @@ public class CardFactory_Creatures {
|
||||
ability.setStackDescription("Wall of Kelp - Put a 0/1 blue Kelp Wall creature token with defender into play");
|
||||
ability.setBeforePayMana(new Input_PayManaCost(ability));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
if(cardName.equals("Mayael the Anima")) {
|
||||
@@ -8668,7 +8668,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Llanowar Mentor")) {
|
||||
final Ability_Tap ability = new Ability_Tap(card, "G") {
|
||||
@@ -8716,7 +8716,7 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
}));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Sparkspitter")) {
|
||||
|
||||
Reference in New Issue
Block a user