mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Stalking Assassin to AF_Destroy
This commit is contained in:
@@ -4,6 +4,7 @@ Types:Creature Human Assassin
|
||||
Text:no text
|
||||
PT:1/1
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/stalking_assassin.jpg
|
||||
SetInfo:INV|Rare|http://magiccards.info/scans/en/in/277.jpg
|
||||
|
||||
@@ -8229,7 +8229,7 @@ public class CardFactory_Creatures {
|
||||
ability.setStackDescription("Goldmeadow Lookout - Put a 1/1 token into play");
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if (cardName.equals("Stalking Assassin")) {
|
||||
|
||||
@@ -8347,7 +8347,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
}//canPlayAI
|
||||
};//SpellAbility
|
||||
*/
|
||||
*
|
||||
|
||||
//card.addSpellAbility(tap);
|
||||
//tap.setDescription("3 U, tap: Tap target creature.");
|
||||
@@ -8357,7 +8357,7 @@ public class CardFactory_Creatures {
|
||||
destroy.setBeforePayMana(target);
|
||||
destroy.setBeforePayMana(CardFactoryUtil.input_targetCreature(destroy));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Marrow-Gnawer")) {
|
||||
|
||||
Reference in New Issue
Block a user