diff --git a/res/cardsfolder/imperious_perfect.txt b/res/cardsfolder/imperious_perfect.txt index d0a367224c2..722cc537d2b 100644 --- a/res/cardsfolder/imperious_perfect.txt +++ b/res/cardsfolder/imperious_perfect.txt @@ -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 diff --git a/res/cardsfolder/llanowar_mentor.txt b/res/cardsfolder/llanowar_mentor.txt index 937bddde636..3d0632cc7f3 100644 --- a/res/cardsfolder/llanowar_mentor.txt +++ b/res/cardsfolder/llanowar_mentor.txt @@ -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 diff --git a/res/cardsfolder/wall_of_kelp.txt b/res/cardsfolder/wall_of_kelp.txt index 28aef4033e1..3892358a81b 100644 --- a/res/cardsfolder/wall_of_kelp.txt +++ b/res/cardsfolder/wall_of_kelp.txt @@ -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 diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index 3897a135354..9ba692f7e0d 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -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")) {