mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Converted Mulldrifter to AF Trigger.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user