A feature that allows users to choose to have their basic lands randomly assigned a full art printing
@ToyDragon
Added button to deckmaker screen for "Full Art Basics". Selected by default
Allow "Full Art Basics" or "Cool Basics" to be selected, not both
Added list of full art printing by land type and set to settings.json. Committed as part of settingsExample.json
Added FullArtMap which gets loaded with printing config data
Added generic Pair<X,Y> object. Used to pair a set and print number when loading FullArtMap
Added Deck.Artify() which randomly chooses a full art printing for each basic land
Added IsNullOrEmpty(String string) to FrogUtils.java. Used in Artify() to safely determine if a set or printing has already been specified by the user
Added Full Art Lands subsection the printing section of the help page describing this feature
Added a very simple test which hits Artify() and verifies having a mixture of lands with no printing specified and lands with printing specified does not break artify
Note: Amonkhet (released end of April) is rumored to have a full art lands, these can be added by updating the config in settings.json
A feature that allows users to choose to have their basic lands randomly assigned a full art printing @ToyDragon
Note: Amonkhet (released end of April) is rumored to have a full art lands, these can be added by updating the config in settings.json