From f801a7c10902b8d41fae085aacb4bdb6ffb1a975 Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Sat, 28 Jan 2012 00:23:31 +0000 Subject: [PATCH] Sample Decks for quest mode shop. --- .gitattributes | 2 ++ res/quest/precons/blood-and-fire.dck | 38 ++++++++++++++++++++++++++++ res/quest/precons/grab-for-power.dck | 38 ++++++++++++++++++++++++++++ res/quest/quest.properties | 3 ++- 4 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 res/quest/precons/blood-and-fire.dck create mode 100644 res/quest/precons/grab-for-power.dck diff --git a/.gitattributes b/.gitattributes index bc657d60d12..e2b83da09b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10778,6 +10778,8 @@ res/quest/decks/quest6.dck -text res/quest/decks/quest7.dck -text res/quest/decks/quest8.dck -text res/quest/decks/quest9.dck -text +res/quest/precons/blood-and-fire.dck -text +res/quest/precons/grab-for-power.dck -text res/quest/price.txt svneol=native#text/plain res/quest/quest-opponent-icons.txt -text res/quest/quest-pet-shop-icons.txt -text diff --git a/res/quest/precons/blood-and-fire.dck b/res/quest/precons/blood-and-fire.dck new file mode 100644 index 00000000000..156e6cd817b --- /dev/null +++ b/res/quest/precons/blood-and-fire.dck @@ -0,0 +1,38 @@ +[shop] +WinsToUnlock=0 +Credits=20 +MinDifficulty=0 +MaxDifficulty=5 +[metadata] +Name=Blood and Fire +Description=The ultimate goal of the deck is to have three specific artifacts—Crown of Empires, Scepter of Empires, and Throne of Empires—on the battlefield at the same time. +Deck Type=constructed +Set=M12 +Image=Blood-and-Fire.jpg +[main] +3 Blood Ogre|M12 +2 Bloodrage Vampire|M12 +2 Crumbling Colossus|M12 +3 Duskhunter Bat|M12 +1 Flameblast Dragon|M12 +1 Goblin Arsonist|ROE +1 Goblin Bangchuckers|M12 +2 Goblin Fireslinger|M12 +1 Goblin Tunneler|ROE +2 Gorehorn Minotaurs|M12 +1 Hideous Visage|M12 +1 Incinerate|MIR +1 Manic Vandal|M12 +14 Mountain|ZEN +1 Onyx Mage|M12 +3 Shock|STH +2 Stormblood Berserker|M12 +10 Swamp|ZEN +1 Swiftfoot Boots|M12 +1 Taste of Blood|M12 +2 Tectonic Rift|M12 +1 Tormented Soul|M12 +2 Vampire Outcasts|M12 +1 Volcanic Dragon|S99 +1 Warstorm Surge|M12 +[sideboard] \ No newline at end of file diff --git a/res/quest/precons/grab-for-power.dck b/res/quest/precons/grab-for-power.dck new file mode 100644 index 00000000000..27647d9419a --- /dev/null +++ b/res/quest/precons/grab-for-power.dck @@ -0,0 +1,38 @@ +[shop] +WinsToUnlock=0 +Credits=20 +MinDifficulty=0 +MaxDifficulty=5 +[metadata] +Name=Grab for Power +Description=The ultimate goal of the deck is to have three specific artifacts—Crown of Empires, Scepter of Empires, and Throne of Empires—on the battlefield at the same time. +Deck Type=constructed +Set=M12 +Image=Grab-for-Power.jpg +[main] +2 Azure Mage|M12 +2 Belltower Sphinx|RAV +1 Brink of Disaster|WWK +1 Buried Ruin|M12 +2 Child of Night|M12 +2 Crown of Empires|M12 +1 Devouring Swarm|M12 +1 Diabolic Tutor|ODY +1 Disentomb|M12 +2 Divination|M12 +3 Doom Blade|M12 +1 Drifting Shade|M12 +1 Frost Breath|M12 +1 Gravedigger|TMP +10 Island|ZEN +2 Merfolk Looter|M12 +1 Ponder|M12 +2 Reassembling Skeleton|M12 +1 Rune-Scarred Demon|M12 +2 Scepter of Empires|M12 +1 Sorin's Thirst|M12 +14 Swamp|ZEN +1 Throne of Empires|M12 +3 Warpath Ghoul|M12 +2 Zombie Goliath|M12 +[sideboard] \ No newline at end of file diff --git a/res/quest/quest.properties b/res/quest/quest.properties index f5d302e5400..3080291f6a9 100644 --- a/res/quest/quest.properties +++ b/res/quest/quest.properties @@ -9,4 +9,5 @@ data-xml--file=questData.dat data--file=questData prefs--file=quest.preferences -decks-dir--file=decks \ No newline at end of file +decks-dir--file=decks +precons-dir--file=precons \ No newline at end of file