mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added a very hard version of the Gold Finger deck.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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[!!-~]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[!!-~]2.dck -text
|
||||
res/quest/decks/Grampa[!!-~]Simpson[!!-~]3.dck -text
|
||||
|
||||
21
res/quest/decks/Gold Finger 4.dck
Normal file
21
res/quest/decks/Gold Finger 4.dck
Normal 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]
|
||||
@@ -1,5 +1,6 @@
|
||||
Boromir 4
|
||||
Darrin Stephens 4
|
||||
Gold Finger 4
|
||||
Hobbes 4
|
||||
Ned Flanders 4
|
||||
Riddler 4
|
||||
|
||||
@@ -160,6 +160,7 @@ public class QuestBattle extends QuestSelectablePanel {
|
||||
// addToDeckList("Goblin Recruit 2", "medium", "RG Skullclamp 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 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 2", "medium", "WR Double Strike deck with equipments and auras");
|
||||
addToDeckList("Grampa Simpson 3", "hard", "WRG Double Strike deck with equipments and auras");
|
||||
|
||||
Reference in New Issue
Block a user