convert Dauntless Dourbark to stSetPT and stPumpSelf keywords.

This commit is contained in:
jendave
2011-08-06 13:11:54 +00:00
parent 7327c51178
commit e3cbde97d6
3 changed files with 10 additions and 6 deletions

View File

@@ -1,8 +1,12 @@
Name:Dauntless Dourbark Name:Dauntless Dourbark
ManaCost:3 G ManaCost:3 G
Types:Creature Treefolk Warrior Types:Creature Treefolk Warrior
Text:Dauntless Dourbark's power and toughness are each equal to the number of Forests you control plus the number of Treefolk you control.\r\nDauntless Dourbark has trample as long as you control another Treefolk. Text:no text
PT:1/1 PT:*/*
K:stSetPT:Count$Valid Forest.YouCtrl,Treefolk.YouCtrl:Count$Valid Forest.YouCtrl,Treefolk.YouCtrl:Dauntless Dourbark's power and toughness are each equal to the number of Forests you control plus the number of Treefolk you control.
K:stPumpSelf:Creature:0/0/Trample:isPresent Permanent.Treefolk+YouCtrl+Other:CARDNAME has trample as long as you control another Treefolk.
SVar:BuffedBy:Forest
SVar:BuffedBy:Treefolk
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/dauntless_dourbark.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/dauntless_dourbark.jpg
SetInfo:LRW|Rare|http://magiccards.info/scans/en/lw/203.jpg SetInfo:LRW|Rare|http://magiccards.info/scans/en/lw/203.jpg

View File

@@ -13825,7 +13825,7 @@ public class GameActionUtil {
}// execute() }// execute()
}; // Vampire Nocturnus }; // Vampire Nocturnus
/*
public static Command Dauntless_Dourbark = new Command() { public static Command Dauntless_Dourbark = new Command() {
private static final long serialVersionUID = -8843070116088984774L; private static final long serialVersionUID = -8843070116088984774L;
@@ -13886,7 +13886,7 @@ public class GameActionUtil {
return list.size(); return list.size();
} }
}; };
*/
public static Command Guul_Draz_Vampire = new Command() { public static Command Guul_Draz_Vampire = new Command() {
private static final long serialVersionUID = -4252257530318024113L; private static final long serialVersionUID = -4252257530318024113L;
@@ -16317,7 +16317,7 @@ public class GameActionUtil {
//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("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("Eldrazi_Monument", Eldrazi_Monument);

View File

@@ -42,7 +42,7 @@ public class StaticEffects
//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("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("Eldrazi Monument", new String[] {"Eldrazi_Monument"});