convert Gaea's Avenger to stSetPT

This commit is contained in:
jendave
2011-08-06 13:13:57 +00:00
parent af38e8c62c
commit 03523ffd17
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,8 @@ Name:Gaea's Avenger
ManaCost:1 G G
Types:Creature Treefolk
Text:Gaea's Avenger's power and toughness are each equal to 1 plus the number of artifacts your opponents control.
PT:1/1
PT:1+*/1+*
K:stSetPT:Count$NumTypeOppCtrl.Artifact/Plus.1:Count$NumTypeOppCtrl.Artifact/Plus.1:CARDNAME's power and toughness are each equal to 1 plus the number of artifacts your opponents control.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/gaeas_avenger.jpg
SetInfo:ATQ|Rare|http://magiccards.info/scans/en/aq/63.jpg

View File

@@ -13915,7 +13915,7 @@ public class GameActionUtil {
return opp.getLife() <= 10;
}
};
/*
public static Command Gaeas_Avenger = new Command() {
private static final long serialVersionUID = 1987511098173387864L;
@@ -13937,7 +13937,7 @@ public class GameActionUtil {
return artifacts.size();
}
};
*/
/*
public static Command People_of_the_Woods = new Command() {
private static final long serialVersionUID = 1987554325573387864L;
@@ -16283,7 +16283,7 @@ public class GameActionUtil {
//commands.put("Faerie_Swarm", Faerie_Swarm);
commands.put("Gaddock_Teeg", Gaddock_Teeg);
commands.put("Gaeas_Avenger", Gaeas_Avenger);
//commands.put("Gaeas_Avenger", Gaeas_Avenger);
commands.put("Gemhide_Sliver", Gemhide_Sliver);
commands.put("Goblin_Assault", Goblin_Assault);
commands.put("Goblin_Gaveleer", Goblin_Gaveleer);

View File

@@ -51,7 +51,7 @@ public class StaticEffects
//cardToEffectsList.put("Faerie Swarm", new String[] {"Faerie_Swarm"});
cardToEffectsList.put("Gaddock Teeg", new String[] {"Gaddock_Teeg"});
cardToEffectsList.put("Gaea's Avenger", new String[] {"Gaeas_Avenger"});
//cardToEffectsList.put("Gaea's Avenger", new String[] {"Gaeas_Avenger"});
cardToEffectsList.put("Gemhide Sliver", new String[] {"Gemhide_Sliver"});
cardToEffectsList.put("Goblin Assault", new String[] {"Goblin_Assault"});
cardToEffectsList.put("Goblin Gaveleer", new String[] {"Goblin_Gaveleer"});