mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Gaea's Avenger to stSetPT
This commit is contained in:
@@ -2,7 +2,8 @@ Name:Gaea's Avenger
|
|||||||
ManaCost:1 G G
|
ManaCost:1 G G
|
||||||
Types:Creature Treefolk
|
Types:Creature Treefolk
|
||||||
Text:Gaea's Avenger's power and toughness are each equal to 1 plus the number of artifacts your opponents control.
|
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:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gaeas_avenger.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/gaeas_avenger.jpg
|
||||||
SetInfo:ATQ|Rare|http://magiccards.info/scans/en/aq/63.jpg
|
SetInfo:ATQ|Rare|http://magiccards.info/scans/en/aq/63.jpg
|
||||||
|
|||||||
@@ -13915,7 +13915,7 @@ public class GameActionUtil {
|
|||||||
return opp.getLife() <= 10;
|
return opp.getLife() <= 10;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
public static Command Gaeas_Avenger = new Command() {
|
public static Command Gaeas_Avenger = new Command() {
|
||||||
private static final long serialVersionUID = 1987511098173387864L;
|
private static final long serialVersionUID = 1987511098173387864L;
|
||||||
|
|
||||||
@@ -13937,7 +13937,7 @@ public class GameActionUtil {
|
|||||||
return artifacts.size();
|
return artifacts.size();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
public static Command People_of_the_Woods = new Command() {
|
public static Command People_of_the_Woods = new Command() {
|
||||||
private static final long serialVersionUID = 1987554325573387864L;
|
private static final long serialVersionUID = 1987554325573387864L;
|
||||||
@@ -16283,7 +16283,7 @@ public class GameActionUtil {
|
|||||||
//commands.put("Faerie_Swarm", Faerie_Swarm);
|
//commands.put("Faerie_Swarm", Faerie_Swarm);
|
||||||
|
|
||||||
commands.put("Gaddock_Teeg", Gaddock_Teeg);
|
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("Gemhide_Sliver", Gemhide_Sliver);
|
||||||
commands.put("Goblin_Assault", Goblin_Assault);
|
commands.put("Goblin_Assault", Goblin_Assault);
|
||||||
commands.put("Goblin_Gaveleer", Goblin_Gaveleer);
|
commands.put("Goblin_Gaveleer", Goblin_Gaveleer);
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ public class StaticEffects
|
|||||||
//cardToEffectsList.put("Faerie Swarm", new String[] {"Faerie_Swarm"});
|
//cardToEffectsList.put("Faerie Swarm", new String[] {"Faerie_Swarm"});
|
||||||
|
|
||||||
cardToEffectsList.put("Gaddock Teeg", new String[] {"Gaddock_Teeg"});
|
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("Gemhide Sliver", new String[] {"Gemhide_Sliver"});
|
||||||
cardToEffectsList.put("Goblin Assault", new String[] {"Goblin_Assault"});
|
cardToEffectsList.put("Goblin Assault", new String[] {"Goblin_Assault"});
|
||||||
cardToEffectsList.put("Goblin Gaveleer", new String[] {"Goblin_Gaveleer"});
|
cardToEffectsList.put("Goblin Gaveleer", new String[] {"Goblin_Gaveleer"});
|
||||||
|
|||||||
Reference in New Issue
Block a user