Overhaul and fix of random deck generation.

This commit is contained in:
Simown 2015-02-01 16:17:36 +00:00
parent 77b3706c9f
commit a1fd4e91f0
5 changed files with 1013 additions and 322 deletions

View file

@ -210,6 +210,9 @@ public class PreferencesDialog extends javax.swing.JDialog {
// pref setting for deck generator
public static final String KEY_NEW_DECK_GENERATOR_DECK_SIZE = "newDeckGeneratorDeckSize";
public static final String KEY_NEW_DECK_GENERATOR_SET = "newDeckGeneratorSet";
public static final String KEY_NEW_DECK_GENERATOR_SINGLETON = "newDeckGeneratorSingleton";
public static final String KEY_NEW_DECK_GENERATOR_ARTIFACTS = "newDeckGeneratorArtifacts";
public static final String KEY_NEW_DECK_GENERATOR_NON_BASIC_LANDS = "newDeckGeneratorNonBasicLands";
// used to save and restore the settings for the cardArea (draft, sideboarding, deck builder)
public static final String KEY_DRAFT_VIEW = "draftView";