convert Mobilization to abMakeToken and stPumpAll keywords

This commit is contained in:
jendave
2011-08-06 08:29:55 +00:00
parent b3a30ce978
commit 4333d0f290
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
Name:Mobilization Name:Mobilization
ManaCost:2 W ManaCost:2 W
Types:Enchantment Types:Enchantment
Text:Soldier creatures have vigilance. Text:no text
K:abMakeToken 2 W<>1<>Soldier<>W 1 1 Soldier<>Controller<>W<>Creature;Soldier<>1<>1<>None<>Put a 1/1 white Soldier creature token onto the battlefield.
K:stPumpAll:Creature.Soldier:0/0/Vigilance:No Condition:Soldier creatures have vigilance.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/mobilization.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/mobilization.jpg
End End

View File

@@ -6175,7 +6175,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(ability); card.addSpellAbility(ability);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/ */
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Mobilization")) { else if(cardName.equals("Mobilization")) {
final SpellAbility ability = new Ability(card, "2 W") { final SpellAbility ability = new Ability(card, "2 W") {
@@ -6190,7 +6190,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(ability); card.addSpellAbility(ability);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Centaur Glade")) { else if(cardName.equals("Centaur Glade")) {

View File

@@ -11818,13 +11818,15 @@ public class GameActionUtil {
}// execute() }// execute()
}; //Goblin Assault }; //Goblin Assault
/*
public static Command Mobilization = new Command() { public static Command Mobilization = new Command() {
private static final long serialVersionUID = 2005579284163773044L; private static final long serialVersionUID = 2005579284163773044L;
CardList gloriousAnthemList = new CardList(); CardList gloriousAnthemList = new CardList();
public void execute() { public void execute() {
/*
String keyword = "Vigilance"; String keyword = "Vigilance";
CardList list = gloriousAnthemList; CardList list = gloriousAnthemList;
@@ -11852,8 +11854,11 @@ public class GameActionUtil {
} }
}// for inner }// for inner
}// for outer }// for outer
}// execute() }// execute()
}; //mobilization }; //mobilization
*/
public static Command That_Which_Was_Taken = new Command() { public static Command That_Which_Was_Taken = new Command() {
private static final long serialVersionUID = -4142514935709694293L; private static final long serialVersionUID = -4142514935709694293L;
@@ -20553,7 +20558,7 @@ public class GameActionUtil {
commands.put("Absolute_Grace", Absolute_Grace); commands.put("Absolute_Grace", Absolute_Grace);
commands.put("Tabernacle", Tabernacle); commands.put("Tabernacle", Tabernacle);
commands.put("Magus_of_the_Tabernacle", Magus_of_the_Tabernacle); commands.put("Magus_of_the_Tabernacle", Magus_of_the_Tabernacle);
commands.put("Mobilization", Mobilization); //commands.put("Mobilization", Mobilization);
commands.put("Serras_Blessing", Serras_Blessing); commands.put("Serras_Blessing", Serras_Blessing);
commands.put("Cover_of_Darkness", Cover_of_Darkness); commands.put("Cover_of_Darkness", Cover_of_Darkness);
commands.put("Steely_Resolve", Steely_Resolve); commands.put("Steely_Resolve", Steely_Resolve);

View File

@@ -183,7 +183,7 @@ public class StaticEffects
cardToEffectsList.put("Absolute Grace", new String[] {"Absolute_Grace"}); cardToEffectsList.put("Absolute Grace", new String[] {"Absolute_Grace"});
cardToEffectsList.put("The Tabernacle at Pendrell Vale", new String[] {"Tabernacle"}); cardToEffectsList.put("The Tabernacle at Pendrell Vale", new String[] {"Tabernacle"});
cardToEffectsList.put("Magus of the Tabernacle", new String[] {"Magus_of_the_Tabernacle"}); cardToEffectsList.put("Magus of the Tabernacle", new String[] {"Magus_of_the_Tabernacle"});
cardToEffectsList.put("Mobilization", new String[] {"Mobilization"}); //cardToEffectsList.put("Mobilization", new String[] {"Mobilization"});
cardToEffectsList.put("Goblin Assault", new String[] {"Goblin_Assault"}); cardToEffectsList.put("Goblin Assault", new String[] {"Goblin_Assault"});
cardToEffectsList.put("Serra's Blessing", new String[] {"Serras_Blessing"}); cardToEffectsList.put("Serra's Blessing", new String[] {"Serras_Blessing"});
cardToEffectsList.put("Cover of Darkness", new String[] {"Cover_of_Darkness"}); cardToEffectsList.put("Cover of Darkness", new String[] {"Cover_of_Darkness"});