convert Crowd of Cinders, Dakkon Blackblade, and Drove of Elves to stSetPT.

This commit is contained in:
jendave
2011-08-06 13:10:06 +00:00
parent 5baf361904
commit 7883e1f69f
5 changed files with 22 additions and 17 deletions

View File

@@ -1,9 +1,11 @@
Name:Crowd of Cinders
ManaCost:3 B
Types:Creature Elemental
Text:Crowd of Cinders's power and toughness are each equal to the number of black permanents you control.
PT:1/1
Text:no text
PT:*/*
K:Fear
K:stSetPT:Count$Valid Permanent.Black+YouCtrl:Count$Valid Permanent.Black+YouCtrl:Crowd of Cinders's power and toughness are each equal to the number of black permanents you control.
SVar:BuffedBy:Permanent.Black
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/crowd_of_cinders.jpg
SetInfo:SHM|Uncommon|http://magiccards.info/scans/en/shm/63.jpg

View File

@@ -1,8 +1,9 @@
Name:Dakkon Blackblade
ManaCost:2 B U U W
Types:Legendary Creature Human Warrior
Text:Dakkon Blackblade's power and toughness are each equal to the number of lands you control.
PT:1/1
Text:no text
PT:*/*
K:stSetPT:Count$NumTypeYouCtrl.Land:Count$NumTypeYouCtrl.Land:Dakkon Blackblade's power and toughness are each equal to the number of lands you control.
SVar:BuffedBy:Land
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/dakkon_blackblade.jpg

View File

@@ -1,9 +1,10 @@
Name:Drove of Elves
ManaCost:3 G
Types:Creature Elf
Text:Drove of Elves's power and toughness are each equal to the number of green permanents you control.
PT:1/1
Text:no text
PT:*/*
K:CARDNAME can't be the target of spells or abilities your opponents control.
K:stSetPT:Count$Valid Permanent.Green+YouCtrl:Count$Valid Permanent.Green+YouCtrl:Drove of Elves's power and toughness are each equal to the number of green permanents you control.
SVar:BuffedBy:Permanent.Green
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/drove_of_elves.jpg

View File

@@ -13737,9 +13737,7 @@ public class GameActionUtil {
}
}
};
/*
public static Command Dakkon_Blackblade = new Command() {
private static final long serialVersionUID = 6863244333398587274L;
@@ -13762,6 +13760,7 @@ public class GameActionUtil {
return lands.size();
}
};
*/
public static Command Korlash_Heir_to_Blackblade = new Command() {
private static final long serialVersionUID = 1791221644995716398L;
@@ -14767,7 +14766,7 @@ public class GameActionUtil {
}// execute()
};
/*
public static Command Crowd_of_Cinders = new Command() {
private static final long serialVersionUID = 6686690505949642328L;
@@ -14785,6 +14784,7 @@ public class GameActionUtil {
}// execute()
}; // Crowd of Cinders
*/
public static Command Faerie_Swarm = new Command() {
private static final long serialVersionUID = 6686690505949642328L;
@@ -14807,6 +14807,7 @@ public class GameActionUtil {
}
}; // Faerie Swarm
/*
public static Command Drove_of_Elves = new Command() {
private static final long serialVersionUID = 6686690505949642328L;
@@ -14823,7 +14824,7 @@ public class GameActionUtil {
}// execute()
}; // Drove of Elves
*/
public static Command Multani_Maro_Sorcerer = new Command() {
private static final long serialVersionUID = -8778902687347191964L;
@@ -16398,11 +16399,11 @@ public class GameActionUtil {
//commands.put("Cognivore", Cognivore);
commands.put("Conspiracy", Conspiracy);
commands.put("Covetous_Dragon", Covetous_Dragon);
commands.put("Crowd_of_Cinders", Crowd_of_Cinders);
//commands.put("Crowd_of_Cinders", Crowd_of_Cinders);
commands.put("Dakkon_Blackblade", Dakkon_Blackblade);
//commands.put("Dakkon_Blackblade", Dakkon_Blackblade);
commands.put("Dauntless_Dourbark", Dauntless_Dourbark);
commands.put("Drove_of_Elves", Drove_of_Elves);
//commands.put("Drove_of_Elves", Drove_of_Elves);
//commands.put("Eldrazi_Monument", Eldrazi_Monument);
commands.put("Elspeth_Emblem", Elspeth_Emblem);

View File

@@ -40,11 +40,11 @@ public class StaticEffects
//cardToEffectsList.put("Cognivore", new String[] {"Cognivore"});
cardToEffectsList.put("Conspiracy", new String[] {"Conspiracy"});
cardToEffectsList.put("Covetous Dragon", new String[] {"Covetous_Dragon"});
cardToEffectsList.put("Crowd of Cinders", new String[] {"Crowd_of_Cinders"});
//cardToEffectsList.put("Crowd of Cinders", new String[] {"Crowd_of_Cinders"});
cardToEffectsList.put("Dakkon Blackblade", new String[] {"Dakkon_Blackblade"});
//cardToEffectsList.put("Dakkon Blackblade", new String[] {"Dakkon_Blackblade"});
cardToEffectsList.put("Dauntless Dourbark", new String[] {"Dauntless_Dourbark"});
cardToEffectsList.put("Drove of Elves", new String[] {"Drove_of_Elves"});
//cardToEffectsList.put("Drove of Elves", new String[] {"Drove_of_Elves"});
//cardToEffectsList.put("Eldrazi Monument", new String[] {"Eldrazi_Monument"});
cardToEffectsList.put("Emperor Crocodile", new String[] {"Emperor_Crocodile"});