mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Added Hans 3 deck by Corwin.
- Added King Goldemar 1 deck.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -8406,6 +8406,7 @@ res/quest/decks/Green[!!-~]Arrow[!!-~]2.dck -text
|
||||
res/quest/decks/Green[!!-~]Lantern[!!-~]3.dck -text
|
||||
res/quest/decks/Hagrid[!!-~]2.dck -text
|
||||
res/quest/decks/Han[!!-~]Solo[!!-~]3.dck -text
|
||||
res/quest/decks/Hans[!!-~]3.dck -text
|
||||
res/quest/decks/Harry[!!-~]Potter[!!-~]1.dck -text
|
||||
res/quest/decks/Harry[!!-~]Potter[!!-~]2.dck -text
|
||||
res/quest/decks/Harry[!!-~]Potter[!!-~]3.dck -text
|
||||
@@ -8442,6 +8443,7 @@ res/quest/decks/King[!!-~]Arthur[!!-~]3.dck -text
|
||||
res/quest/decks/King[!!-~]Edward[!!-~]1.dck -text
|
||||
res/quest/decks/King[!!-~]Edward[!!-~]2.dck -text
|
||||
res/quest/decks/King[!!-~]Edward[!!-~]3.dck -text
|
||||
res/quest/decks/King[!!-~]Goldemar[!!-~]1.dck -text
|
||||
res/quest/decks/King[!!-~]Kong[!!-~]1.dck -text
|
||||
res/quest/decks/King[!!-~]Kong[!!-~]2.dck -text
|
||||
res/quest/decks/King[!!-~]Kong[!!-~]3.dck -text
|
||||
|
||||
27
res/quest/decks/Hans 3.dck
Normal file
27
res/quest/decks/Hans 3.dck
Normal file
@@ -0,0 +1,27 @@
|
||||
Hans 3
|
||||
[general]
|
||||
constructed
|
||||
[main]
|
||||
4 Mountain|MBS
|
||||
2 Highland Berserker|ZEN
|
||||
4 Talus Paladin|WWK
|
||||
4 Akoum Battlesinger|WWK
|
||||
4 Kazandu Blademaster|ZEN
|
||||
4 Jungle Shrine|ALA
|
||||
4 Arid Mesa|ZEN
|
||||
4 Hada Freeblade|WWK
|
||||
2 Oran-Rief Survivalist|ZEN
|
||||
4 Plains|MBS
|
||||
1 Murasa Pyromancer|ZEN
|
||||
3 Graypelt Hunter|WWK
|
||||
4 Ondu Cleric|ZEN
|
||||
1 Sunpetal Grove|M10
|
||||
1 Tajuru Archer|ZEN
|
||||
2 Oust|ROE
|
||||
3 Sunpetal Grove|M11
|
||||
4 Forest|MBS
|
||||
2 Turntimber Ranger|ZEN
|
||||
1 Solemn Offering|M11
|
||||
1 Kazuul Warlord|ZEN
|
||||
1 Join the Ranks|WWK
|
||||
[sideboard]
|
||||
28
res/quest/decks/King Goldemar 1.dck
Normal file
28
res/quest/decks/King Goldemar 1.dck
Normal file
@@ -0,0 +1,28 @@
|
||||
King Goldemar 1
|
||||
[general]
|
||||
constructed
|
||||
[main]
|
||||
17 Mountain
|
||||
4 Kher Keep
|
||||
4 Crimson Kobolds
|
||||
4 Crookshank Kobolds
|
||||
4 Kobold Drill Sergeant
|
||||
4 Kobold Overlord
|
||||
4 Kobold Taskmaster
|
||||
4 Kobolds of Kher Keep
|
||||
1 Artifact Blast
|
||||
1 Crush
|
||||
1 Fire Ambush
|
||||
1 First Volley
|
||||
1 Flare
|
||||
1 Misguided Rage
|
||||
1 Mob Justice
|
||||
1 Pinpoint Avalanche
|
||||
1 Victorious Destruction
|
||||
1 Yawning Fissure
|
||||
1 Bloodshed Fever
|
||||
1 Bravado
|
||||
1 Furious Assault
|
||||
1 Onslaught
|
||||
1 Sluggishness
|
||||
[sideboard]
|
||||
@@ -25,6 +25,7 @@ James Bond 1
|
||||
Joe Kidd 1
|
||||
King Arthur 1
|
||||
King Edward 1
|
||||
King Goldemar 1
|
||||
King Kong 1
|
||||
Kojak 1
|
||||
Magnum 1
|
||||
|
||||
@@ -42,6 +42,7 @@ Gold Finger 3
|
||||
Grampa Simpson 3
|
||||
Green Lantern 3
|
||||
Han Solo 3
|
||||
Hans 3
|
||||
Harry Potter 3
|
||||
Hellboy 3
|
||||
Hercules 3
|
||||
|
||||
@@ -164,7 +164,7 @@ public class QuestBattle extends QuestSelectablePanel {
|
||||
|
||||
addToDeckList("Hagrid 2", "medium", "Mono R Giants deck");
|
||||
addToDeckList("Han Solo 3", "hard", "WU Enchanted Evening deck with lots of enchantment removal");
|
||||
// addToDeckList("Hans 2", "medium", "WRG Allies deck");
|
||||
addToDeckList("Hans 3", "hard", "WRG Allies deck");
|
||||
addToDeckList("Harry Potter 1", "easy", "U Mill and counter spell deck");
|
||||
addToDeckList("Harry Potter 2", "medium", "UB Mill and counter spell deck");
|
||||
addToDeckList("Harry Potter 3", "hard", "UB Mill and counter spell deck with card draw");
|
||||
@@ -212,6 +212,7 @@ public class QuestBattle extends QuestSelectablePanel {
|
||||
addToDeckList("King Edward 1", "easy", "WUBRG Elementals deck with Tribal Flames");
|
||||
addToDeckList("King Edward 2", "medium", "WUBRG Elementals deck with Tribal Flames");
|
||||
addToDeckList("King Edward 3", "hard", "WUBRG Elementals deck with Tribal Flames and Horde of Notions");
|
||||
addToDeckList("King Goldemar 1", "easy", "Mono R Kobold deck");
|
||||
addToDeckList("King Kong 1", "easy", "WBG Squirrel deck with tokens, changelings, Deranged Hermit and curse type auras");
|
||||
addToDeckList("King Kong 2", "medium", "WBG Squirrel deck with tokens, changelings, Deranged Hermit and curse type auras");
|
||||
addToDeckList("King Kong 3", "hard", "WRG Squirrel deck with tokens, changelings, Deranged Hermit and threat removal");
|
||||
|
||||
Reference in New Issue
Block a user