mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Added a hard BR direct damage deck called Hellboy 3.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -211,6 +211,7 @@ res/quest/decks/Han[!!-~]Solo[!!-~]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
|
||||
res/quest/decks/Hellboy[!!-~]3.dck -text
|
||||
res/quest/decks/Higgins[!!-~]3.dck -text
|
||||
res/quest/decks/Homer[!!-~]Simpson[!!-~]1.dck -text
|
||||
res/quest/decks/Homer[!!-~]Simpson[!!-~]2.dck -text
|
||||
|
||||
25
res/quest/decks/Hellboy 3.dck
Normal file
25
res/quest/decks/Hellboy 3.dck
Normal file
@@ -0,0 +1,25 @@
|
||||
Hellboy 3
|
||||
[general]
|
||||
constructed
|
||||
[main]
|
||||
5 Swamp
|
||||
7 Mountain
|
||||
4 Badlands
|
||||
4 Blood Crypt
|
||||
1 Mox Ruby
|
||||
1 Mox Jet
|
||||
4 Blightning
|
||||
4 Breath of Malfegor
|
||||
4 Flame Jet
|
||||
4 Lava Axe
|
||||
4 Lava Spike
|
||||
4 Keldon Marauders
|
||||
4 Spark Elemental
|
||||
2 Night's Whisper
|
||||
2 Flame Rift
|
||||
1 Stronghold Discipline
|
||||
1 Hidetsugu's Second Rite
|
||||
1 Ball Lightning
|
||||
1 Hellspark Elemental
|
||||
1 Keldon Champion
|
||||
[sideboard]
|
||||
@@ -34,6 +34,7 @@ Grampa Simpson 3
|
||||
Green Lantern 3
|
||||
Han Solo 3
|
||||
Harry Potter 3
|
||||
Hellboy 3
|
||||
Higgins 3
|
||||
Homer Simpson 3
|
||||
Iceman 3
|
||||
|
||||
@@ -487,6 +487,8 @@ public class Gui_Quest extends JFrame implements NewConstants{
|
||||
sb.append("\r\n");
|
||||
sb.append("Harry Potter 3 hard Beached As' deck, various milling cards, some speed up and counter spells");
|
||||
sb.append("\r\n");
|
||||
sb.append("Hellboy 3 hard A BR direct damage deck");
|
||||
sb.append("\r\n");
|
||||
sb.append("Higgins 3 hard Corwin72's Grixis Control deck, lots of threat removal and some creatures");
|
||||
sb.append("\r\n");
|
||||
sb.append("Homer Simpson 1 easy Morph + Regenerate BRU creatures, + Raise Dead");
|
||||
@@ -543,11 +545,11 @@ public class Gui_Quest extends JFrame implements NewConstants{
|
||||
sb.append("\r\n");
|
||||
sb.append("King Kong 3 hard Squirrel tokens, changelings and Deranged Hermit + threat removal");
|
||||
sb.append("\r\n");
|
||||
sb.append("Kojak 1 easy Some Islandwalk creatures GU + filler");
|
||||
sb.append("Kojak 1 easy Mono blue deck with Sunken City, Inundate, counterspells and bounce");
|
||||
sb.append("\r\n");
|
||||
sb.append("Kojak 2 medium Some Islandwalk creatures GU + filler");
|
||||
sb.append("Kojak 2 medium Mono blue deck with Sunken City, Inundate, counterspells and bounce");
|
||||
sb.append("\r\n");
|
||||
sb.append("Kojak 3 hard Some Islandwalk creatures GUB + filler");
|
||||
sb.append("Kojak 3 hard Mono blue deck with Sunken City, Inundate, counterspells and bounce");
|
||||
sb.append("\r\n");
|
||||
sb.append("Lisa Simpson 3 hard GW deck, creates tokens which are devoured by Skullmulcher and Gluttonous Slime");
|
||||
sb.append("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user