diff --git a/.gitattributes b/.gitattributes index e2252c2b695..0d23cb3288a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8464,6 +8464,7 @@ res/quest/decks/Indiana[!!-~]Jones[!!-~]1.dck -text res/quest/decks/Indiana[!!-~]Jones[!!-~]2.dck -text res/quest/decks/Indiana[!!-~]Jones[!!-~]3.dck -text res/quest/decks/Jabba[!!-~]the[!!-~]Hut[!!-~]3.dck -text +res/quest/decks/Jack[!!-~]Sparrow[!!-~]1.dck -text res/quest/decks/Jack[!!-~]Sparrow[!!-~]2.dck -text res/quest/decks/James[!!-~]Bond[!!-~]1.dck -text res/quest/decks/James[!!-~]Bond[!!-~]2.dck -text diff --git a/res/quest/decks/Jack Sparrow 1.dck b/res/quest/decks/Jack Sparrow 1.dck new file mode 100644 index 00000000000..cfade9d2367 --- /dev/null +++ b/res/quest/decks/Jack Sparrow 1.dck @@ -0,0 +1,45 @@ +Jack Sparrow 1 +[general] +constructed +[main] +1 Cloud Pirates +1 Water Wurm +1 Caller of Gales +1 Sea's Claim +1 Fear +1 Expedition Map +1 Talas Merchant +1 Talas Scout +1 School of Piranha +1 Drowned +1 Spreading Seas +1 Lingering Mirage +1 Cruel Edict +1 Rishadan Airship +1 Steam Frigate +1 Reef Pirates +1 Talas Warrior +1 Chambered Nautilus +1 Steam Frigate +1 Seasinger +1 Whispersilk Cloak +1 Scavenged Weaponry +1 Drag Down +1 Forced Retreat +1 Talas Air Ship +1 Screeching Drake +1 Giant Octopus +1 Narwhal +1 Coastal Piracy +2 Armored Galleon +2 Pirate Ship +1 Sandbar Serpent +1 Wu Admiral +1 Ramirez DePietro +11 Island +4 Swamp +2 Drowned Catacomb +3 Underground Sea +2 Watery Grave +2 Polluted Delta +[sideboard] diff --git a/res/quest/easy.txt b/res/quest/easy.txt index 7d987bd613a..4c7221d3c4b 100644 --- a/res/quest/easy.txt +++ b/res/quest/easy.txt @@ -20,6 +20,7 @@ Harry Potter 1 Hercules 1 Homer Simpson 1 Indiana Jones 1 +Jack Sparrow 1 James Bond 1 Joe Kidd 1 King Arthur 1 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 6c756d678af..4371d39be13 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -191,6 +191,7 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Jabba the Hut 3", "hard", "B Infect deck"); // addToDeckList("Jack 2", "medium", "BG Aggressive deck"); // addToDeckList("Jack 3", "hard", "WUB Sphinx Cascade deck"); + addToDeckList("Jack Sparrow 1", "easy", "UB Pirate deck with Talas Warrior, Coastal Piracy, Drowned and Sea's Claim"); addToDeckList("Jack Sparrow 2", "medium", "UB Pirate deck with Talas Warrior, Coastal Piracy and Spreading Seas"); addToDeckList("James Bond 1", "easy", "WG Sliver deck"); addToDeckList("James Bond 2", "medium", "WG Sliver deck");