VERSION = 1,

option KYRRealWeatherMod.LatitudeVariation
{
	type = integer,
	min = 20,
	max = 65,
	default = 40,

	page = KYRRealWeatherMod,
	translation = KYRRealWeatherMod_LatitudeVariation,
}

option KYRRealWeatherMod.Maxtemp
{
	type = integer,
	min = 0,
	max = 50,
	default = 35,

	page = KYRRealWeatherMod,
	translation = KYRRealWeatherMod_Maxtemp,
}

option KYRRealWeatherMod.Mintemp
{
	type = integer,
	min = -170,
	max = 0,
	default = -15,

	page = KYRRealWeatherMod,
	translation = KYRRealWeatherMod_Mintemp,
}

option KYRRealWeatherMod.SeasonVariation
{
	type = integer,
	min = 7,
	max = 40,
	default = 9,

	page = KYRRealWeatherMod,
	translation = KYRRealWeatherMod_SeasonVariation,
}