mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Bloodghast to stPumpSelf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user