convert Dragon Roost to abMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:29:47 +00:00
parent 05173ab332
commit b3a30ce978
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Name:Dragon Roost
ManaCost:4 R R ManaCost:4 R R
Types:Enchantment Types:Enchantment
Text:no text Text:no text
K:abMakeToken 5 R R<>1<>Dragon<>R 5 5 Dragon<>Controller<>R<>Creature;Dragon<>5<>5<>Flying<>Put a 5/5 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/dragon_roost.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_roost.jpg
End End

View File

@@ -6142,7 +6142,7 @@ public class CardFactory implements NewConstants {
card.addComesIntoPlayCommand(intoPlay); card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/* converted to keyword
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Dragon Roost")) { else if(cardName.equals("Dragon Roost")) {
final SpellAbility ability = new Ability(card, "5 R R") { final SpellAbility ability = new Ability(card, "5 R R") {
@@ -6156,8 +6156,9 @@ public class CardFactory implements NewConstants {
ability.setStackDescription("Dragon Roost - Put a 5/5 red Dragon creature token with flying into play."); ability.setStackDescription("Dragon Roost - Put a 5/5 red Dragon creature token with flying into play.");
card.addSpellAbility(ability); card.addSpellAbility(ability);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
/* /* converted to keyword
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("The Hive")) { else if(cardName.equals("The Hive")) {
final SpellAbility ability = new Ability_Tap(card, "5") { final SpellAbility ability = new Ability_Tap(card, "5") {