# Hessian Events

namespace = FEE_Hesse_Events

# Hirirng of the National Army (also WES)
country_event = {
	id = FEE_Hesse_Events.1
	title = FEE_Hesse_Events.1.T
	desc = FEE_Hesse_Events.1.D
	picture = LAND_MILITARY_eventPicture

	trigger = {
		OR = {
			tag = HES
			was_tag = HES
			AND = {
				tag = WES
				HES = { exists = no }
			}
		}
		is_year = 1630
		is_at_war = no
		army_size = 10
		any_country = {
			OR = {
				capital_scope = { region = north_german_region }
				capital_scope = { region = south_german_region }
				capital_scope = { region = france_region }
				capital_scope = { region = scandinavia_region }
				capital_scope = { region = low_countries_region }
				capital_scope = { region = italy_region }
				capital_scope = { region = iberia_region }
			}
			is_at_war = yes
		}
	}

	mean_time_to_happen = {
		months = 540
		modifier = {
			factor = 0.8
			has_idea_group = administrative_ideas
		}
		modifier = {
			factor = 0.8
			MIL = 4
		}
		modifier = {
			factor = 0.9
			has_idea_group = quality_ideas
		}
	}

	option = {
		name = FEE_Hesse_Events.1.OPT1

		add_years_of_income = 0.25
		add_manpower = -3
		add_army_tradition = 5.0
	}

	option = {
		name = FEE_Hesse_Events.1.OPT2

		add_mil_power = 25
	}
}