convert Puppeteer and Stone-Seeder Hierophant to keyword.

This commit is contained in:
jendave
2011-08-06 08:53:01 +00:00
parent 43ac5f411c
commit ca5a3d2f76
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ ManaCost:2 U
Types:Creature Human Wizard Types:Creature Human Wizard
Text:no text Text:no text
PT:1/2 PT:1/2
K:abTapTgt U T:Creature:Tap target creature.
K:abUntapTgt U T:Creature:Untap target creature.
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/puppeteer.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/puppeteer.jpg
End End

View File

@@ -4,6 +4,7 @@ Types:Creature Human Druid
Text:no text Text:no text
PT:1/1 PT:1/1
K:WheneverKeyword:EntersBattleField:Type/Land:Play:UntapPermanent:Self:ASAP:Yes_No:Initiator - OwnedByController:Landfall - Whenever a land enters the battlefield under your control, untap Stone-Seeder Hierophant. K:WheneverKeyword:EntersBattleField:Type/Land:Play:UntapPermanent:Self:ASAP:Yes_No:Initiator - OwnedByController:Landfall - Whenever a land enters the battlefield under your control, untap Stone-Seeder Hierophant.
K:abUntapTgt T:Land:Untap target land.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/stone_seeder_hierophant.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/stone_seeder_hierophant.jpg

View File

@@ -5496,7 +5496,7 @@ public class CardFactory_Creatures {
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability)); ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Puppeteer")) { else if(cardName.equals("Puppeteer")) {
//tap - target creature //tap - target creature
@@ -5540,7 +5540,7 @@ public class CardFactory_Creatures {
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability)); ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Mirror Entity")) else if(cardName.equals("Mirror Entity"))