mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Mobilization to abMakeToken and stPumpAll keywords
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
Name:Mobilization
|
||||
ManaCost:2 W
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/mobilization.jpg
|
||||
End
|
||||
|
||||
@@ -6175,7 +6175,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(ability);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Mobilization")) {
|
||||
final SpellAbility ability = new Ability(card, "2 W") {
|
||||
@@ -6190,7 +6190,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(ability);
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Centaur Glade")) {
|
||||
|
||||
@@ -11818,13 +11818,15 @@ public class GameActionUtil {
|
||||
}// execute()
|
||||
}; //Goblin Assault
|
||||
|
||||
|
||||
/*
|
||||
public static Command Mobilization = new Command() {
|
||||
|
||||
private static final long serialVersionUID = 2005579284163773044L;
|
||||
|
||||
CardList gloriousAnthemList = new CardList();
|
||||
|
||||
public void execute() {
|
||||
/*
|
||||
String keyword = "Vigilance";
|
||||
|
||||
CardList list = gloriousAnthemList;
|
||||
@@ -11852,8 +11854,11 @@ public class GameActionUtil {
|
||||
}
|
||||
}// for inner
|
||||
}// for outer
|
||||
|
||||
}// execute()
|
||||
|
||||
}; //mobilization
|
||||
*/
|
||||
|
||||
public static Command That_Which_Was_Taken = new Command() {
|
||||
private static final long serialVersionUID = -4142514935709694293L;
|
||||
@@ -20553,7 +20558,7 @@ public class GameActionUtil {
|
||||
commands.put("Absolute_Grace", Absolute_Grace);
|
||||
commands.put("Tabernacle", 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("Cover_of_Darkness", Cover_of_Darkness);
|
||||
commands.put("Steely_Resolve", Steely_Resolve);
|
||||
|
||||
@@ -183,7 +183,7 @@ public class StaticEffects
|
||||
cardToEffectsList.put("Absolute Grace", new String[] {"Absolute_Grace"});
|
||||
cardToEffectsList.put("The Tabernacle at Pendrell Vale", new String[] {"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("Serra's Blessing", new String[] {"Serras_Blessing"});
|
||||
cardToEffectsList.put("Cover of Darkness", new String[] {"Cover_of_Darkness"});
|
||||
|
||||
Reference in New Issue
Block a user