mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Korlash, Heor to Blackblade to stSetPT keyword.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Name:Korlash, Heir to Blackblade
|
||||
ManaCost:2 B B
|
||||
Types:Legendary Creature Zombie Warrior
|
||||
Text:Korlash, Heir to Blackblade's power and toughness are each equal to the number of Swamps you control.
|
||||
PT:1/1
|
||||
Text:no text
|
||||
PT:*/*
|
||||
K:stSetPT:Count$TypeYouCtrl.Swamp:Count$TypeYouCtrl.Swamp:CARDNAME's power and toughness are each equal to the number of Swamps you control.
|
||||
A:AB$Regenerate | Cost$ 1 B | SpellDescription$ Regenerate CARDNAME.
|
||||
SVar:BuffedBy:Swamp
|
||||
SVar:Rarity:Rare
|
||||
|
||||
@@ -4,8 +4,7 @@ Types:Creature Nightmare
|
||||
Text:no text
|
||||
PT:*/*
|
||||
K:Flying
|
||||
#:stSetPT:<attack>:<defense>:condition:altPower:altToughness
|
||||
K:stSetPT:Count$TypeYouCtrl.Swamp:Count$TypeYouCtrl.Swamp:Nightmare's power and toughness are each equal to the number of Swamps you control.
|
||||
K:stSetPT:Count$TypeYouCtrl.Swamp:Count$TypeYouCtrl.Swamp:CARDNAME's power and toughness are each equal to the number of Swamps you control.
|
||||
SVar:BuffedBy:Swamp
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card83186.jpg
|
||||
|
||||
@@ -13600,7 +13600,7 @@ public class GameActionUtil {
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
||||
/*
|
||||
public static Command Korlash_Heir_to_Blackblade = new Command() {
|
||||
private static final long serialVersionUID = 1791221644995716398L;
|
||||
|
||||
@@ -13619,7 +13619,7 @@ public class GameActionUtil {
|
||||
return swamps.size();
|
||||
}
|
||||
};
|
||||
|
||||
*/
|
||||
/*
|
||||
public static Command Dauntless_Dourbark = new Command() {
|
||||
|
||||
@@ -15983,7 +15983,7 @@ public class GameActionUtil {
|
||||
//commands.put("Keldon_Warlord", Keldon_Warlord);
|
||||
commands.put("Kithkin_Rabble", Kithkin_Rabble);
|
||||
commands.put("Knight_of_Cliffhaven", Knight_of_Cliffhaven);
|
||||
commands.put("Korlash_Heir_to_Blackblade", Korlash_Heir_to_Blackblade);
|
||||
//commands.put("Korlash_Heir_to_Blackblade", Korlash_Heir_to_Blackblade);
|
||||
commands.put("Koth_Emblem", Koth_Emblem);
|
||||
|
||||
commands.put("Leyline_of_Singularity", Leyline_of_Singularity);
|
||||
|
||||
@@ -66,7 +66,7 @@ public class StaticEffects
|
||||
//cardToEffectsList.put("Keldon Warlord", new String[] {"Keldon_Warlord"});
|
||||
cardToEffectsList.put("Kithkin Rabble", new String[] {"Kithkin_Rabble"});
|
||||
cardToEffectsList.put("Knight of Cliffhaven", new String[] {"Knight_of_Cliffhaven"});
|
||||
cardToEffectsList.put("Korlash, Heir to Blackblade", new String[] {"Korlash_Heir_to_Blackblade"});
|
||||
//cardToEffectsList.put("Korlash, Heir to Blackblade", new String[] {"Korlash_Heir_to_Blackblade"});
|
||||
|
||||
cardToEffectsList.put("Leyline of Singularity", new String[] {"Leyline_of_Singularity"});
|
||||
cardToEffectsList.put("Lhurgoyf", new String[] {"Lhurgoyf"});
|
||||
|
||||
Reference in New Issue
Block a user