diff --git a/res/cardsfolder/dauntless_dourbark.txt b/res/cardsfolder/dauntless_dourbark.txt index 0d0558474d3..718d33d9a34 100644 --- a/res/cardsfolder/dauntless_dourbark.txt +++ b/res/cardsfolder/dauntless_dourbark.txt @@ -1,8 +1,12 @@ Name:Dauntless Dourbark ManaCost:3 G 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. -PT:1/1 +Text:no text +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:Picture:http://www.wizards.com/global/images/magic/general/dauntless_dourbark.jpg SetInfo:LRW|Rare|http://magiccards.info/scans/en/lw/203.jpg diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 03bcb108e1f..26acb2b4e8f 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -13825,7 +13825,7 @@ public class GameActionUtil { }// execute() }; // Vampire Nocturnus - + /* public static Command Dauntless_Dourbark = new Command() { private static final long serialVersionUID = -8843070116088984774L; @@ -13886,7 +13886,7 @@ public class GameActionUtil { return list.size(); } }; - + */ public static Command Guul_Draz_Vampire = new Command() { private static final long serialVersionUID = -4252257530318024113L; @@ -16317,7 +16317,7 @@ public class GameActionUtil { //commands.put("Crowd_of_Cinders", Crowd_of_Cinders); //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("Eldrazi_Monument", Eldrazi_Monument); diff --git a/src/forge/StaticEffects.java b/src/forge/StaticEffects.java index f21d2be33f4..5e0d3fc71df 100644 --- a/src/forge/StaticEffects.java +++ b/src/forge/StaticEffects.java @@ -42,7 +42,7 @@ public class StaticEffects //cardToEffectsList.put("Crowd of Cinders", new String[] {"Crowd_of_Cinders"}); //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("Eldrazi Monument", new String[] {"Eldrazi_Monument"});