diff --git a/.gitattributes b/.gitattributes index 2fed676bec1..dd44115c009 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8504,6 +8504,7 @@ res/quest/decks/Tarzan[!!-~]1.dck -text res/quest/decks/Tarzan[!!-~]2.dck -text res/quest/decks/Terminator[!!-~]3.dck -text res/quest/decks/The[!!-~]Great[!!-~]Gazoo[!!-~]3.dck -text +res/quest/decks/Tom[!!-~]Bombadil[!!-~]3.dck -text res/quest/decks/Totoro[!!-~]2.dck -text res/quest/decks/Treebeard[!!-~]1.dck -text res/quest/decks/Treebeard[!!-~]2.dck -text diff --git a/res/quest/decks/Tom Bombadil 3.dck b/res/quest/decks/Tom Bombadil 3.dck new file mode 100644 index 00000000000..f80935d5a45 --- /dev/null +++ b/res/quest/decks/Tom Bombadil 3.dck @@ -0,0 +1,23 @@ +Tom Bombadil 3 +[general] +constructed +[main] +1 Explore|WWK +1 Harrow|ZEN +1 Overwhelming Stampede|M11 +3 Garruk Wildspeaker|M11 +4 Cultivate|M11 +2 Khalni Hydra|ROE +2 Lead the Stampede|MBS +4 Call of the Herd|TSB +4 Garruk's Packleader|M11 +2 Leatherback Baloth|WWK +1 Praetor's Counsel|MBS +2 Vengevine|ROE +1 Overrun|M10 +2 Obstinate Baloth|M11 +4 Garruk's Companion|M11 +20 Forest|MBS +2 Thrun, the Last Troll|MBS +4 Verdant Catacombs|ZEN +[sideboard] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 99bf9845303..9cfd8788088 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -92,6 +92,7 @@ Spiderman 3 Storm 3 Terminator 3 The Great Gazoo 3 +Tom Bombadil 3 Treebeard 3 Uncle Owen 3 Wally 3 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index addf81d3919..5ce57e03d98 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -331,6 +331,7 @@ public class QuestBattle extends QuestSelectablePanel { // addToDeckList("Thor 3", "hard", "WR Constructed deck"); // addToDeckList("Thugs 2", "medium", "WG Elves deck"); // addToDeckList("Thugs 3", "hard", "WG Strength in Numbers deck"); + addToDeckList("Tom Bombadil 3", "hard", "Mono G deck with Garruk's Packleader, Garruk Wildspeaker and Garruk's Companion"); addToDeckList("Totoro 2", "medium", "UBG deck with spirits and arcane spells"); addToDeckList("Treebeard 1", "easy", "G Treefolk deck with Bosk Banneret, Dauntless Dourbark and Leaf-Crowned Elder"); addToDeckList("Treebeard 2", "medium", "WBG Treefolk deck with Bosk Banneret, Dauntless Dourbark, Timber Protector, Leaf-Crowned Elder and Doran");