mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Beastbreaker of Bala Ged to stSetPT and stPumpSelf keywords. Also, fixed MaxLevel.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
Name:Beastbreaker of Bala Ged
|
||||
ManaCost:1 G
|
||||
Types:Creature Human Warrior
|
||||
Text:LEVEL 1-3 4/4 LEVEL 4+ 6/6 Trample
|
||||
Text:no text
|
||||
PT:2/2
|
||||
K:stSetPT:2:2:LevelGE1:4:4:LevelGE4:6:6:LEVEL 1-3 4/4 LEVEL 4+ 6/6 Trample
|
||||
K:stPumpSelf:Creature.countersGE4LEVEL:0/0/Trample:No Condition:no text
|
||||
K:Level up:2 G
|
||||
K:maxLevel:6
|
||||
K:maxLevel:4
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/beastbreaker_of_bala_ged.jpg
|
||||
SetInfo:ROE|Uncommon|http://magiccards.info/scans/en/roe/178.jpg
|
||||
|
||||
@@ -13361,7 +13361,7 @@ public class GameActionUtil {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
public static Command Beastbreaker_of_Bala_Ged = new Command() {
|
||||
private static final long serialVersionUID = -8692202913296782937L;
|
||||
|
||||
@@ -13391,7 +13391,7 @@ public class GameActionUtil {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
*/
|
||||
public static Command Hada_Spy_Patrol = new Command() {
|
||||
private static final long serialVersionUID = 2343715852240209999L;
|
||||
|
||||
@@ -15996,7 +15996,7 @@ public class GameActionUtil {
|
||||
//commands.put("Angry_Mob", Angry_Mob);
|
||||
//commands.put("Aven_Trailblazer", Aven_Trailblazer);
|
||||
|
||||
commands.put("Beastbreaker_of_Bala_Ged", Beastbreaker_of_Bala_Ged);
|
||||
//commands.put("Beastbreaker_of_Bala_Ged", Beastbreaker_of_Bala_Ged);
|
||||
//commands.put("Bloodghast", Bloodghast);
|
||||
|
||||
//commands.put("Cantivore", Cantivore);
|
||||
|
||||
@@ -26,7 +26,7 @@ public class StaticEffects
|
||||
cardToEffectsList.put("Avatar", new String[] {"Ajani_Avatar_Token"});
|
||||
//cardToEffectsList.put("Aven Trailblazer", new String[] {"Aven_Trailblazer"});
|
||||
|
||||
cardToEffectsList.put("Beastbreaker of Bala Ged", new String[] {"Beastbreaker_of_Bala_Ged"});
|
||||
//cardToEffectsList.put("Beastbreaker of Bala Ged", new String[] {"Beastbreaker_of_Bala_Ged"});
|
||||
//cardToEffectsList.put("Bloodghast", new String[] {"Bloodghast"});
|
||||
//cardToEffectsList.put("Broodstar", new String[] {"Master_of_Etherium"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user