mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Lord of Extinction to stSetPT
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Name:Lord of Extinction
|
||||
ManaCost:3 B G
|
||||
Types:Creature Elemental
|
||||
Text:Lord of Extinction's power and toughness are each equal to the number of cards in all graveyards.
|
||||
PT:1/1
|
||||
Text:no text
|
||||
PT:*/*
|
||||
K:stSetPT:Count$InAllYards:Count$InAllYards:CARDNAME's power and toughness are each equal to the number of cards in all graveyards.
|
||||
SVar:Rarity:Mythic
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lord_of_extinction.jpg
|
||||
SetInfo:ARB|Mythic|http://magiccards.info/scans/en/arb/91.jpg
|
||||
|
||||
@@ -14900,7 +14900,7 @@ public class GameActionUtil {
|
||||
|
||||
}; //Nyxathid
|
||||
|
||||
|
||||
/*
|
||||
public static Command Lord_of_Extinction = new Command() {
|
||||
private static final long serialVersionUID = -8778900687347191964L;
|
||||
|
||||
@@ -14916,7 +14916,7 @@ public class GameActionUtil {
|
||||
}
|
||||
}
|
||||
}; //Lord of Extinction
|
||||
|
||||
*/
|
||||
/*
|
||||
public static Command Terravore = new Command() {
|
||||
private static final long serialVersionUID = -7848248012651247059L;
|
||||
@@ -15996,7 +15996,7 @@ public class GameActionUtil {
|
||||
commands.put("Lhurgoyf", Lhurgoyf);
|
||||
commands.put("Lighthouse_Chronologist", Lighthouse_Chronologist);
|
||||
commands.put("Liu_Bei", Liu_Bei);
|
||||
commands.put("Lord_of_Extinction", Lord_of_Extinction);
|
||||
//commands.put("Lord_of_Extinction", Lord_of_Extinction);
|
||||
commands.put("Loxodon_Punisher", Loxodon_Punisher);
|
||||
|
||||
//commands.put("Magnivore", Magnivore);
|
||||
|
||||
@@ -72,7 +72,7 @@ public class StaticEffects
|
||||
cardToEffectsList.put("Lhurgoyf", new String[] {"Lhurgoyf"});
|
||||
cardToEffectsList.put("Lighthouse Chronologist", new String[] {"Lighthouse_Chronologist"});
|
||||
cardToEffectsList.put("Liu Bei, Lord of Shu", new String[] {"Liu_Bei"});
|
||||
cardToEffectsList.put("Lord of Extinction", new String[] {"Lord_of_Extinction"});
|
||||
//cardToEffectsList.put("Lord of Extinction", new String[] {"Lord_of_Extinction"});
|
||||
cardToEffectsList.put("Loxodon Punisher", new String[] {"Loxodon_Punisher"});
|
||||
|
||||
//cardToEffectsList.put("Magnivore", new String[] {"Magnivore"});
|
||||
|
||||
Reference in New Issue
Block a user