From c7411a84f299563c4fd9dd1df2b3651ce99f0c83 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 13:19:23 +0000 Subject: [PATCH] convert Korlash, Heor to Blackblade to stSetPT keyword. --- res/cardsfolder/korlash_heir_to_blackblade.txt | 5 +++-- res/cardsfolder/nightmare.txt | 3 +-- src/forge/GameActionUtil.java | 6 +++--- src/forge/StaticEffects.java | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/res/cardsfolder/korlash_heir_to_blackblade.txt b/res/cardsfolder/korlash_heir_to_blackblade.txt index bd6010d4d30..4b76adc90fc 100644 --- a/res/cardsfolder/korlash_heir_to_blackblade.txt +++ b/res/cardsfolder/korlash_heir_to_blackblade.txt @@ -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 diff --git a/res/cardsfolder/nightmare.txt b/res/cardsfolder/nightmare.txt index f6028adda41..19fd54b23ea 100644 --- a/res/cardsfolder/nightmare.txt +++ b/res/cardsfolder/nightmare.txt @@ -4,8 +4,7 @@ Types:Creature Nightmare Text:no text PT:*/* K:Flying -#:stSetPT:::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 diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 36234ff0a16..6f6601e6af5 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -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); diff --git a/src/forge/StaticEffects.java b/src/forge/StaticEffects.java index c02bfabcb98..f8448fc7313 100644 --- a/src/forge/StaticEffects.java +++ b/src/forge/StaticEffects.java @@ -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"});