mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Sliver Queen and Boris Devilboon to abMakeToken keyword.
This commit is contained in:
@@ -3,6 +3,7 @@ ManaCost:3 B R
|
|||||||
Types:Legendary Creature Zombie Wizard
|
Types:Legendary Creature Zombie Wizard
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:2/2
|
PT:2/2
|
||||||
|
K:abMakeToken 2 B R T<>1<>Minor Demon<>BR 1 1 Minor Demon<>Controller<>1<>Creature;Demon<>1<>1<>None<>Put a 1/1 black and red Demon creature token named Minor Demon onto the battlefield.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/boris_devilboon.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/boris_devilboon.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ ManaCost:W U B R G
|
|||||||
Types:Legendary Creature Sliver
|
Types:Legendary Creature Sliver
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:7/7
|
PT:7/7
|
||||||
|
K:abMakeToken 2<>1<>Sliver<>C 1 1 Sliver<>Controller<>1<>Creature;Sliver<>1<>1<>None<>Put a 1/1 colorless Sliver creature token onto the battlefield.
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_queen.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_queen.jpg
|
||||||
|
|||||||
@@ -884,7 +884,7 @@ public class CardFactory_Creatures {
|
|||||||
card.addSpellAbility(ability2);
|
card.addSpellAbility(ability2);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Sliver Queen")) {
|
else if(cardName.equals("Sliver Queen")) {
|
||||||
final SpellAbility a1 = new Ability(card, "2") {
|
final SpellAbility a1 = new Ability(card, "2") {
|
||||||
@@ -918,7 +918,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("Korlash, Heir to Blackblade")) {
|
else if(cardName.equals("Korlash, Heir to Blackblade")) {
|
||||||
@@ -9681,7 +9681,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Boris Devilboon")) {
|
else if(cardName.equals("Boris Devilboon")) {
|
||||||
final Ability_Tap tokenAbility1 = new Ability_Tap(card, "2 B R") {
|
final Ability_Tap tokenAbility1 = new Ability_Tap(card, "2 B R") {
|
||||||
@@ -9712,7 +9712,7 @@ public class CardFactory_Creatures {
|
|||||||
+ " - Put a 1/1 black and red Demon creature token named Minor Demon onto the battlefield.");
|
+ " - Put a 1/1 black and red Demon creature token named Minor Demon onto the battlefield.");
|
||||||
tokenAbility1.setBeforePayMana(new Input_PayManaCost(tokenAbility1));
|
tokenAbility1.setBeforePayMana(new Input_PayManaCost(tokenAbility1));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Rhys the Redeemed")) {
|
else if(cardName.equals("Rhys the Redeemed")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user