mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Dragon Roost to abMakeToken keyword
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user