diff --git a/.gitattributes b/.gitattributes index 8689113a405..288f9811f99 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7968,6 +7968,8 @@ res/quest/decks/Darrin[!!-~]Stephens[!!-~]3.dck -text res/quest/decks/Darrin[!!-~]Stephens[!!-~]4.dck -text res/quest/decks/Darth[!!-~]Vader[!!-~]3.dck -text res/quest/decks/Data[!!-~]3.dck -text +res/quest/decks/Deadpool[!!-~]2.dck -text +res/quest/decks/Deadpool[!!-~]3.dck -text res/quest/decks/Dino[!!-~]2.dck -text res/quest/decks/Dino[!!-~]3.dck -text res/quest/decks/Doc[!!-~]Holiday[!!-~]1.dck -text diff --git a/res/quest/decks/Deadpool 2.dck b/res/quest/decks/Deadpool 2.dck new file mode 100644 index 00000000000..600e6dd8501 --- /dev/null +++ b/res/quest/decks/Deadpool 2.dck @@ -0,0 +1,26 @@ +Deadpool 2 +[general] +constructed +[main] +2 Vicious Kavu +2 Ashenmoor Gouger +2 Sootwalkers +2 Ashenmoor Liege +2 Blazing Specter +2 Demigod of Revenge +2 Pyre Zombie +2 Emberstrike Duo +2 Grixis Grimblade +2 Gobhobbler Rats +2 Shivan Zombie +2 Goblin Deathraiders +2 Shambling Remains +2 Fulminator Mage +2 Fists of the Demigod +2 Terminate +4 Scar +4 Blackcleave Cliffs +4 Dragonskull Summit +8 Mountain +8 Swamp +[sideboard] \ No newline at end of file diff --git a/res/quest/decks/Deadpool 3.dck b/res/quest/decks/Deadpool 3.dck new file mode 100644 index 00000000000..d80e37565aa --- /dev/null +++ b/res/quest/decks/Deadpool 3.dck @@ -0,0 +1,20 @@ +Deadpool 3 +[general] +constructed +[main] +4 Ashenmoor Gouger +4 Ashenmoor Liege +4 Demigod of Revenge +4 Emberstrike Duo +4 Grixis Grimblade +4 Jund Hackblade +4 Shambling Remains +1 Defiler of Souls +3 Fists of the Demigod +4 Terminate +4 Blackcleave Cliffs +4 Dragonskull Summit +4 Lavaclaw Reaches +6 Mountain +6 Swamp +[sideboard] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index ebc81000b0a..2040eefcacc 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -19,6 +19,7 @@ Da Vinci 3 Darrin Stephens 3 Darth Vader 3 Data 3 +Deadpool 3 Dino 3 Doc Holiday 3 Doran 3 diff --git a/res/quest/medium.txt b/res/quest/medium.txt index 43636533560..14163be2d86 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -10,6 +10,7 @@ Catwoman 2 Crocodile Dundee 2 Da Vinci 2 Darrin Stephens 2 +Deadpool 2 Dino 2 Doc Holiday 2 Elrond 2 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 422f03e8e17..8112a25789a 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -93,8 +93,8 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Darrin Stephens 4", "very hard", "U Affinity deck"); addToDeckList("Darth Vader 3", "hard", "WU Battle of Wits style alternate win type deck with WoG"); addToDeckList("Data 3", "hard", "B deck with Korlash, Heir to Blackblade and Liliana Vess"); -// addToDeckList("Deadpool 2", "medium", "BR Singleton"); -// addToDeckList("Deadpool 3", "hard", "B/R Extended, Good luck!"); + addToDeckList("Deadpool 2", "medium", "BR deck with Ashenmoor Liege and Grixis Grimblade"); + addToDeckList("Deadpool 3", "hard", "BR deck with Ashenmoor Liege and Grixis Grimblade"); // addToDeckList("Dick Grayson 3", "hard", "WU Constructed"); addToDeckList("Dino 2", "medium", "Mono brown affinity deck with Affinity for artifacts and Modular cards"); addToDeckList("Dino 3", "hard", "Mono brown affinity deck with Affinity for artifacts and Modular cards");