- Converted Mulldrifter to AF Trigger.

This commit is contained in:
jendave
2011-08-06 17:17:18 +00:00
parent 5989b1c216
commit f90d2267e7
2 changed files with 8 additions and 3 deletions

View File

@@ -1,9 +1,14 @@
Name:Mulldrifter Name:Mulldrifter
ManaCost:4 U ManaCost:4 U
Types:Creature Elemental Types:Creature Elemental
Text:When CARDNAME enters the battlefield, draw two cards. Text:no text
PT:2/2 PT:2/2
K:Flying K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw two cards.
K:Evoke:2 U
SVar:TrigDraw:AB$Draw | Cost$ 0 | NumCards$ 2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+evoked | Execute$ TrigSac | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it by it's evoke cost, sacrifice it.
SVar:TrigSac:AB$Sacrifice | Cost$ 0
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/mulldrifter.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/mulldrifter.jpg
SetInfo:LRW|Common|http://magiccards.info/scans/en/lw/76.jpg SetInfo:LRW|Common|http://magiccards.info/scans/en/lw/76.jpg

View File

@@ -595,7 +595,7 @@ public class CardFactory_Creatures {
}); });
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/* Converteded to AF Trigger
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Mulldrifter")) { else if(cardName.equals("Mulldrifter")) {
final SpellAbility ability = new Ability(card, "0") { final SpellAbility ability = new Ability(card, "0") {
@@ -627,7 +627,7 @@ public class CardFactory_Creatures {
} }
}); });
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Meadowboon")) { else if(cardName.equals("Meadowboon")) {