mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18: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
|
||||
Text:no text
|
||||
PT:1/2
|
||||
K:abTapTgt U T:Creature:Tap target creature.
|
||||
K:abUntapTgt U T:Creature:Untap target creature.
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/puppeteer.jpg
|
||||
End
|
||||
|
||||
@@ -4,6 +4,7 @@ Types:Creature Human Druid
|
||||
Text:no text
|
||||
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:abUntapTgt T:Land:Untap target land.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
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));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Puppeteer")) {
|
||||
//tap - target creature
|
||||
@@ -5540,7 +5540,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Mirror Entity"))
|
||||
|
||||
Reference in New Issue
Block a user