convert Bloodghast to stPumpSelf

This commit is contained in:
jendave
2011-08-06 13:14:50 +00:00
parent 76e9d7fcf8
commit 4a9f6b7043
3 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
Name:Bloodghast
ManaCost:B B
Types:Creature Vampire Spirit
Text:Bloodghast has haste as long as an opponent has 10 or less life.\r\nLandfall - Whenever a land enters the battlefield under your control, you may return Bloodghast from your graveyard to the battlefield.
Text:Landfall - Whenever a land enters the battlefield under your control, you may return Bloodghast from your graveyard to the battlefield.
PT:2/1
K:CARDNAME can't block.
K:Landfall
K:stPumpSelf:Creature:0/0/Haste:OppLifeLE/10:CARDNAME has haste as long as an opponent has 10 or less life.
SVar:SacMe:2
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodghast.jpg

View File

@@ -13864,7 +13864,7 @@ public class GameActionUtil {
}
};
*/
/*
public static Command Bloodghast = new Command() {
private static final long serialVersionUID = -4252257530318024113L;
@@ -13884,6 +13884,7 @@ public class GameActionUtil {
return opp.getLife() <= 10;
}
};
*/
/*
public static Command Gaeas_Avenger = new Command() {
private static final long serialVersionUID = 1987511098173387864L;
@@ -16234,7 +16235,7 @@ public class GameActionUtil {
//commands.put("Aven_Trailblazer", Aven_Trailblazer);
commands.put("Beastbreaker_of_Bala_Ged", Beastbreaker_of_Bala_Ged);
commands.put("Bloodghast", Bloodghast);
//commands.put("Bloodghast", Bloodghast);
commands.put("Broodwarden", Broodwarden);
//commands.put("Cantivore", Cantivore);

View File

@@ -28,7 +28,7 @@ public class StaticEffects
//cardToEffectsList.put("Aven Trailblazer", new String[] {"Aven_Trailblazer"});
cardToEffectsList.put("Beastbreaker of Bala Ged", new String[] {"Beastbreaker_of_Bala_Ged"});
cardToEffectsList.put("Bloodghast", new String[] {"Bloodghast"});
//cardToEffectsList.put("Bloodghast", new String[] {"Bloodghast"});
//cardToEffectsList.put("Broodstar", new String[] {"Master_of_Etherium"});
cardToEffectsList.put("Broodwarden", new String[] {"Broodwarden"});