namespace = FEE_Historical_Events

#The Year Without a Summer
country_event = {
	id = FEE_Historical_Events.1
	title = FEE_Historical_Events.1.T
	desc = FEE_Historical_Events.1.D
	picture = FAMINE_eventPicture

	fire_only_once = yes
	trigger = {
		capital_scope = {
			OR = {
				continent = europe
				continent = asia
				continent = north_america
			}
		}
		is_year = 1816
		is_month = 2
	}

	major = yes

	option = {
		name = FEE_Historical_Events.1.OPT1
		change_price = {
			trade_goods = grain
			key = fee_year_without_summer
			value = 1
			duration = 24
		}
		change_price = {
			trade_goods = livestock
			key = fee_year_without_summer
			value = 0.5
			duration = 24
		}
		custom_tooltip = FEE_YEAR_WITHOUT_SUMMER_TT
		tooltip = {
			add_country_modifier = {
				name = fee_year_without_summer_country
				duration = 360
			}
		}
		hidden_effect = {
			every_country = {
				limit = {
					capital_scope = {
						OR = {
							continent = europe
							continent = asia
							continent = north_america
						}
					}
				}
				add_country_modifier = {
					name = fee_year_without_summer_country
					duration = 360
				}
			}
		}
	}
}