mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
convert Puppeteer and Stone-Seeder Hierophant to keyword.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user