mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert more cards to xxMakeToken keyword
This commit is contained in:
@@ -4,6 +4,7 @@ Types:Creature Dragon
|
|||||||
Text:When Broodmate Dragon comes into play, put a 4/4 red Dragon creature token with flying into play.
|
Text:When Broodmate Dragon comes into play, put a 4/4 red Dragon creature token with flying into play.
|
||||||
PT:4/4
|
PT:4/4
|
||||||
K:Flying
|
K:Flying
|
||||||
|
K:etbMakeToken<>1<>Dragon<>R 4 4 Dragon<>Controller<>R<>Creature;Dragon<>4<>4<>Flying<>put a 4/4 red Dragon creature token with flying onto the battlefield.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/broodmate_dragon.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/broodmate_dragon.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ Types:Creature Elf
|
|||||||
Text:When Deranged Hermit enters the battlefield, put four 1/1 green Squirrel creature tokens onto the battlefield.\r\nSquirrel creatures get +1/+1.
|
Text:When Deranged Hermit enters the battlefield, put four 1/1 green Squirrel creature tokens onto the battlefield.\r\nSquirrel creatures get +1/+1.
|
||||||
PT:1/1
|
PT:1/1
|
||||||
K:Echo:3 G G
|
K:Echo:3 G G
|
||||||
|
K:etbMakeToken<>4<>Squirrel<>G 1 1 Squirrel<>Controller<>G<>Creature;Squirrel<>1<>1<>None<>put four 1/1 green Squirrel creature tokens onto the battlefield.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/deranged_hermit.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/deranged_hermit.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ Types:Creature Beast
|
|||||||
Text:no text
|
Text:no text
|
||||||
PT:8/8
|
PT:8/8
|
||||||
K:Vigilance
|
K:Vigilance
|
||||||
|
K:abMakeToken T<>1<>Beast<>RGW 8 8 Beast<>Controller<>R G W<>Creature;Beast<>8<>8<>None<>put an 8/8 Beast creature token that's red, green, and white onto the battlefield.
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/godsire.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/godsire.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ Types:Creature Giant
|
|||||||
Text:Whenever Grave Titan enters the battlefield or attacks, put two 2/2 black Zombie creature tokens onto the battlefield.
|
Text:Whenever Grave Titan enters the battlefield or attacks, put two 2/2 black Zombie creature tokens onto the battlefield.
|
||||||
PT:6/6
|
PT:6/6
|
||||||
K:Deathtouch
|
K:Deathtouch
|
||||||
|
K:etbMakeToken<>2<>Zombie<>B 2 2 Zombie<>Controller<>B<>Creature;Zombie<>2<>2<>None<>put two 2/2 black Zombie creature tokens onto the battlefield.
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/grave_titan.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/grave_titan.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -13333,7 +13333,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Broodmate Dragon")) {
|
else if(cardName.equals("Broodmate Dragon")) {
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
@@ -13354,8 +13354,8 @@ public class CardFactory_Creatures {
|
|||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Deranged Hermit")) {
|
else if(cardName.equals("Deranged Hermit")) {
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
@@ -13381,8 +13381,8 @@ public class CardFactory_Creatures {
|
|||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Grave Titan")) {
|
else if(cardName.equals("Grave Titan")) {
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
@@ -13409,7 +13409,7 @@ public class CardFactory_Creatures {
|
|||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Primeval Titan")) {
|
else if(cardName.equals("Primeval Titan")) {
|
||||||
@@ -13480,7 +13480,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Godsire")) {
|
else if(cardName.equals("Godsire")) {
|
||||||
final SpellAbility a1 = new Ability_Tap(card) {
|
final SpellAbility a1 = new Ability_Tap(card) {
|
||||||
@@ -13508,7 +13508,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
//a1.setBeforePayMana(new Input_PayManaCost(a1));
|
//a1.setBeforePayMana(new Input_PayManaCost(a1));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Wydwen, the Biting Gale")) {
|
else if(cardName.equals("Wydwen, the Biting Gale")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user