convert Stalking Assassin to AF_Destroy

This commit is contained in:
jendave
2011-08-06 13:12:30 +00:00
parent 409e67c726
commit e014ca33af
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Types:Creature Human Assassin
Text:no text Text:no text
PT:1/1 PT:1/1
A:AB$Tap | Cost$ 3 U T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature. A:AB$Tap | Cost$ 3 U T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature.
A:AB$Destroy | Cost$ 3 B T | ValidTgts$ Creature.tapped | TgtPrompt$ Select target tapped creature | SpellDescription$ Destroy target tapped creature.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/stalking_assassin.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/stalking_assassin.jpg
SetInfo:INV|Rare|http://magiccards.info/scans/en/in/277.jpg SetInfo:INV|Rare|http://magiccards.info/scans/en/in/277.jpg

View File

@@ -8229,7 +8229,7 @@ public class CardFactory_Creatures {
ability.setStackDescription("Goldmeadow Lookout - Put a 1/1 token into play"); ability.setStackDescription("Goldmeadow Lookout - Put a 1/1 token into play");
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if (cardName.equals("Stalking Assassin")) { else if (cardName.equals("Stalking Assassin")) {
@@ -8347,7 +8347,7 @@ public class CardFactory_Creatures {
}//canPlayAI }//canPlayAI
};//SpellAbility };//SpellAbility
*/ *
//card.addSpellAbility(tap); //card.addSpellAbility(tap);
//tap.setDescription("3 U, tap: Tap target creature."); //tap.setDescription("3 U, tap: Tap target creature.");
@@ -8357,7 +8357,7 @@ public class CardFactory_Creatures {
destroy.setBeforePayMana(target); destroy.setBeforePayMana(target);
destroy.setBeforePayMana(CardFactoryUtil.input_targetCreature(destroy)); destroy.setBeforePayMana(CardFactoryUtil.input_targetCreature(destroy));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
/* /*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Marrow-Gnawer")) { else if(cardName.equals("Marrow-Gnawer")) {