mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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
|
||||
Text:no text
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/boris_devilboon.jpg
|
||||
End
|
||||
|
||||
@@ -3,6 +3,7 @@ ManaCost:W U B R G
|
||||
Types:Legendary Creature Sliver
|
||||
Text:no text
|
||||
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:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_queen.jpg
|
||||
|
||||
@@ -884,7 +884,7 @@ public class CardFactory_Creatures {
|
||||
card.addSpellAbility(ability2);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Sliver Queen")) {
|
||||
final SpellAbility a1 = new Ability(card, "2") {
|
||||
@@ -918,7 +918,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
a1.setBeforePayMana(new Input_PayManaCost(a1));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Korlash, Heir to Blackblade")) {
|
||||
@@ -9681,7 +9681,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Boris Devilboon")) {
|
||||
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.");
|
||||
tokenAbility1.setBeforePayMana(new Input_PayManaCost(tokenAbility1));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Rhys the Redeemed")) {
|
||||
|
||||
Reference in New Issue
Block a user