convert Multani, Maro Sorcerer to stSetPT keyword

This commit is contained in:
jendave
2011-08-06 13:14:13 +00:00
parent 1513cfb73a
commit 09d082d170
3 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
Name:Multani, Maro-Sorcerer
ManaCost:4 G G
Types:Legendary Creature Elemental
Text:Multani, Maro-Sorcerer's power and toughness are each equal to the total number of cards in all players' hands.
PT:1/1
Text:no text
PT:*/*
K:Shroud
K:stSetPT:Count$NumInAllHands:Count$NumInAllHands:CARDNAME's power and toughness are each equal to the total number of cards in all players' hands.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/multani_maro_sorcerer.jpg
SetInfo:ULG|Rare|http://magiccards.info/scans/en/ul/107.jpg

View File

@@ -14658,7 +14658,7 @@ public class GameActionUtil {
}// execute()
}; // Drove of Elves
*/
/*
public static Command Multani_Maro_Sorcerer = new Command() {
private static final long serialVersionUID = -8778902687347191964L;
@@ -14684,6 +14684,7 @@ public class GameActionUtil {
}
}; //Multani, Maro-Sorcerer
*/
/*
public static Command Molimo_Maro_Sorcerer = new Command() {
private static final long serialVersionUID = -8778902687347191964L;
@@ -16288,7 +16289,7 @@ public class GameActionUtil {
//commands.put("Molimo_Maro_Sorcerer", Molimo_Maro_Sorcerer);
commands.put("Mortivore", Mortivore);
commands.put("Mul_Daya_Channelers", Mul_Daya_Channelers);
commands.put("Multani_Maro_Sorcerer", Multani_Maro_Sorcerer);
//commands.put("Multani_Maro_Sorcerer", Multani_Maro_Sorcerer);
commands.put("Muraganda_Petroglyphs", Muraganda_Petroglyphs);
//commands.put("Nightmare", Nightmare);

View File

@@ -92,7 +92,7 @@ public class StaticEffects
//cardToEffectsList.put("Molimo, Maro-Sorcerer", new String[] {"Molimo_Maro_Sorcerer"});
cardToEffectsList.put("Mortivore", new String[] {"Mortivore"});
cardToEffectsList.put("Mul Daya Channelers", new String[] {"Mul_Daya_Channelers"});
cardToEffectsList.put("Multani, Maro-Sorcerer", new String[] {"Multani_Maro_Sorcerer"});
//cardToEffectsList.put("Multani, Maro-Sorcerer", new String[] {"Multani_Maro_Sorcerer"});
cardToEffectsList.put("Muraganda Petroglyphs", new String[] {"Muraganda_Petroglyphs"});
//cardToEffectsList.put("Nightmare", new String[] {"Nightmare"});