diff --git a/.gitattributes b/.gitattributes index 288f9811f99..9b927110b94 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8033,6 +8033,7 @@ res/quest/decks/James[!!-~]T[!!-~]Kirk[!!-~]3.dck -text res/quest/decks/Joe[!!-~]Kidd[!!-~]1.dck -text res/quest/decks/Joe[!!-~]Kidd[!!-~]2.dck -text res/quest/decks/Joe[!!-~]Kidd[!!-~]3.dck -text +res/quest/decks/Kang[!!-~]3.dck -text res/quest/decks/King[!!-~]Arthur[!!-~]1.dck -text res/quest/decks/King[!!-~]Arthur[!!-~]2.dck -text res/quest/decks/King[!!-~]Arthur[!!-~]3.dck -text diff --git a/res/quest/decks/Kang 3.dck b/res/quest/decks/Kang 3.dck new file mode 100644 index 00000000000..af9304131e2 --- /dev/null +++ b/res/quest/decks/Kang 3.dck @@ -0,0 +1,20 @@ +Kang 3 +[general] +constructed +[main] +4 Benthic Djinn +2 Ghastlord of Fugue +4 Glen Elendra Liege +4 Inkfathom Infiltrator +4 Shadowmage Infiltrator +4 Tidehollow Strix +4 Wasp Lancer +2 Dire Undercurrents +4 Recoil +4 Undermine +4 Creeping Tar Pit +4 Darkslick Shores +4 Drowned Catacomb +6 Island +6 Swamp +[sideboard] \ No newline at end of file diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 2040eefcacc..3c77a58ad1e 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -49,6 +49,7 @@ Jack Sparrow 3 James Bond 3 James T Kirk 3 Joe Kidd 3 +Kang 3 King Arthur 3 King Edward 3 King Kong 3 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 8112a25789a..66e311b8637 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -196,7 +196,7 @@ public class QuestBattle extends QuestSelectablePanel { // addToDeckList("Jon Stewart 3", "hard", "WG Extended deck"); // addToDeckList("Kang 2", "medium", "UB Singleton deck"); -// addToDeckList("Kang 3", "hard", "BR Extended deck"); + addToDeckList("Kang 3", "hard", "UB deck with Glen Elendra Liege and Dire Undercurrents"); addToDeckList("King Arthur 1", "easy", "WG Knight deck with Wilt-Leaf Cavaliers, Knight of the Skyward Eye and Leonin Skyhunter"); addToDeckList("King Arthur 2", "medium", "WG Knight deck with Wilt-Leaf Cavaliers and Knights with flanking"); addToDeckList("King Arthur 3", "hard", "WG Knight deck with Sir Shandlar of Eberyn and Knights with first strike");