//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------------
/* Configuration Settings */

//--------------------------------------------------------------------------------
// age category start years

var JR_yr = 1999;
var SR_yr = 1995;

//--------------------------------------------------------------------------------
// show card images and symbols

var show_card_images       = true;
var show_rarity_set_images = true;

//--------------------------------------------------------------------------------
// include basic energy from the sets

var include_basic_energy = false;

//--------------------------------------------------------------------------------
// image locations

var event_images_loc   = "images/event/";
var rarity_images_loc  = "images/rarity/";
var card_images_loc    = "images/cards/";

//--------------------------------------------------------------------------------
// personalized footnote html
// goes on the View -> Deck List page

var footnote_html = '';
