mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Doomed Necromancer to AB$Retrieve
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Name:Doomed Necromancer
|
||||
ManaCost:2 B
|
||||
Types:Creature Human Cleric Mercenary
|
||||
Text:B, Tap, Sacrifice Doomed Necromancer: Return target creature card from your graveyard to the battlefield.
|
||||
Text:no text
|
||||
PT:2/2
|
||||
A:AB$Retrieve | Cost$ B T Sac<1/CARDNAME> | Destination$ Battlefield | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | SpellDescription$ Return target creature card from your graveyard to the battlefield.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomed_necromancer.jpg
|
||||
SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/140.jpg
|
||||
|
||||
@@ -9404,7 +9404,7 @@ public class CardFactory_Creatures {
|
||||
card.addComesIntoPlayCommand(fetchBasicLand);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Doomed Necromancer")) {
|
||||
final SpellAbility ability = new Ability_Tap(card, "B") {
|
||||
@@ -9498,6 +9498,7 @@ public class CardFactory_Creatures {
|
||||
// private static final long serialVersionUID = -462134621235305833L;
|
||||
// });
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user