- Converted to Trigger: Chromatic Star, Hatching Plans, Surveilling Sprite and Merfolk Seer.

This commit is contained in:
jendave
2011-08-06 15:36:37 +00:00
parent 2fdb742293
commit f623a58e47
5 changed files with 15 additions and 10 deletions

View File

@@ -1,12 +1,14 @@
Name:Chromatic Star Name:Chromatic Star
ManaCost:1 ManaCost:1
Types:Artifact Types:Artifact
Text:When Chromatic Star is put into a graveyard from the battlefield, draw a card. Text:no text
A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$W|SpellDescription$Add W to your mana pool. A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$W|SpellDescription$Add W to your mana pool.
A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$U|SpellDescription$Add U to your mana pool. A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$U|SpellDescription$Add U to your mana pool.
A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$B|SpellDescription$Add B to your mana pool. A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$B|SpellDescription$Add B to your mana pool.
A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$R|SpellDescription$Add R to your mana pool. A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$R|SpellDescription$Add R to your mana pool.
A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$G|SpellDescription$Add G to your mana pool. A:AB$Mana|Cost$1 T Sac<1/CARDNAME>|Produced$G|SpellDescription$Add G to your mana pool.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, draw a card.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/chromatic_star.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/chromatic_star.jpg

View File

@@ -1,7 +1,9 @@
Name:Hatching Plans Name:Hatching Plans
ManaCost:1 U ManaCost:1 U
Types:Enchantment Types:Enchantment
Text:When Hatching Plans is put into a graveyard from play, draw three cards. Text:no text
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Optional$ True | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, draw three cards.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 3
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:SacMe:5 SVar:SacMe:5
SVar:Rarity:Rare SVar:Rarity:Rare

View File

@@ -3,7 +3,8 @@ ManaCost:2 U
Types:Creature Merfolk Wizard Types:Creature Merfolk Wizard
Text:no text Text:no text
PT:2/2 PT:2/2
K:WheneverKeyword:PermanentIntoGraveyard:Self:Graveyard:DrawCards/1:ControllingPlayer_Self:ASAP:PayMana/1 U:No Special Condition:When Merfolk Seer is put into a graveyard from the battlefield, you may pay 1 U. If you do, draw a card. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, you may pay 1 U. If you do, draw a card.
SVar:TrigDraw:AB$Draw | Cost$ 1 U | Defined$ You | NumCards$ 1
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/merfolk_seer.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/merfolk_seer.jpg
SetInfo:MIR|Common|http://magiccards.info/scans/en/mr/76.jpg SetInfo:MIR|Common|http://magiccards.info/scans/en/mr/76.jpg

View File

@@ -4,7 +4,8 @@ Types:Creature Faerie Rogue
Text:no text Text:no text
PT:1/1 PT:1/1
K:Flying K:Flying
K:WheneverKeyword:PermanentIntoGraveyard:Self:Graveyard:DrawCards/1:ControllingPlayer_Self:ASAP:Yes_No:No Special Condition:When Surveilling Sprite is put into a graveyard from the battlefield, you may draw a card. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Optional$ True | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, you may draw a card.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/surveilling_sprite.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/surveilling_sprite.jpg
SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/67.jpg SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/67.jpg

View File

@@ -5761,7 +5761,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Hatching Plans")) { else if(cardName.equals("Hatching Plans")) {
@@ -5787,7 +5787,7 @@ public class CardFactory implements NewConstants {
card.addDestroyCommand(draw3Cards); card.addDestroyCommand(draw3Cards);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Lifespark Spellbomb")) { else if(cardName.equals("Lifespark Spellbomb")) {
@@ -6878,8 +6878,7 @@ public class CardFactory implements NewConstants {
card.addComesIntoPlayCommand(comesIntoPlay); card.addComesIntoPlayCommand(comesIntoPlay);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Chromatic Star")) { else if(cardName.equals("Chromatic Star")) {
final SpellAbility ability = new Ability(card, "0") { final SpellAbility ability = new Ability(card, "0") {
@@ -6902,7 +6901,7 @@ public class CardFactory implements NewConstants {
}; };
card.addDestroyCommand(destroy); card.addDestroyCommand(destroy);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Feldon's Cane")) { else if(cardName.equals("Feldon's Cane")) {