,autoRefillBelt("Auto Refill Belt",OptionEntryFlags::None,N_("Auto Refill Belt"),N_("Refill belt from inventory when belt item is consumed."),false)
,autoRefillBelt("Auto Refill Belt",OptionEntryFlags::None,N_("Auto Refill Belt"),N_("Refill belt from inventory when belt item is consumed."),false)
,disableCripplingShrines("Disable Crippling Shrines",OptionEntryFlags::None,N_("Disable Crippling Shrines"),N_("When enabled Cauldrons, Fascinating Shrines, Goat Shrines, Ornate Shrines, Sacred Shrines and Murphy's Shrines are not able to be clicked on and labeled as disabled."),false)
,disableCripplingShrines("Disable Crippling Shrines",OptionEntryFlags::None,N_("Disable Crippling Shrines"),N_("When enabled Cauldrons, Fascinating Shrines, Goat Shrines, Ornate Shrines, Sacred Shrines and Murphy's Shrines are not able to be clicked on and labeled as disabled."),false)
,quickCast("Quick Cast",OptionEntryFlags::None,N_("Quick Cast"),N_("Spell hotkeys instantly cast the spell, rather than switching the readied spell."),false)
,quickCast("Quick Cast",OptionEntryFlags::None,N_("Quick Cast"),N_("Spell hotkeys instantly cast the spell, rather than switching the readied spell."),false)
,autoSaveEnabled("Auto Save",OptionEntryFlags::CantChangeInMultiPlayer,N_("Auto Save"),N_("Autosave works only in single player and only at safe moments."),false)
#ifdef _DEBUG
,autoSaveIntervalSeconds("Auto Save Interval",OptionEntryFlags::CantChangeInMultiPlayer,N_("Autosave interval (seconds)"),N_("Time between periodic autosave attempts."),120,{30,60,90,120,180,300,600})
#else
,autoSaveIntervalSeconds("Auto Save Interval",OptionEntryFlags::CantChangeInMultiPlayer|OptionEntryFlags::Invisible,"","",120,{30,60,90,120,180,300,600})
#endif
,numHealPotionPickup("Heal Potion Pickup",OptionEntryFlags::None,N_("Heal Potion Pickup"),N_("Number of Healing potions to pick up automatically."),0,{0,1,2,4,8,16})
,numHealPotionPickup("Heal Potion Pickup",OptionEntryFlags::None,N_("Heal Potion Pickup"),N_("Number of Healing potions to pick up automatically."),0,{0,1,2,4,8,16})
,numFullHealPotionPickup("Full Heal Potion Pickup",OptionEntryFlags::None,N_("Full Heal Potion Pickup"),N_("Number of Full Healing potions to pick up automatically."),0,{0,1,2,4,8,16})
,numFullHealPotionPickup("Full Heal Potion Pickup",OptionEntryFlags::None,N_("Full Heal Potion Pickup"),N_("Number of Full Healing potions to pick up automatically."),0,{0,1,2,4,8,16})
,numManaPotionPickup("Mana Potion Pickup",OptionEntryFlags::None,N_("Mana Potion Pickup"),N_("Number of Mana potions to pick up automatically."),0,{0,1,2,4,8,16})
,numManaPotionPickup("Mana Potion Pickup",OptionEntryFlags::None,N_("Mana Potion Pickup"),N_("Number of Mana potions to pick up automatically."),0,{0,1,2,4,8,16})