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
|
Types:Creature Elf Warrior
|
||||||
Text:All Elf creatures you control get +1/+1
|
Text:All Elf creatures you control get +1/+1
|
||||||
PT: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:PlayMain1:TRUE
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/imperious_perfect.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/imperious_perfect.jpg
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ ManaCost:G
|
|||||||
Types:Creature Elf Spellshaper
|
Types:Creature Elf Spellshaper
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:1/1
|
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:Rarity:Uncommon
|
||||||
SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card126166.jpg
|
SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card126166.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ Types:Creature Wall
|
|||||||
Text:no text
|
Text:no text
|
||||||
PT:0/3
|
PT:0/3
|
||||||
K:Defender
|
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:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://resources.wizards.com/magic/cards/hm/en-us/card2959.jpg
|
SVar:Picture:http://resources.wizards.com/magic/cards/hm/en-us/card2959.jpg
|
||||||
|
|||||||
@@ -6576,7 +6576,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setBeforePayMana(targetInput);
|
ability.setBeforePayMana(targetInput);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Imperious Perfect")) {
|
else if(cardName.equals("Imperious Perfect")) {
|
||||||
//mana tap ability
|
//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.setStackDescription("Imperious Perfect - Put a 1/1 green Elf Warrior creature token into play.");
|
||||||
ability.setBeforePayMana(new Input_PayManaCost(ability));
|
ability.setBeforePayMana(new Input_PayManaCost(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Wall of Kelp")) {
|
else if(cardName.equals("Wall of Kelp")) {
|
||||||
//mana tap ability
|
//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.setStackDescription("Wall of Kelp - Put a 0/1 blue Kelp Wall creature token with defender into play");
|
||||||
ability.setBeforePayMana(new Input_PayManaCost(ability));
|
ability.setBeforePayMana(new Input_PayManaCost(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
if(cardName.equals("Mayael the Anima")) {
|
if(cardName.equals("Mayael the Anima")) {
|
||||||
@@ -8668,7 +8668,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Llanowar Mentor")) {
|
else if(cardName.equals("Llanowar Mentor")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card, "G") {
|
final Ability_Tap ability = new Ability_Tap(card, "G") {
|
||||||
@@ -8716,7 +8716,7 @@ public class CardFactory_Creatures {
|
|||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Sparkspitter")) {
|
else if(cardName.equals("Sparkspitter")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user