- Added a very hard version of the Gold Finger deck.

This commit is contained in:
jendave
2011-08-07 01:40:17 +00:00
parent 0dc4966800
commit 7abfc17db7
4 changed files with 24 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -8622,6 +8622,7 @@ res/quest/decks/George[!!-~]of[!!-~]the[!!-~]Jungle[!!-~]3.dck -text
res/quest/decks/Gimli[!!-~]2.dck -text res/quest/decks/Gimli[!!-~]2.dck -text
res/quest/decks/Gimli[!!-~]3.dck -text res/quest/decks/Gimli[!!-~]3.dck -text
res/quest/decks/Gold[!!-~]Finger[!!-~]3.dck -text res/quest/decks/Gold[!!-~]Finger[!!-~]3.dck -text
res/quest/decks/Gold[!!-~]Finger[!!-~]4.dck -text
res/quest/decks/Grampa[!!-~]Simpson[!!-~]1.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]1.dck -text
res/quest/decks/Grampa[!!-~]Simpson[!!-~]2.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]2.dck -text
res/quest/decks/Grampa[!!-~]Simpson[!!-~]3.dck -text res/quest/decks/Grampa[!!-~]Simpson[!!-~]3.dck -text

View File

@@ -0,0 +1,21 @@
Gold Finger 4
[general]
constructed
[main]
24 Island
1 Mox Sapphire
4 Psychic Barrier
4 Mana Drain
4 Spell Snare
4 Dismiss
2 Repulse
1 Snap
2 Serra Sphinx
1 Consecrated Sphinx
3 Plumeveil
1 Ancestral Recall
1 Time Walk
4 Treachery
1 Back to Basics
3 Fact or Fiction
[sideboard]

View File

@@ -1,5 +1,6 @@
Boromir 4 Boromir 4
Darrin Stephens 4 Darrin Stephens 4
Gold Finger 4
Hobbes 4 Hobbes 4
Ned Flanders 4 Ned Flanders 4
Riddler 4 Riddler 4

View File

@@ -160,6 +160,7 @@ public class QuestBattle extends QuestSelectablePanel {
// addToDeckList("Goblin Recruit 2", "medium", "RG Skullclamp deck"); // addToDeckList("Goblin Recruit 2", "medium", "RG Skullclamp deck");
// addToDeckList("Goblin Recruit 3", "hard", "BR Goblin Sacrifice deck"); // addToDeckList("Goblin Recruit 3", "hard", "BR Goblin Sacrifice deck");
addToDeckList("Gold Finger 3", "hard", "Mono U control deck with various counter spells, Serra Sphinx and Memnarch"); addToDeckList("Gold Finger 3", "hard", "Mono U control deck with various counter spells, Serra Sphinx and Memnarch");
addToDeckList("Gold Finger 4", "very hard", "Mono U control deck with various counter spells");
addToDeckList("Grampa Simpson 1", "easy", "WR Double and First Strike deck with equipments and auras"); addToDeckList("Grampa Simpson 1", "easy", "WR Double and First Strike deck with equipments and auras");
addToDeckList("Grampa Simpson 2", "medium", "WR Double Strike deck with equipments and auras"); addToDeckList("Grampa Simpson 2", "medium", "WR Double Strike deck with equipments and auras");
addToDeckList("Grampa Simpson 3", "hard", "WRG Double Strike deck with equipments and auras"); addToDeckList("Grampa Simpson 3", "hard", "WRG Double Strike deck with equipments and auras");