# Philosopher
country_event = {

	id = 4021
	
	trigger = {
		NOT = { has_country_flag = philosopher }
		philosopher = 5
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			philosopher = 6
		} 
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4021"
	desc = "EVTDESC4021"
	
	option = {
		name = "EVTOPTA4021"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		set_country_flag = philosopher
	}
		
	option = {
		name = "EVTOPTB4021"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		set_country_flag = philosopher
	}
}

# Natural Scientist
country_event = {

	id = 4022
	
	trigger = {
		natural_scientist = 5
		NOT = { has_country_flag = natural_scientist }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			natural_scientist = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4022"
	desc = "EVTDESC4022"
	
	option = {
		name = "EVTOPTA4022"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "scientific_evolution"
			duration = 2190
		}
		set_country_flag = natural_scientist
	}
		
	option = {
		name = "EVTOPTB4022"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "scientific_evolution"
			duration = 2190
		}
		set_country_flag = natural_scientist
	}
}

# Army Reformer
country_event = {

	id = 4023
	
	trigger = {
		army_reformer = 5
		NOT = { has_country_flag = army_reformer }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			army_reformer = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4023"
	desc = "EVTDESC4023"
	
	option = {
		name = "EVTOPTA4023"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "land_investment"
			duration = 2190
		}
		set_country_flag = army_reformer
	}
		
	option = {
		name = "EVTOPTB4023"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "land_investment"
			duration = 2190
		}
		set_country_flag = army_reformer
	}
}

# Naval reformer
country_event = {

	id = 4024
	
	trigger = {
		naval_reformer = 5
		NOT = { has_country_flag = naval_reformer }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			naval_reformer = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4024"
	desc = "EVTDESC4024"
	
	option = {
		name = "EVTOPTA4024"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "naval_investment"
			duration = 2190
		}
		set_country_flag = naval_reformer
	}
		
	option = {
		name = "EVTOPTB4024"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "naval_investment"
			duration = 2190
		}
		set_country_flag = naval_reformer
	}
}

# Artist
country_event = {

	id = 4025
	
	trigger = {
		artist = 5
		NOT = { has_country_flag = artist }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			artist = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4025"
	desc = "EVTDESC4025"
	
	option = {
		name = "EVTOPTA4025"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "reduced_stability_cost"
			duration = 2190
		}
		set_country_flag = artist
	}
		
	option = {
		name = "EVTOPTB4025"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "reduced_stability_cost"
			duration = 2190
		}
		set_country_flag = artist
	}
}

# Treasurer
country_event = {

	id = 4026
	
	trigger = {
		treasurer = 5
		NOT = { has_country_flag = treasurer }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			treasurer = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4026"
	desc = "EVTDESC4026"
	
	option = {
		name = "EVTOPTA4026"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "trading_investment"
			duration = 2190
		}
		set_country_flag = treasurer
	}
		
	option = {
		name = "EVTOPTB4026"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "trading_investment"
			duration = 2190
		}
		set_country_flag = treasurer
	}
}


# Theologian
country_event = {

	id = 4027
	
	trigger = {
		theologian = 5
		NOT = { has_country_flag = theologian }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			theologian = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4027"
	desc = "EVTDESC4027"
	
	option = {
		name = "EVTOPTA4027"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "theology"
			duration = 2190
		}
		set_country_flag = theologian
	}
		
	option = {
		name = "EVTOPTB4027"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "theology"
			duration = 2190
		}		
		set_country_flag = theologian
	}
}

# Statesman
country_event = {

	id = 4028
	
	trigger = {
		statesman = 5
		NOT = { has_country_flag = statesman }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			statesman = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4028"
	desc = "EVTDESC4028"
	
	option = {
		name = "EVTOPTA4028"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "government_investment"
			duration = 2190
		}
		set_country_flag = statesman
	}
		
	option = {
		name = "EVTOPTB4028"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "government_investment"
			duration = 2190
		}
		set_country_flag = statesman
	}
}

# Colonial Governor
country_event = {

	id = 4029
	
	trigger = {
		colonial_governor = 5
		NOT = { has_country_flag = colonial_governor }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			colonial_governor = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4029"
	desc = "EVTDESC4029"
	
	option = {
		name = "EVTOPTA4029"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "more_tariffs"
			duration = 2190
		}
		set_country_flag = colonial_governor
	}
		
	option = {
		name = "EVTOPTB4029"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "more_tariffs"
			duration = 2190
		}
		set_country_flag = colonial_governor
	}
}

# Spymaster
country_event = {

	id = 4030
	
	trigger = {
		spymaster = 5
		NOT = { has_country_flag = spymaster }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			spymaster = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4030"
	desc = "EVTDESC4030"
	
	option = {
		name = "EVTOPTA4030"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "spy"
			duration = 2190
		}
		set_country_flag = spymaster		
	}
		
	option = {
		name = "EVTOPTB4030"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "spy"
			duration = 2190
		}
		set_country_flag = spymaster		
	}
}

# Diplomat
country_event = {

	id = 4031
	
	trigger = {
		diplomat = 5
		NOT = { has_country_flag = diplomat }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			diplomat = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4031"
	desc = "EVTDESC4031"
	
	option = {
		name = "EVTOPTA4031"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		diplomats = 2
		badboy = -6
		set_country_flag = diplomat
	}
		
	option = {
		name = "EVTOPTB4031"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		diplomats = 2
		badboy = -6
		set_country_flag = diplomat
	}
}

# Trader
country_event = {

	id = 4032
	
	trigger = {
		trader = 5
		NOT = { has_country_flag = trader }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			trader = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4032"
	desc = "EVTDESC4032"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		trade_tech = 600
		set_country_flag = trader
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		trade_tech = 600
		set_country_flag = trader
	}
}

# Sheriff
country_event = {

	id = 4100
	
	trigger = {
		sheriff = 5
		NOT = { has_country_flag = sheriff }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			sheriff = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4100"
	desc = "EVTDESC4100"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "sheriff_boost"
			duration = 2190
		}		
		set_country_flag = sheriff
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "sheriff_boost"
			duration = 2190
		}
		set_country_flag = sheriff
	}
}



# high_judge
country_event = {

	id = 4101
	
	trigger = {
		high_judge = 5
		NOT = { has_country_flag = high_judge }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			high_judge = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4101"
	desc = "EVTDESC4101"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "high_judge_boost"
			duration = 2190
		}		
		set_country_flag = high_judge
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "high_judge_boost"
			duration = 2190
		}
		set_country_flag = high_judge
	}
}

# alderman
country_event = {

	id = 4102
	
	trigger = {
		alderman = 5
		NOT = { has_country_flag = alderman }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			alderman = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4102"
	desc = "EVTDESC4102"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "alderman_boost"
			duration = 2190
		}		
		set_country_flag = alderman
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "alderman_boost"
			duration = 2190
		}
		set_country_flag = alderman
	}
}


# colonel
country_event = {

	id = 4103
	
	trigger = {
		colonel = 5
		NOT = { has_country_flag = colonel }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			colonel = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4103"
	desc = "EVTDESC4103"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "colonel_boost"
			duration = 2190
		}		
		set_country_flag = colonel
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "colonel_boost"
			duration = 2190
		}
		set_country_flag = colonel
	}
}

# master_of_mint
country_event = {

	id = 4104
	
	trigger = {
		master_of_mint = 5
		NOT = { has_country_flag = master_of_mint }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			master_of_mint = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4104"
	desc = "EVTDESC4104"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "master_of_mint_boost"
			duration = 2190
		}		
		set_country_flag = master_of_mint
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "master_of_mint_boost"
			duration = 2190
		}
		set_country_flag = master_of_mint
	}
}

# banker
country_event = {

	id = 4105
	
	trigger = {
		banker = 5
		NOT = { has_country_flag = banker }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			banker = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4105"
	desc = "EVTDESC4105"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "banker_boost"
			duration = 2190
		}		
		set_country_flag = banker
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "banker_boost"
			duration = 2190
		}
		set_country_flag = banker
	}
}

# lord_proprietor
country_event = {

	id = 4106
	
	trigger = {
		lord_proprietor = 5
		NOT = { has_country_flag = lord_proprietor }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			lord_proprietor = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4106"
	desc = "EVTDESC4106"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "lord_proprietor_boost"
			duration = 2190
		}		
		set_country_flag = lord_proprietor
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "lord_proprietor_boost"
			duration = 2190
		}
		set_country_flag = lord_proprietor
	}
}


# pioneer
country_event = {

	id = 4107
	
	trigger = {
		pioneer = 5
		NOT = { has_country_flag = pioneer }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			pioneer = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4107"
	desc = "EVTDESC4107"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "colonial"
			duration = 2190
		}		
		set_country_flag = pioneer
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "colonial"
			duration = 2190
		}
		set_country_flag = pioneer
	}
}

# grand_admiral
country_event = {

	id = 4108
	
	trigger = {
		grand_admiral = 5
		NOT = { has_country_flag = grand_admiral }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			grand_admiral = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4108"
	desc = "EVTDESC4108"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "grand_admiral_boost"
			duration = 2190
		}		
		set_country_flag = grand_admiral
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "grand_admiral_boost"
			duration = 2190
		}
		set_country_flag = grand_admiral
	}
}

# naval_organiser
country_event = {

	id = 4109
	
	trigger = {
		naval_organiser = 5
		NOT = { has_country_flag = naval_organiser }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			naval_organiser = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4109"
	desc = "EVTDESC4109"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "naval_organiser_boost"
			duration = 2190
		}		
		set_country_flag = naval_organiser
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "naval_organiser_boost"
			duration = 2190
		}
		set_country_flag = naval_organiser
	}
}

# navigator
country_event = {

	id = 4110
	
	trigger = {
		navigator = 5
		NOT = { has_country_flag = navigator }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			navigator = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4110"
	desc = "EVTDESC4110"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "navigator_boost"
			duration = 2190
		}		
		set_country_flag = navigator
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "navigator_boost"
			duration = 2190
		}
		set_country_flag = navigator
	}
}

# rear_admiral
country_event = {

	id = 4111
	
	trigger = {
		rear_admiral = 5
		NOT = { has_country_flag = rear_admiral }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			rear_admiral = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4111"
	desc = "EVTDESC4111"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "rear_admiral_boost"
			duration = 2190
		}		
		set_country_flag = rear_admiral
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "rear_admiral_boost"
			duration = 2190
		}
		set_country_flag = rear_admiral
	}
}

# privateer
country_event = {

	id = 4112
	
	trigger = {
		privateer = 5
		NOT = { has_country_flag = privateer }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			privateer = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4112"
	desc = "EVTDESC4112"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "privateer_boost"
			duration = 2190
		}		
		set_country_flag = privateer
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "privateer_boost"
			duration = 2190
		}
		set_country_flag = privateer
	}
}

# sergeant_major_general
country_event = {

	id = 4113
	
	trigger = {
		sergeant_major_general = 5
		NOT = { has_country_flag = sergeant_major_general }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			sergeant_major_general = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4113"
	desc = "EVTDESC4113"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "sergeant_major_general_boost"
			duration = 2190
		}		
		set_country_flag = sergeant_major_general
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "sergeant_major_general_boost"
			duration = 2190
		}
		set_country_flag = sergeant_major_general
	}
}


# grand_captain
country_event = {

	id = 4114
	
	trigger = {
		grand_captain = 5
		NOT = { has_country_flag = grand_captain }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			grand_captain = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4114"
	desc = "EVTDESC4114"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "grand_captain_boost"
			duration = 2190
		}		
		set_country_flag = grand_captain
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "grand_captain_boost"
			duration = 2190
		}
		set_country_flag = grand_captain
	}
}

# army_organiser
country_event = {

	id = 4115
	
	trigger = {
		army_organiser = 5
		NOT = { has_country_flag = army_organiser }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			army_organiser = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4115"
	desc = "EVTDESC4115"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "army_organiser_boost"
			duration = 2190
		}		
		set_country_flag = army_organiser
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "army_organiser_boost"
			duration = 2190
		}
		set_country_flag = army_organiser
	}
}

# commandant
country_event = {

	id = 4116
	
	trigger = {
		commandant = 5
		NOT = { has_country_flag = commandant }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			commandant = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4116"
	desc = "EVTDESC4116"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "commandant_boost"
			duration = 2190
		}		
		set_country_flag = commandant
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "commandant_boost"
			duration = 2190
		}
		set_country_flag = commandant
	}
}

# quartermaster
country_event = {

	id = 4117
	
	trigger = {
		quartermaster = 5
		NOT = { has_country_flag = quartermaster }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			quartermaster = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4117"
	desc = "EVTDESC4117"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "quartermaster_boost"
			duration = 2190
		}		
		set_country_flag = quartermaster
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "quartermaster_boost"
			duration = 2190
		}
		set_country_flag = quartermaster
	}
}

# recruitmaster
country_event = {

	id = 4118
	
	trigger = {
		recruitmaster = 5
		NOT = { has_country_flag = recruitmaster }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			recruitmaster = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4118"
	desc = "EVTDESC4118"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "recruitmaster_boost"
			duration = 2190
		}		
		set_country_flag = recruitmaster
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "recruitmaster_boost"
			duration = 2190
		}
		set_country_flag = recruitmaster
	}
}


# fortification_expert
country_event = {

	id = 4119
	
	trigger = {
		fortification_expert = 5
		NOT = { has_country_flag = fortification_expert }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			fortification_expert = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4119"
	desc = "EVTDESC4119"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "fortification_expert_boost"
			duration = 2190
		}		
		set_country_flag = fortification_expert
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "fortification_expert_boost"
			duration = 2190
		}
		set_country_flag = fortification_expert
	}
}


# inquisitor
country_event = {

	id = 4120
	
	trigger = {
		inquisitor = 5
		NOT = { has_country_flag = inquisitor }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			inquisitor = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4120"
	desc = "EVTDESC4120"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "inquisitor_boost"
			duration = 2190
		}		
		set_country_flag = inquisitor
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "inquisitor_boost"
			duration = 2190
		}
		set_country_flag = inquisitor
	}
}

# ambassador
country_event = {

	id = 4121
	
	trigger = {
		ambassador = 5
		NOT = { has_country_flag = ambassador }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			ambassador = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4121"
	desc = "EVTDESC4121"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "ambassador_boost"
			duration = 2190
		}		
		set_country_flag = ambassador
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "ambassador_boost"
			duration = 2190
		}
		set_country_flag = ambassador
	}
}


# grand_marshal
country_event = {

	id = 4122
	
	trigger = {
		grand_marshal = 5
		NOT = { has_country_flag = grand_marshal }
	}
	
	mean_time_to_happen = {
		months = 300
		
		modifier = {
			factor = 0.9
			grand_marshal = 6
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = 0 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -2 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 1
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
	}
	
	title = "EVTNAME4122"
	desc = "EVTDESC4122"
	
	option = {
		name = "EVTOPTA4032"	# His efforts will be admired throughout the nation
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				not = { stability = -1 }
			}
		}
		stability = 2
		add_country_modifier = {
			name = "grand_marshal_boost"
			duration = 2190
		}		
		set_country_flag = grand_marshal
	}
		
	option = {
		name = "EVTOPTB4032"	# His reputation will reach further than our borders
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				stability = 2
			}
		}
		prestige = 0.10
		add_country_modifier = {
			name = "grand_marshal_boost"
			duration = 2190
		}
		set_country_flag = grand_marshal
	}
}
