mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Multani, Maro Sorcerer to stSetPT keyword
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
Name:Multani, Maro-Sorcerer
|
Name:Multani, Maro-Sorcerer
|
||||||
ManaCost:4 G G
|
ManaCost:4 G G
|
||||||
Types:Legendary Creature Elemental
|
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.
|
Text:no text
|
||||||
PT:1/1
|
PT:*/*
|
||||||
K:Shroud
|
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:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/multani_maro_sorcerer.jpg
|
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
|
SetInfo:ULG|Rare|http://magiccards.info/scans/en/ul/107.jpg
|
||||||
|
|||||||
@@ -14658,7 +14658,7 @@ public class GameActionUtil {
|
|||||||
}// execute()
|
}// execute()
|
||||||
}; // Drove of Elves
|
}; // Drove of Elves
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
public static Command Multani_Maro_Sorcerer = new Command() {
|
public static Command Multani_Maro_Sorcerer = new Command() {
|
||||||
private static final long serialVersionUID = -8778902687347191964L;
|
private static final long serialVersionUID = -8778902687347191964L;
|
||||||
|
|
||||||
@@ -14684,6 +14684,7 @@ public class GameActionUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}; //Multani, Maro-Sorcerer
|
}; //Multani, Maro-Sorcerer
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
public static Command Molimo_Maro_Sorcerer = new Command() {
|
public static Command Molimo_Maro_Sorcerer = new Command() {
|
||||||
private static final long serialVersionUID = -8778902687347191964L;
|
private static final long serialVersionUID = -8778902687347191964L;
|
||||||
@@ -16288,7 +16289,7 @@ public class GameActionUtil {
|
|||||||
//commands.put("Molimo_Maro_Sorcerer", Molimo_Maro_Sorcerer);
|
//commands.put("Molimo_Maro_Sorcerer", Molimo_Maro_Sorcerer);
|
||||||
commands.put("Mortivore", Mortivore);
|
commands.put("Mortivore", Mortivore);
|
||||||
commands.put("Mul_Daya_Channelers", Mul_Daya_Channelers);
|
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("Muraganda_Petroglyphs", Muraganda_Petroglyphs);
|
||||||
|
|
||||||
//commands.put("Nightmare", Nightmare);
|
//commands.put("Nightmare", Nightmare);
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ public class StaticEffects
|
|||||||
//cardToEffectsList.put("Molimo, Maro-Sorcerer", new String[] {"Molimo_Maro_Sorcerer"});
|
//cardToEffectsList.put("Molimo, Maro-Sorcerer", new String[] {"Molimo_Maro_Sorcerer"});
|
||||||
cardToEffectsList.put("Mortivore", new String[] {"Mortivore"});
|
cardToEffectsList.put("Mortivore", new String[] {"Mortivore"});
|
||||||
cardToEffectsList.put("Mul Daya Channelers", new String[] {"Mul_Daya_Channelers"});
|
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("Muraganda Petroglyphs", new String[] {"Muraganda_Petroglyphs"});
|
||||||
|
|
||||||
//cardToEffectsList.put("Nightmare", new String[] {"Nightmare"});
|
//cardToEffectsList.put("Nightmare", new String[] {"Nightmare"});
|
||||||
|
|||||||
Reference in New Issue
Block a user