From 279ef80e10db87bde1e7f492c28fb892e9e8af18 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 23:10:35 +0000 Subject: [PATCH] - Added Silver Samurai 2 deck by Corwin. --- .gitattributes | 1 + res/cardsfolder/think_tank.txt | 1 + res/quest/decks/Silver Samurai 2.dck | 25 +++++++++++++++++++++++ res/quest/medium.txt | 1 + src/forge/quest/gui/main/QuestBattle.java | 1 + 5 files changed, 29 insertions(+) create mode 100644 res/quest/decks/Silver Samurai 2.dck diff --git a/.gitattributes b/.gitattributes index ec975ba7ed0..33abe77c9c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8412,6 +8412,7 @@ res/quest/decks/Secret[!!-~]Squirrel[!!-~]3.dck -text res/quest/decks/Sherlock[!!-~]Holmes[!!-~]1.dck -text res/quest/decks/Sherlock[!!-~]Holmes[!!-~]2.dck -text res/quest/decks/Sherlock[!!-~]Holmes[!!-~]3.dck -text +res/quest/decks/Silver[!!-~]Samurai[!!-~]2.dck -text res/quest/decks/Silver[!!-~]Surfer[!!-~]3.dck -text res/quest/decks/Spiderman[!!-~]2.dck -text res/quest/decks/Spiderman[!!-~]3.dck -text diff --git a/res/cardsfolder/think_tank.txt b/res/cardsfolder/think_tank.txt index a4f696bcc56..6478a4010b9 100644 --- a/res/cardsfolder/think_tank.txt +++ b/res/cardsfolder/think_tank.txt @@ -4,6 +4,7 @@ Types:Enchantment Text:no text T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDig | TriggerDescription$ At the beginning of your upkeep, look at the top card of your library. You may put that card into your graveyard. SVar:TrigDig:AB$Dig | Cost$ 0 | DigNum$ 1 | ChangeNum$ 1 | DestinationZone$ Graveyard | Optional$ True | LibraryPosition2$ 0 +SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/think_tank.jpg End \ No newline at end of file diff --git a/res/quest/decks/Silver Samurai 2.dck b/res/quest/decks/Silver Samurai 2.dck new file mode 100644 index 00000000000..be8b7c62fef --- /dev/null +++ b/res/quest/decks/Silver Samurai 2.dck @@ -0,0 +1,25 @@ +Silver Samurai 2 +[general] +constructed +[main] +2 Arrest|SOM +3 Devoted Retainer|CHK +4 Arid Mesa|ZEN +2 Sensei Golden-Tail|CHK +1 Konda, Lord of Eiganjo|CHK +3 Kitsune Blademaster|CHK +3 Araba Mothrider|SOK +3 Indebted Samurai|BOK +2 Samurai Enforcers|CHK +18 Plains|MBS +4 Call to Glory|CHK +2 Mighty Leap|M11 +2 Hand of Honor|SOK +1 Mothrider Samurai|CHK +3 Nagao, Bound by Honor|CHK +2 Emeria, the Sky Ruin|ZEN +2 Pacifism|M11 +1 Oust|ROE +1 Inspired Charge|M11 +1 Konda's Hatamoto|CHK +[sideboard] diff --git a/res/quest/medium.txt b/res/quest/medium.txt index 36efa7a9c76..d718a4a5973 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -51,6 +51,7 @@ Sauron 2 Scotty 2 Seabiscuit 2 Sherlock Holmes 2 +Silver Samurai 2 Spiderman 2 Spock 2 Storm 2 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 544a0ac52b6..bd2c41b9ca0 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -298,6 +298,7 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Sherlock Holmes 2", "medium", "Mono G deck with Baru, Fist of Krosa and lots of good green creatures"); addToDeckList("Sherlock Holmes 3", "hard", "Mono G deck with Baru, Fist of Krosa and lots of great green creatures"); addToDeckList("Silver Surfer 3", "hard", "G beat down deck with many creatures and several pump spells"); + addToDeckList("Silver Samurai 2", "medium", "Mono W Samurai deck"); addToDeckList("Spiderman 2", "medium", "W weenie deck with WoG, Armageddon and Mass Calcify"); addToDeckList("Spock 2", "medium", "G Elf singleton deck with several Winnower Patrol and Wolf-Skull Shaman"); // addToDeckList("Starfire 2", "medium", "Incarnations deck");