Initial commit of the Draft Tournament for Quests.

This commit is contained in:
Krazy
2014-05-31 21:04:29 +00:00
parent 24f4dd0e24
commit 289e1c35c5
27 changed files with 2560 additions and 31 deletions

View File

@@ -13,6 +13,7 @@ public enum GameType {
Draft (DeckFormat.Limited, true, true, true, "Draft"),
Gauntlet (DeckFormat.Limited, true, true, true, "Gauntlet"),
Quest (DeckFormat.QuestDeck, true, true, false, "Quest"),
QuestDraft (DeckFormat.Limited, true, true, true, "Quest Draft"),
Constructed (DeckFormat.Constructed, false, true, true, "Constructed"),
Vanguard (DeckFormat.Vanguard, true, true, true, "Vanguard"),
Commander (DeckFormat.Commander, false, false, false, "Commander"),