- Added the 3 White Knight decks by Corwin.

This commit is contained in:
jendave
2011-08-06 22:54:30 +00:00
parent 72a3ccfc32
commit 0c90452804
8 changed files with 66 additions and 3 deletions

3
.gitattributes vendored
View File

@@ -8370,6 +8370,9 @@ res/quest/decks/Treebeard[!!-~]2.dck -text
res/quest/decks/Treebeard[!!-~]3.dck -text res/quest/decks/Treebeard[!!-~]3.dck -text
res/quest/decks/Uncle[!!-~]Owen[!!-~]3.dck -text res/quest/decks/Uncle[!!-~]Owen[!!-~]3.dck -text
res/quest/decks/Wally[!!-~]3.dck -text res/quest/decks/Wally[!!-~]3.dck -text
res/quest/decks/White[!!-~]Knight[!!-~]1.dck -text
res/quest/decks/White[!!-~]Knight[!!-~]2.dck -text
res/quest/decks/White[!!-~]Knight[!!-~]3.dck -text
res/quest/decks/Wilma[!!-~]Flintstone[!!-~]1.dck -text res/quest/decks/Wilma[!!-~]Flintstone[!!-~]1.dck -text
res/quest/decks/Wilma[!!-~]Flintstone[!!-~]2.dck -text res/quest/decks/Wilma[!!-~]Flintstone[!!-~]2.dck -text
res/quest/decks/Wilma[!!-~]Flintstone[!!-~]3.dck -text res/quest/decks/Wilma[!!-~]Flintstone[!!-~]3.dck -text

View File

@@ -0,0 +1,17 @@
White Knight 1
[general]
constructed
[main]
4 Saltblast
24 Plains
4 Caravan Escort
3 Skyhunter Prowler
3 Veteran Cavalier
3 Kabira Vindicator
4 Lionheart Maverick
4 Youthful Knight
4 Oust
2 Knight of Cliffhaven
2 Knight Errant
3 Benalish Cavalry
[sideboard]

View File

@@ -0,0 +1,23 @@
White Knight 2
[general]
constructed
[main]
3 Veteran Cavalier
3 Kabira Vindicator
4 Lionheart Maverick
2 Knight of Cliffhaven
2 Knight Errant
3 Benalish Cavalry
2 Accorder Paladin
1 Hero of Bladehold
1 Knight Exemplar
2 Leonin Skyhunter
1 Mirran Crusader
2 Student of Warfare
2 White Knight
2 Caravan Escort
2 Oust
2 Saltblast
2 Path of Peace
24 Plains
[sideboard]

View File

@@ -0,0 +1,17 @@
White Knight 3
[general]
constructed
[main]
4 Accorder Paladin
4 Hero of Bladehold
4 Knight Exemplar
4 Leonin Skyhunter
4 Mirran Crusader
4 Student of Warfare
3 White Knight
2 Ajani Goldmane
3 Elspeth Tirel
4 Honor of the Pure
4 Emeria, the Sky Ruin
20 Plains
[sideboard]

View File

@@ -38,4 +38,5 @@ Superman 1
Tarzan 1 Tarzan 1
Treebeard 1 Treebeard 1
Wilma Flintstone 1 Wilma Flintstone 1
White Knight 1
Wyatt Earp 1 Wyatt Earp 1

View File

@@ -90,6 +90,7 @@ The Great Gazoo 3
Treebeard 3 Treebeard 3
Uncle Owen 3 Uncle Owen 3
Wally 3 Wally 3
White Knight 3
Wilma Flintstone 3 Wilma Flintstone 3
Wolverine 3 Wolverine 3
Wyatt Earp 3 Wyatt Earp 3

View File

@@ -56,6 +56,7 @@ Superman 2
Tarzan 2 Tarzan 2
Totoro 2 Totoro 2
Treebeard 2 Treebeard 2
White Knight 2
Wilma Flintstone 2 Wilma Flintstone 2
Wonder Woman 2 Wonder Woman 2
Wyatt Earp 2 Wyatt Earp 2

View File

@@ -329,9 +329,9 @@ public class QuestBattle extends QuestSelectablePanel {
// addToDeckList("Vampire 3", "hard", "Vampire Constructed"); // addToDeckList("Vampire 3", "hard", "Vampire Constructed");
// addToDeckList("Werewolf 2", "medium", "UGB UBG Fungal Shambler deck"); // addToDeckList("Werewolf 2", "medium", "UGB UBG Fungal Shambler deck");
// addToDeckList("White Knight 1", "easy", "W Common Knights deck"); addToDeckList("White Knight 1", "easy", "Mono W Knights deck");
// addToDeckList("White Knight 2", "medium", "Singleton Knights deck"); addToDeckList("White Knight 2", "medium", "ono W Knights deck");
// addToDeckList("White Knight 3", "hard", "Knights Standard deck"); addToDeckList("White Knight 3", "hard", "ono W Knights deck");
addToDeckList("Wilma Flintstone 1", "easy", "BG deck with Noxious Hatchling and Woodlurker Mimic"); addToDeckList("Wilma Flintstone 1", "easy", "BG deck with Noxious Hatchling and Woodlurker Mimic");
addToDeckList("Wilma Flintstone 2", "medium", "BG deck with Noxious Hatchling and Woodlurker Mimic"); addToDeckList("Wilma Flintstone 2", "medium", "BG deck with Noxious Hatchling and Woodlurker Mimic");
addToDeckList("Wilma Flintstone 3", "hard", "BG deck with Noxious Hatchling and Woodlurker Mimic"); addToDeckList("Wilma Flintstone 3", "hard", "BG deck with Noxious Hatchling and Woodlurker Mimic");