diff --git a/.gitattributes b/.gitattributes index 12ed09a446e..f0ecfee2e96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8198,6 +8198,8 @@ res/quest/decks/Buffy[!!-~]3.dck -text res/quest/decks/C3PO[!!-~]1.dck -text res/quest/decks/C3PO[!!-~]2.dck -text res/quest/decks/C3PO[!!-~]3.dck -text +res/quest/decks/Captain[!!-~]America[!!-~]2.dck -text +res/quest/decks/Captain[!!-~]America[!!-~]3.dck -text res/quest/decks/Catwoman[!!-~]1.dck -text res/quest/decks/Catwoman[!!-~]2.dck -text res/quest/decks/Comic[!!-~]Book[!!-~]Guy[!!-~]3.dck -text diff --git a/res/quest/decks/Captain America 2.dck b/res/quest/decks/Captain America 2.dck new file mode 100644 index 00000000000..df8eb74c677 --- /dev/null +++ b/res/quest/decks/Captain America 2.dck @@ -0,0 +1,26 @@ +Captain America 2 +[general] +constructed +[main] +4 Forest +4 Island +8 Plains +2 Akrasan Squire +1 Battlegrace Angel +3 Deft Duelist +3 Jhessian Infiltrator +3 Knight of the Skyward Eye +2 Ranger of Eos +2 Rhox War Monk +2 Sigiled Paladin +4 Steward of Valeron +2 Swords to Plowshares +3 Oust +1 Hindering Light +4 Sigil Blessing +1 Arcane Sanctum +4 Bant Panorama +2 Seaside Citadel +1 Rafiq of the Many +4 Excommunicate +[sideboard] \ No newline at end of file diff --git a/res/quest/decks/Captain America 3.dck b/res/quest/decks/Captain America 3.dck new file mode 100644 index 00000000000..bf1e5511b75 --- /dev/null +++ b/res/quest/decks/Captain America 3.dck @@ -0,0 +1,24 @@ +Captain America 3 +[general] +constructed +[main] +5 Forest +2 Island +7 Plains +1 Battlegrace Angel +4 Stoic Angel +4 Knotvine Paladin +4 Noble Hierarch +3 Rafiq of the Many +2 Qasali Pridemage +2 Sovereigns of Lost Alara +2 Dueling Grounds +1 Epic Proportions +3 Finest Hour +3 Sigil of the Nayan Gods +1 Triclopean Sight +4 Grizzled Leotau +4 Seaside Citadel +4 Terramorphic Expanse +4 Swords to Plowshares +[sideboard] \ No newline at end of file diff --git a/res/quest/decks/Wyatt Earp 3.dck b/res/quest/decks/Wyatt Earp 3.dck index eab87d8d0bc..701128d5db6 100644 --- a/res/quest/decks/Wyatt Earp 3.dck +++ b/res/quest/decks/Wyatt Earp 3.dck @@ -3,32 +3,27 @@ Wyatt Earp 3 constructed [main] 21 Plains +1 Karakas 1 Mox Pearl 1 Pearl Medallion 4 Honor of the Pure -2 Ballynock Cohort -2 Ballynock Trapper 1 Blinding Light 1 Crovax, Ascendant Hero -2 Kithkin Rabble 2 Knight of the White Orchid 2 Mass Calcify 2 Springjack Shepherd -1 Sunlance -1 Abbey Gargoyles +1 Dawn Elemental 2 Unmake -1 Swords to Plowshares +2 Swords to Plowshares 1 Auriok Champion 1 Hand of Honor -1 Knight of Meadowgrain -1 Leonin Skyhunter -1 Longbow Archer -2 Serra Avenger +3 Knight of Meadowgrain +4 Serra Avenger 1 Soltari Monk 1 White Knight -1 Whipcorder 1 Soltari Priest 1 Silver Knight -1 Kazandu Blademaster +2 Kazandu Blademaster 1 Crackdown +4 Mirran Crusader [sideboard] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index b24b450513b..a0dc0243618 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -12,6 +12,7 @@ Boris Karloff 3 Boromir 3 Buffy 3 C3PO 3 +Captain America 3 Comic Book Guy 3 Crocodile Dundee 3 Cyclops 3 diff --git a/res/quest/medium.txt b/res/quest/medium.txt index fd5baba4505..58c2b395327 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -6,6 +6,7 @@ Bart Simpson 2 Boromir 2 Buffy 2 C3PO 2 +Captain America 2 Catwoman 2 Crocodile Dundee 2 Da Vinci 2 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 177cec60654..a5423e16164 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -68,8 +68,8 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("C3PO 3", "hard", "BR Goblin deck with Goblin Ringleader, Kiki-Jiki, Mad Auntie and Sensation Gorger"); // addToDeckList("Cable 2", "medium", "UR Artifact deck"); // addToDeckList("Cable 3", "hard", "R Artifact deck deck"); -// addToDeckList("Captain America 2", "medium", "Bant Exalted deck"); -// addToDeckList("Captain America 3", "hard", "Bant Exalted deck"); + addToDeckList("Captain America 2", "medium", "Bant Exalted deck"); + addToDeckList("Captain America 3", "hard", "Bant Exalted deck"); addToDeckList("Catwoman 1", "easy", "WG Cat deck with Kjeldoran War Cry"); addToDeckList("Catwoman 2", "medium", "WRG Cat deck with Lightning Helix"); // addToDeckList("Colbert 2", "medium", "WG Cats deck");