#########################################################
#		Financial reform			#
#########################################################

country_event = {

	id = 4033

	trigger = {
		advisor = treasurer
		NOT = { production_efficiency = 0.6 }
		NOT = { trade_efficiency = 0.6 }
		inflation = 20
	}

	mean_time_to_happen = {
		months = 360
		
		modifier = {
			factor = 0.9
			treasurer = 5	
		}
		modifier = {
			factor = 1.1
			NOT = { treasurer = 3 }
		}
		modifier = {
			factor = 1.1
			num_of_cots = 2
		}
		modifier = {
			factor = 1.1
			num_of_cots = 3
		}
	}

	title = "EVTNAME4033"
	desc = "EVTDESC4033"

	option = {
		name = "EVTOPTA4033"		# Go through with the reforms
		ai_chance = { factor = 70 }
		prestige = 0.02
		government_tech = 200
		stability = -2
		add_country_modifier = {
			name = "tax_income_boost"
			duration = 365
		}
	}
	option = {
		name = "EVTOPTB4033"		# No, such restructuring would be too harsh.
		ai_chance = { factor = 30 }
		prestige = -0.02
		stability = 1
		add_country_modifier = {
			name = "tax_income_loss"
			duration = 365
		}
	}
}



#########################################################
#			Social reform			#
#########################################################

country_event = {

	id = 4034

	trigger = {
		idea = humanist_tolerance
		NOT = { serfdom_freesubjects = -1 }
	}

	mean_time_to_happen = {
		months = 360

		modifier = {
			factor = 0.9
			NOT = { serfdom_freesubjects = -1 }
		}
		modifier = {
			factor = 0.9
			NOT = { serfdom_freesubjects = -3 }
		}
		modifier = {
			factor = 0.9
			NOT = { aristocracy_plutocracy = -1 }
		}
		modifier = {
			factor = 0.9
			NOT = { aristocracy_plutocracy = -3 }
		}
		modifier = {
			factor = 0.9
			statesman = 5
		}
		modifier = {
			factor = 1.1
			NOT = { statesman = 3 }
		}
		modifier = {
			factor = 1.1
			NOT = { ADM = 4 }
		}
	}

	title = "EVTNAME4034"
	desc = "EVTDESC4034"

	option = {
		name = "EVTOPTA4034"		# Abolish serfdom
		ai_chance = { factor = 60 }
		serfdom_freesubjects = 2
		prestige = 0.02
		treasury = 50
		add_country_modifier = {
			name = "reform_tensions"
			duration = 365
		}
	}
	option = {
		name = "EVTOPTB4034"		# We are in no need of such a reform 
		ai_chance = { factor = 40 }
		prestige = -0.02
		serfdom_freesubjects = -1
	}
}



#########################################################
#		Military development			#
#########################################################

country_event = {

	id = 4035

	trigger = {
		idea = grand_army
		is_monarch_leader = yes
	}

	mean_time_to_happen = {
		months = 360

		modifier = {
			factor = 0.9
			MIL = 8
		}
		modifier = {
			factor = 0.9
			MIL = 9
		}
		modifier = {
			factor = 0.9
			army_reformer = 5
		}
		modifier = {
			factor = 1.1
			NOT = { army_reformer = 3 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -1 }
		}
		modifier = {
			factor = 0.9
			NOT = { innovative_narrowminded = -3 }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 2
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 4
		}
	}

	title = "EVTNAME4035"
	desc = "EVTDESC4035"

	option = {
		name = "EVTOPTA4035"		# Invest in quality troops
		ai_chance = { factor = 60 }
		quality_quantity = -2
		prestige = 0.02
		treasury = 50
		add_country_modifier = {
			name = "reform_tensions"
			duration = 365
		}
	}
	option = {
		name = "EVTOPTB4035"		# Invest in quantity
		ai_chance = { factor = 40 }
		prestige = -0.02
		quality_quantity = 1
	}
}


#########################################################
#		Architectureal development		#
#########################################################

country_event = {

	id = 4036

	trigger = {
		idea = patron_of_art
		ADM = 6
	}

	mean_time_to_happen = {
		months = 360

		modifier = {
			factor = 0.9
			ADM = 7
		}
		modifier = {
			factor = 0.9
			ADM = 8
		}
		modifier = {
			factor = 0.9
			ADM = 9
		}
		modifier = {
			factor = 0.9
			advisor = artist
		}
		modifier = {
			factor = 1.1
			NOT = { advisor = artist }
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 3
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 4
		}
		modifier = {
			factor = 1.1
			innovative_narrowminded = 5
		}
	}

	title = "EVTNAME4036"
	desc = "EVTDESC4036"

	option = {
		name = "EVTOPTA4036"		# Support architectural development
		ai_chance = { factor = 60 }
		innovative_narrowminded = -2
		prestige = 0.02
		treasury = 50
		add_country_modifier = {
			name = "reform_tensions"
			duration = 365
		}
	}
	option = {
		name = "EVTOPTB4035"		# Don't support it
		ai_chance = { factor = 40 }
		prestige = -0.02
		innovative_narrowminded = 1
	}
}
