diff --git a/.gitattributes b/.gitattributes index 0ff55d0fff2..ba25237cc1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8622,6 +8622,7 @@ res/quest/decks/George[!!-~]of[!!-~]the[!!-~]Jungle[!!-~]3.dck -text res/quest/decks/Gimli[!!-~]2.dck -text res/quest/decks/Gimli[!!-~]3.dck -text res/quest/decks/Gold[!!-~]Finger[!!-~]3.dck -text +res/quest/decks/Gold[!!-~]Finger[!!-~]4.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]1.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]2.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]3.dck -text diff --git a/res/quest/decks/Gold Finger 4.dck b/res/quest/decks/Gold Finger 4.dck new file mode 100644 index 00000000000..380566e3ee0 --- /dev/null +++ b/res/quest/decks/Gold Finger 4.dck @@ -0,0 +1,21 @@ +Gold Finger 4 +[general] +constructed +[main] +24 Island +1 Mox Sapphire +4 Psychic Barrier +4 Mana Drain +4 Spell Snare +4 Dismiss +2 Repulse +1 Snap +2 Serra Sphinx +1 Consecrated Sphinx +3 Plumeveil +1 Ancestral Recall +1 Time Walk +4 Treachery +1 Back to Basics +3 Fact or Fiction +[sideboard] diff --git a/res/quest/veryhard.txt b/res/quest/veryhard.txt index c97e36daef8..17c70eb1982 100644 --- a/res/quest/veryhard.txt +++ b/res/quest/veryhard.txt @@ -1,5 +1,6 @@ Boromir 4 Darrin Stephens 4 +Gold Finger 4 Hobbes 4 Ned Flanders 4 Riddler 4 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index a75b05c2b0b..fd475636d50 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -160,6 +160,7 @@ public class QuestBattle extends QuestSelectablePanel { // addToDeckList("Goblin Recruit 2", "medium", "RG Skullclamp deck"); // addToDeckList("Goblin Recruit 3", "hard", "BR Goblin Sacrifice deck"); addToDeckList("Gold Finger 3", "hard", "Mono U control deck with various counter spells, Serra Sphinx and Memnarch"); + addToDeckList("Gold Finger 4", "very hard", "Mono U control deck with various counter spells"); addToDeckList("Grampa Simpson 1", "easy", "WR Double and First Strike deck with equipments and auras"); addToDeckList("Grampa Simpson 2", "medium", "WR Double Strike deck with equipments and auras"); addToDeckList("Grampa Simpson 3", "hard", "WRG Double Strike deck with equipments and auras");