convert Mad Auntie to AbilityFactory and keyword.

This commit is contained in:
jendave
2011-08-06 10:18:31 +00:00
parent a73f7bec9f
commit 5a6d57a938
4 changed files with 10 additions and 8 deletions

View File

@@ -1,8 +1,10 @@
Name:Mad Auntie Name:Mad Auntie
ManaCost:2 B ManaCost:2 B
Types:Creature Goblin Shaman Types:Creature Goblin Shaman
Text:Goblin creatures you control get +1/+1. Text:no text
PT:1/1 PT:2/2
K:stPumpAll:Creature.Goblin+Other+YouCtrl:1/1:No Condition:Other Goblin creatures you control get +1/+1.
A:AB$Regenerate|ValidTgts$Creature.Goblin+Other|TgtPrompt$Select another target Goblin|Cost$T|SpellDescription$Regenerate another target Goblin.
SVar:PlayMain1:TRUE SVar:PlayMain1:TRUE
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/mad_auntie.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/mad_auntie.jpg

View File

@@ -6736,7 +6736,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Mad Auntie")) { else if(cardName.equals("Mad Auntie")) {
final Card[] creature = new Card[1]; final Card[] creature = new Card[1];
@@ -6772,7 +6772,7 @@ public class CardFactory_Creatures {
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature_NoCost_TapAbility_NoTargetSelf(ability)); ability.setBeforePayMana(CardFactoryUtil.input_targetCreature_NoCost_TapAbility_NoTargetSelf(ability));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Adarkar Valkyrie")) { else if(cardName.equals("Adarkar Valkyrie")) {

View File

@@ -13747,7 +13747,7 @@ public class GameActionUtil {
return false; return false;
}// newSnake() }// newSnake()
}; // Sosukes Summons }; // Sosukes Summons
/*
public static Command Mad_Auntie = new Command() { public static Command Mad_Auntie = new Command() {
private static final long serialVersionUID = 7969640438477308299L; private static final long serialVersionUID = 7969640438477308299L;
@@ -13783,7 +13783,7 @@ public class GameActionUtil {
}// for outer }// for outer
}// execute }// execute
}; // Mad_Auntie() }; // Mad_Auntie()
*/
public static Command Imperious_Perfect = new Command() { public static Command Imperious_Perfect = new Command() {
private static final long serialVersionUID = 5835056455026735693L; private static final long serialVersionUID = 5835056455026735693L;
@@ -20631,7 +20631,7 @@ public class GameActionUtil {
commands.put("Eladamri", Eladamri); commands.put("Eladamri", Eladamri);
commands.put("Tolsimir", Tolsimir); commands.put("Tolsimir", Tolsimir);
commands.put("Imperious_Perfect", Imperious_Perfect); commands.put("Imperious_Perfect", Imperious_Perfect);
commands.put("Mad_Auntie", Mad_Auntie); //commands.put("Mad_Auntie", Mad_Auntie);
//commands.put("Veteran_Armorer", Veteran_Armorer); //commands.put("Veteran_Armorer", Veteran_Armorer);
commands.put("Kongming", Kongming); commands.put("Kongming", Kongming);

View File

@@ -160,7 +160,7 @@ public class StaticEffects
cardToEffectsList.put("Eladamri, Lord of Leaves", new String[] {"Eladamri"}); cardToEffectsList.put("Eladamri, Lord of Leaves", new String[] {"Eladamri"});
cardToEffectsList.put("Tolsimir Wolfblood", new String[] {"Tolsimir"}); cardToEffectsList.put("Tolsimir Wolfblood", new String[] {"Tolsimir"});
cardToEffectsList.put("Imperious Perfect", new String[] {"Imperious_Perfect"}); cardToEffectsList.put("Imperious Perfect", new String[] {"Imperious_Perfect"});
cardToEffectsList.put("Mad Auntie", new String[] {"Mad_Auntie"}); //cardToEffectsList.put("Mad Auntie", new String[] {"Mad_Auntie"});
//cardToEffectsList.put("Veteran Armorer", new String[] {"Veteran_Armorer"}); //cardToEffectsList.put("Veteran Armorer", new String[] {"Veteran_Armorer"});
cardToEffectsList.put("Kongming, \"Sleeping Dragon\"", new String[] {"Kongming"}); cardToEffectsList.put("Kongming, \"Sleeping Dragon\"", new String[] {"Kongming"});
cardToEffectsList.put("Radiant, Archangel", new String[] {"Radiant_Archangel"}); cardToEffectsList.put("Radiant, Archangel", new String[] {"Radiant_Archangel"});