,testBard("Test Bard",OptionEntryFlags::CantChangeInGame,N_("Test Bard"),N_("Force the Bard character type to appear in the hero selection menu."),false)
,testBarbarian("Test Barbarian",OptionEntryFlags::CantChangeInGame,N_("Test Barbarian"),N_("Force the Barbarian character type to appear in the hero selection menu."),false)
,experienceBar("Experience Bar",OptionEntryFlags::None,N_("Experience Bar"),N_("Experience Bar is added to the UI at the bottom of the screen."),AUTO_PICKUP_DEFAULT(false))
,enemyHealthBar("Enemy Health Bar",OptionEntryFlags::None,N_("Enemy Health Bar"),N_("Enemy Health Bar is displayed at the top of the screen."),false)
,autoGoldPickup("Auto Gold Pickup",OptionEntryFlags::None,N_("Auto Gold Pickup"),N_("Gold is automatically collected when in close proximity to the player."),AUTO_PICKUP_DEFAULT(false))
,adriaRefillsMana("Adria Refills Mana",OptionEntryFlags::None,N_("Adria Refills Mana"),N_("Adria will refill your mana when you visit her shop."),false)
,autoEquipWeapons("Auto Equip Weapons",OptionEntryFlags::None,N_("Auto Equip Weapons"),N_("Weapons will be automatically equipped on pickup or purchase if enabled."),true)
,autoEquipArmor("Auto Equip Armor",OptionEntryFlags::None,N_("Auto Equip Armor"),N_("Armor will be automatically equipped on pickup or purchase if enabled."),AUTO_PICKUP_DEFAULT(false))
,autoEquipHelms("Auto Equip Helms",OptionEntryFlags::None,N_("Auto Equip Helms"),N_("Helms will be automatically equipped on pickup or purchase if enabled."),AUTO_PICKUP_DEFAULT(false))
,autoEquipShields("Auto Equip Shields",OptionEntryFlags::None,N_("Auto Equip Shields"),N_("Shields will be automatically equipped on pickup or purchase if enabled."),AUTO_PICKUP_DEFAULT(false))
,autoEquipJewelry("Auto Equip Jewelry",OptionEntryFlags::None,N_("Auto Equip Jewelry"),N_("Jewelry will be automatically equipped on pickup or purchase if enabled."),AUTO_PICKUP_DEFAULT(false))
,randomizeQuests("Randomize Quests",OptionEntryFlags::CantChangeInGame,N_("Randomize Quests"),N_("Randomly selecting available quests for new games."),true)
,showMonsterType("Show Monster Type",OptionEntryFlags::None,N_("Show Monster Type"),N_("Hovering over a monster will display the type of monster in the description box in the UI."),false)
,autoRefillBelt("Auto Refill Belt",OptionEntryFlags::None,N_("Auto Refill Belt"),N_("Refill belt from inventory when belt item is consumed."),AUTO_PICKUP_DEFAULT(false))
,disableCripplingShrines("Disable Crippling Shrines",OptionEntryFlags::None,N_("Disable Crippling Shrines"),N_("When enabled Cauldrons, Fascinating Shrines, Goat Shrines, Ornate Shrines and Sacred Shrines are not able to be clicked on and labeled as disabled."),false)