From 1ff9d30b8e59906f84d80de2f183bdd8f6a297da Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 06:08:55 +0000 Subject: [PATCH] - Updated the opponent deck descriptions for the three Da Vinci quest decks. - Updated Kojak 1, replaced the non-existent Fathom Seer with an additional Kami of the Crescent Moon. This deck should no longer create an error exception. --- res/quest/decks/Kojak 1.dck | 55 ++++++++++++++++++------------------- src/forge/Gui_Quest.java | 6 ++-- 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/res/quest/decks/Kojak 1.dck b/res/quest/decks/Kojak 1.dck index 5a53c015e59..984bdbab81d 100644 --- a/res/quest/decks/Kojak 1.dck +++ b/res/quest/decks/Kojak 1.dck @@ -1,28 +1,27 @@ -Kojak 1 -[general] -constructed -[main] -22 Island -4 Briarberry Cohort -1 Deepchannel Mentor -4 Faerie Swarm -1 Inundate -4 Merrow Levitator -1 Sunken City -1 Flow of Ideas -2 Invisibility -2 Boomerang -2 Eye of Nowhere -1 Counterspell -2 Muddle the Mixture -2 Tidings -2 Concentrate -1 Kami of the Crescent Moon -1 Thalakos Seer -1 Dandan -1 Fathom Seer -1 Manta Ray -2 Serpent of the Endless Sea -1 Amnesia -1 Spire Golem -[sideboard] +Kojak 1 +[general] +constructed +[main] +4 Merrow Levitator +1 Spire Golem +4 Briarberry Cohort +2 Concentrate +2 Muddle the Mixture +2 Kami of the Crescent Moon +1 Sunken City +22 Island +1 Inundate +2 Boomerang +2 Eye of Nowhere +1 Dandan +4 Faerie Swarm +1 Manta Ray +2 Invisibility +1 Thalakos Seer +1 Flow of Ideas +1 Counterspell +1 Deepchannel Mentor +2 Serpent of the Endless Sea +2 Tidings +1 Amnesia +[sideboard] diff --git a/src/forge/Gui_Quest.java b/src/forge/Gui_Quest.java index 6f78ae4f2fc..5ebf684ce1c 100644 --- a/src/forge/Gui_Quest.java +++ b/src/forge/Gui_Quest.java @@ -397,11 +397,11 @@ public class Gui_Quest extends JFrame implements NewConstants{ sb.append("\r\n"); sb.append("Cyclops 3 hard Slivers mainly, some spells"); sb.append("\r\n"); - sb.append("Da Vinci 1 easy Some Swampwalk creatures, Morph creatures + discard spells"); + sb.append("Da Vinci 1 easy Mono black deck, Ashenmoor Cohort + Badmoon + some Fear"); sb.append("\r\n"); - sb.append("Da Vinci 2 medium Some Swampwalk creatures, Morph creatures + drain/gain life spells"); + sb.append("Da Vinci 2 medium Mono black deck, Korlash, Heir to Blackblade's + Badmoon + threat removal"); sb.append("\r\n"); - sb.append("Da Vinci 3 hard Some Swampwalk creatures, Morph creatures + Angel of Despair"); + sb.append("Da Vinci 3 hard Mono black deck, Korlash, Heir to Blackblade's + Badmoon + threat removal"); sb.append("\r\n"); sb.append("Darrin Stephens 1 easy U Affinity deck, Affinity for artifacts and Modular cards"); sb.append("\r\n");