mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Stalking Assassin to AF_Destroy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user