- Added the Frankenstein 2 and 3 decks.

This commit is contained in:
Sloth
2011-08-25 15:55:10 +00:00
parent 2b07df21c8
commit 5f5d857017
6 changed files with 76 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -9137,6 +9137,8 @@ res/quest/decks/Fat[!!-~]Albert[!!-~]3.dck -text
res/quest/decks/Fin[!!-~]Fang[!!-~]Foom[!!-~]1.dck -text
res/quest/decks/Fin[!!-~]Fang[!!-~]Foom[!!-~]2.dck -text
res/quest/decks/Fin[!!-~]Fang[!!-~]Foom[!!-~]3.dck -text
res/quest/decks/Frankenstein[!!-~]2.dck -text
res/quest/decks/Frankenstein[!!-~]3.dck -text
res/quest/decks/Fred[!!-~]Flintstone[!!-~]3.dck -text
res/quest/decks/Frodo[!!-~]1.dck -text
res/quest/decks/Frodo[!!-~]2.dck -text

View File

@@ -0,0 +1,35 @@
Frankenstein 2
[general]
constructed
[main]
10 Plains
10 Island
4 Glacial Fortress
3 Blade Splicer
4 Master Splicer
2 Sensor Splicer
3 Wing Splicer
1 Oblivion Ring
1 Curse of Chains
1 Soul Snare
1 Divination
1 Ior Ruin Expedition
1 Courier's Capsule
1 Cancel
1 Offering to Asha
1 Battered Golem
1 Clay Statue
1 Darksteel Sentinel
1 Dodecapod
1 Enatu Golem
1 Flint Golem
1 Glass Golem
1 Glassdust Hulk
1 Lead Golem
1 Obsianus Golem
1 Phyrexian Hulk
1 Rusted Sentinel
1 Solemn Simulacrum
1 Stone Golem
1 Straw Golem
[sideboard]

View File

@@ -0,0 +1,35 @@
Frankenstein 3
[general]
constructed
[main]
4 Tundra
3 Savannah
1 Tropical Island
2 Plains
1 Island
1 Forest
4 Flooded Strand
3 Windswept Heath
2 Misty Rainforest
1 Mox Emerald
1 Mox Pearl
1 Mox Sapphire
3 Blade Splicer
4 Master Splicer
1 Maul Splicer
1 Sensor Splicer
3 Vital Splicer
3 Wing Splicer
1 Ancestral Recall
1 Courier's Capsule
1 Time Walk
2 Mana Leak
3 Swords to Plowshares
2 Glassdust Hulk
3 Lodestone Golem
2 Solemn Simulacrum
2 Spire Golem
2 Razor Golem
1 Sword of Fire and Ice
1 Sword of War and Peace
[sideboard]

View File

@@ -39,6 +39,7 @@ Endora 3
Ezio 3
Fat Albert 3
Fin Fang Foom 3
Frankenstein 3
Fred Flintstone 3
Frodo 3
Galahad 3

View File

@@ -25,6 +25,7 @@ Endora 2
Eomer 2
Fat Albert 2
Fin Fang Foom 2
Frankenstein 2
Frodo 2
Galadriel 2
Galahad 2

View File

@@ -157,6 +157,8 @@ public class QuestBattle extends QuestSelectablePanel {
addToDeckList("Fin Fang Foom 1", "easy", "Mono G Poison deck");
addToDeckList("Fin Fang Foom 2", "medium", "Mono G Infect deck");
addToDeckList("Fin Fang Foom 3", "hard", "GB Infect deck");
addToDeckList("Frankenstein 2", "medium", "WU Golem deck with several Splicers");
addToDeckList("Frankenstein 3", "hard", "WUG Golem deck with several Splicers");
addToDeckList("Fred Flintstone 3", "hard", "WUG deck with Phytohydra and Lorescale Coatl");
addToDeckList("Frodo 1", "easy", "WRG Zoo deck with some threat removal");
addToDeckList("Frodo 2", "medium", "WRG Zoo deck with some threat removal and Glorious Anthem");