convert Deserted Temple, Earthcraft and Filigree Sages to abUntapTgt keyword.

This commit is contained in:
jendave
2011-08-06 08:52:03 +00:00
parent b5a1871aa3
commit e9784cfd3a
6 changed files with 12 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ ManaCost:no cost
Types:Land Types:Land
Text:no text Text:no text
K:tap: add 1 K:tap: add 1
K:abUntapTgt 1 T:Land:Untap target land.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/deserted_temple.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/deserted_temple.jpg
End End

View File

@@ -2,6 +2,7 @@ Name:Earthcraft
ManaCost:1 G ManaCost:1 G
Types:Enchantment Types:Enchantment
Text:no text Text:no text
K:abUntapTgt tapXType<1/Creature>:Land.Basic:Untap target basic land.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/earthcraft.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/earthcraft.jpg

View File

@@ -1,8 +1,9 @@
Name:Filigree Sages Name:Filigree Sages
ManaCost:3 U ManaCost:3 U
Types:Artifact Creature Vedalken Wizard Types:Artifact Creature Vedalken Wizard
Text:2U: Untap target artifact Text:no text
PT:2/3 PT:2/3
K:abUntapTgt 2 U:Artifact:Untap target artifact.
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/filigree_sages.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/filigree_sages.jpg
End End

View File

@@ -8164,7 +8164,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(ability); card.addSpellAbility(ability);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Earthcraft")) { else if(cardName.equals("Earthcraft")) {
final SpellAbility a1 = new Ability(card, "0") { final SpellAbility a1 = new Ability(card, "0") {
@@ -8404,7 +8404,7 @@ public class CardFactory implements NewConstants {
a3.setStackDescription(card + " - add 30 Squirrel tokens using Squirrel Nest"); a3.setStackDescription(card + " - add 30 Squirrel tokens using Squirrel Nest");
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Mox Diamond")) { else if(cardName.equals("Mox Diamond")) {

View File

@@ -17888,12 +17888,12 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(comesIntoPlay); card.addComesIntoPlayCommand(comesIntoPlay);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Filigree Sages")) { else if(cardName.equals("Filigree Sages")) {
/* /*
* 2U: Untap target artifact. * 2U: Untap target artifact.
*/ *
final SpellAbility ability = new Ability(card, "2 U") { final SpellAbility ability = new Ability(card, "2 U") {
@Override @Override
public boolean canPlayAI() { public boolean canPlayAI() {
@@ -17930,6 +17930,7 @@ public class CardFactory_Creatures {
ability.setStackDescription(cardName + " - Untap Target Artifact"); ability.setStackDescription(cardName + " - Untap Target Artifact");
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Artifact")); ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Artifact"));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************

View File

@@ -1847,7 +1847,8 @@ class CardFactory_Lands {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
//*************** START *********** START ************************** /*
//*************** START *********** START **************************
else if(cardName.equals("Deserted Temple")) { else if(cardName.equals("Deserted Temple")) {
final Ability_Tap ability = new Ability_Tap(card, "1") { final Ability_Tap ability = new Ability_Tap(card, "1") {
@@ -1901,6 +1902,7 @@ class CardFactory_Lands {
ability.setBeforePayMana(runtime); ability.setBeforePayMana(runtime);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Academy Ruins")) { else if(cardName.equals("Academy Ruins")) {