namespace = GE_reform_cycle

country_event = {
	id = GE_reform_cycle.1
	title = metropolian_bishop_reform.1.t
	desc = metropolian_bishop_reform.1.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		has_religious_reform_2 = yes
		religion = orthodox
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = metropolian_bishop_reform.1.a
		
		add_patriarch_authority = 0.05
	}
	
	option = {
		name = metropolian_bishop_reform.1.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 10
		}
	}
}

country_event = {
	id = GE_reform_cycle.2
	title = metropolian_bishop_reform.2.t
	desc = metropolian_bishop_reform.2.d
	picture = CHURCH_ESTATE_UPSET_eventPicture
	
	trigger = {
		has_religious_reform_2 = yes
		religion = orthodox
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = metropolian_bishop_reform.2.a
		
		add_patriarch_authority = -0.05
	}
	
	option = {
		name = metropolian_bishop_reform.2.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}
	
	option = {
		name = metropolian_bishop_reform.2.c
		
		highlight = yes
		
		trigger = {
			ruler_has_personality = greedy_personality
		}
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
		add_years_of_income = 0.1
	}
}

country_event = {
	id = GE_reform_cycle.3
	title = papal_embassy_reform.3.t
	desc = papal_embassy_reform.3.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		has_religious_reform_2 = yes
		religion = catholic
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = papal_embassy_reform.3.a
		
		add_papal_influence = 10
	}
	
	option = {
		name = papal_embassy_reform.3.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 10
		}
	}
	
	option = {
		name = papal_embassy_reform.3.c
		
		highlight = yes
		
		if = {
			limit = {
				has_theocratic_reform_3 = yes
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_THEOCRATIC_BUREACRATS
		}
		else = {
		custom_tooltip = AVAILABLE_BECAUSE_OF_CLERGY_LOYALTY
		}
		trigger = {
			OR = {
				has_reform = theocratic_bureacrats_reform
				has_reform = house_of_knights_reform
				AND = {
					estate_influence = {
						estate = estate_church
						influence = 75
					}
					estate_loyalty = {
						estate = estate_church
						loyalty = 60
					}
				}
			}
		}
		
		random_owned_province = {
			limit = {
				has_cardinal = no
			}
			add_cardinal = yes
		}
	}
}

country_event = {
	id = GE_reform_cycle.4
	title = papal_embassy_reform.4.t
	desc = papal_embassy_reform.4.d
	picture = CHURCH_ESTATE_UPSET_eventPicture
	
	trigger = {
		has_religious_reform_2 = yes
		religion = catholic
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = papal_embassy_reform.4.a
		
		add_papal_influence = -10
	}
	
	option = {
		name = papal_embassy_reform.4.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.5
	title = diplomatic_positions.5.t
	desc = diplomatic_positions.5.d
	picture = ADVISOR_eventPicture
	
	trigger = {
		has_diplomatic_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = diplomatic_positions.5.a
		
		add_prestige = 10
	}
	
	option = {
		name = diplomatic_positions.5.b
		
		every_neighbor_country = {
			limit = {
				NOT = { war_with = ROOT }
			}
			add_opinion = { who = ROOT modifier = opinion_diplomatic_positions }
		}	
	}
	
	option = {
		name = diplomatic_positions.5.c
		
		highlight = yes

		custom_tooltip = AVAILABLE_BECAUSE_OF_PRESTIGE
		
		trigger = { prestige = 50 }
		
		add_legitimacy = 10
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}
	}
}

country_event = {
	id = GE_reform_cycle.6
	title = diplomatic_positions.6.t
	desc = diplomatic_positions.6.d
	picture = ACCUSATION_eventPicture
	
	trigger = {
		has_diplomatic_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = diplomatic_positions.6.a
		
		if = {
			limit = { government_rank = 3 }
			add_prestige = -20
		}
		else_if = {
			limit = { government_rank = 2 }
			add_prestige = -15
		}
		else = {
			add_prestige = -10
		}
	}
	
	option = {
		name = diplomatic_positions.6.b
		
		every_neighbor_country = {
			limit = {
				NOT = { war_with = ROOT }
			}
			add_opinion = { who = ROOT modifier = opinion_diplomatic_positions_negative }
		}
	}
}

country_event = {
	id = GE_reform_cycle.7
	title = promote_nobles.7.t
	desc = promote_nobles.7.d
	picture = TOURNAMENT_eventPicture
	
	trigger = {
		has_strong_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = promote_nobles.7.a
		
		add_yearly_manpower = 0.5
	}
	
	option = {
		name = promote_nobles.7.b
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 10
		}
	}
	
	option = {
		name = promote_nobles.7.c
		
		highlight = yes
		
		if = {
			limit = {
				has_nobility_reform_4 = yes
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_OF_NOBLE_BEARING
		}
		else_if = {
			limit = {
				has_reform = koprulu_dynasty_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_KOPRULU_DYNASTY
		}
		else = {
		custom_tooltip = AVAILABLE_BECAUSE_OF_NOBLES_LOYALTY
		}
		
		trigger = {
			OR = {
				has_reform = of_noble_bearing_reform
				has_reform = koprulu_dynasty_reform
				AND = {
					estate_influence = {
						estate = estate_nobles
						influence = 75
					}
					estate_loyalty = {
						estate = estate_nobles
						loyalty = 60
					}
				}
			}
		}
		
		create_general = { tradition = 40 }
	}
}

country_event = {
	id = GE_reform_cycle.8
	title = promote_nobles.8.t
	desc = promote_nobles.8.d
	picture = LAND_MILITARY_eventPicture
	
	trigger = {
		has_strong_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = promote_nobles.8.a
		
		random_owned_province = {
			limit = {
				is_capital = no
				is_overseas = no
				is_colony = no
				is_territory = no
			}
			spawn_rebels = {
				type = noble_rebels
				size = 2
			}
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -5
		}
	}
	
	option = {
		name = promote_nobles.8.b
		
		add_estate_influence_modifier = {
			estate = estate_nobles
			desc = EST_VAL_NOBILITY_ADVANCES
			influence = 15
			duration = 3650
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}
	}
}

country_event = {
	id = GE_reform_cycle.9
	title = curtail_nobles.9.t
	desc = curtail_nobles.9.d
	picture = COURT_eventPicture
	
	trigger = {
		has_weak_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = curtail_nobles.9.a
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 10
		}
	}
	
	option = {
		name = curtail_nobles.9.b
		
		add_reform_progress_small_effect = yes
	}
}

country_event = {
	id = GE_reform_cycle.10
	title = curtail_nobles.10.t
	desc = curtail_nobles.10.d
	picture = CONQUEST_eventPicture
	
	trigger = {
		has_weak_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = curtail_nobles.10.a
		
		capital_scope = {
			spawn_rebels = {
				type = noble_rebels
				size = 1
			}
		}
	}
	
	option = {
		name = curtail_nobles.10.b
		
		add_years_of_income = -0.2
	}
	
	option = {
		name = curtail_nobles.10.c
		
		ai_chance = { factor = 0 }
		
		remove_government_reform = quash_noble_power_reform
		remove_government_reform = lithuania_law_reform
		remove_government_reform = portuguese_cortes_reform
		remove_government_reform = riksradet_norway_reform
		remove_government_reform = every_man_a_noble_reform
		remove_government_reform = ge_noble_court_attendance_reform
		remove_government_reform = arch_marshal_reform
		remove_government_reform = curia_regis_reform
		reduce_reform_progress_small_effect = yes
	}
}

country_event = {
	id = GE_reform_cycle.11
	title = guild_dominance.11.t
	desc = guild_dominance.11.d
	picture = DEBATE_REPUBLICAN_eventPicture
	
	trigger = {
		OR = {
			has_reform = guild_dominance_reform
			has_reform = moedernegotie_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = guild_dominance.11.a
		
		ai_chance = { factor = 1 }
		
		random_owned_province = {
			limit = {
				region = low_countries_region
			}
			add_base_production = 1
		}
	}
	
	option = {
		name = guild_dominance.11.b
		
		add_years_of_income = 0.4
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -5
		}
	}
	
	option = {
		name = guild_dominance.11.c
		
		ai_chance = { factor = 5 }
		
		if = {
			limit = {
				tag = NED
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_TAG_NED
		}
		else = {
		custom_tooltip = AVAILABLE_BECAUSE_OF_BURGHER_LOYALTY
		}
		
		trigger = {
			OR = {
				tag = NED
				AND = {
					estate_influence = {
						estate = estate_burghers
						influence = 75
					}
					estate_loyalty = {
						estate = estate_burghers
						loyalty = 60
					}
				}
			}
		}
		
		highlight = yes
		
		add_years_of_income = -0.2
		random_owned_province = {
			limit = {
				region = low_countries_region
			}
			add_base_production = 1
		}
		random_owned_province = {
			limit = {
				region = low_countries_region
			}
			add_base_tax = 1
		}
	}
}

country_event = {
	id = GE_reform_cycle.12
	title = guild_dominance.12.t
	desc = guild_dominance.12.d
	picture = DEBATE_REPUBLICAN_eventPicture
	
	trigger = {
		OR = {
			has_reform = guild_dominance_reform
			has_reform = moedernegotie_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = guild_dominance.12.a
		
		ai_chance = {
			factor = 1
			
			modifier = {
				factor = 0
				estate_influence = {
					estate = estate_burghers
					influence = 70
				}
			}
		}
		
		add_estate_influence_modifier = {
			estate = estate_burghers
			desc = EST_VAL_BURGHERS_ADVANCE
			influence = 15
			duration = 7300
		}
	}
	
	option = {
		name = guild_dominance.12.b
		
		ai_chance = { factor = 1 }
		
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.13
	title = trade_princes.13.t
	desc = trade_princes.13.d
	picture = DEBATE_REPUBLICAN_eventPicture
	
	trigger = {
		has_burgher_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = trade_princes.13.a
		
		add_mercantilism = 1
	}
	
	option = {
		name = trade_princes.13.b
		
		ai_chance = { factor = 1 }
		
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = 10
		}
	}
	
	option = {
		name = trade_princes.13.c
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_BURGHER_LOYALTY
		
		trigger = {
			estate_influence = {
				estate = estate_burghers
				influence = 75
			}
			estate_loyalty = {
				estate = estate_burghers
				loyalty = 60
			}
		}
		
		highlight = yes
		
		random_owned_province = {
			limit = {
				province_has_center_of_trade_of_level = 1
				NOT = { province_has_center_of_trade_of_level = 3 }
			}
			add_center_of_trade_level = 1
		}
	}
}

country_event = {
	id = GE_reform_cycle.14
	title = trade_princes.14.t
	desc = trade_princes.14.d
	picture = DEBATE_REPUBLICAN_eventPicture
	
	trigger = {
		has_burgher_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = trade_princes.14.a
		
		add_mercantilism = -1
	}
	
	option = {
		name = trade_princes.14.b
		
		ai_chance = { factor = 1 }
		
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.15
	title = state_church.15.t
	desc = state_church.15.d
	picture = RELIGIOUS_CONVERSION_eventPicture
	
	trigger = {
		OR = {
			religion = reformed
			religion = protestant
			religion = anglican
		}
		has_religious_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = state_church.15.a
		
		add_legitimacy = 10
	}
	
	option = {
		name = state_church.15.b
		
		add_estate_influence_modifier = {
			estate = estate_church
			desc = EST_VAL_CLERGY_ADVANCES
			influence = -10
			duration = 3650
		}
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 10
		}
	}
}

country_event = {
	id = GE_reform_cycle.16
	title = state_church.16.t
	desc = state_church.16.d
	picture = REFORM_eventPicture
	
	trigger = {
		OR = {
			religion = reformed
			religion = protestant
			religion = anglican
		}
		has_religious_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = state_church.16.a
		
		ai_chance = { factor = 1 }
		
		add_legitimacy = -10
	}
	
	option = {
		name = state_church.16.b
		
		ai_chance = {
			factor = 1
			
			modifier = {
				factor = 0
				estate_influence = {
					estate = estate_church
					influence = 70
				}
			}
		}
		
		add_estate_influence_modifier = {
			estate = estate_church
			desc = EST_VAL_CLERGY_ADVANCES
			influence = 10
			duration = 3650
		}
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.17
	title = dhimmi_nobles.17.t
	desc = dhimmi_nobles.17.d
	picture = FARMING_eventPicture
	
	trigger = {
		OR = {
			has_reform = dhimmi_nobles_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = dhimmi_nobles.17.a
		
		change_estate_land_share = {
			estate = estate_dhimmi
			share = -1
		}
	}
	
	option = {
		name = dhimmi_nobles.17.b
		
		add_estate_loyalty = {
			estate = estate_dhimmi
			loyalty = 10
		}
	}
	
	option = {
		name = dhimmi_nobles.17.c
		
		if = {
			limit = {
				has_decentralization_reform_3 = yes
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_MILLET
		}
		else = {
		custom_tooltip = AVAILABLE_BECAUSE_OF_DHIMMI_LOYALTY
		}
		
		trigger = {
			OR = {
				has_reform = millet_reform
				estate_loyalty = {
					estate = estate_dhimmi
					loyalty = 60
				}
			}
		}
		
		highlight = yes
		
		ai_chance = { factor = 1 }
		
		add_estate_loyalty = {
			estate = estate_dhimmi
			loyalty = 5
		}
		
		random_owned_province = {
			limit = {
				religion_group = christian
			}
			add_base_tax = 1
		}
	}
}

country_event = {
	id = GE_reform_cycle.18
	title = dhimmi_nobles.18.t
	desc = dhimmi_nobles.18.d
	picture = FAMINE_eventPicture
	
	trigger = {
		OR = {
			has_reform = dhimmi_nobles_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = dhimmi_nobles.18.a
		
		change_estate_land_share = {
			estate = estate_dhimmi
			share = 1
		}
	}
	
	option = {
		name = dhimmi_nobles.18.b
		
		add_estate_loyalty = {
			estate = estate_dhimmi
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.19
	title = muscovite_manorialism.19.t
	desc = muscovite_manorialism.19.d
	picture = FORT_eventPicture
	
	trigger = {
		has_weak_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = muscovite_manorialism.19.a
		
		add_country_modifier = {
			name = "Russian_Manorialism"
			duration = 3650
		}
	}
	
	option = {
		name = muscovite_manorialism.19.b
		
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = 5
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}
	}
	
	option = {
		name = muscovite_manorialism.19.c
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_NOBLE_WEAKNESS
		
		trigger = {
			NOT = {
				estate_influence = {
					estate = estate_nobles
					influence = 60
				}
			}
		}
		
		highlight = yes
		
		ai_chance = { factor = 1 }
		
		random_owned_province = {
			limit = {
				region = russia_region
			}
			add_base_tax = 1
		}
		random_owned_province = {
			add_base_tax = 1
		}
	}
}

country_event = {
	id = GE_reform_cycle.20
	title = muscovite_manorialism.20.t
	desc = muscovite_manorialism.20.d
	picture = FAMINE_eventPicture
	
	trigger = {
		has_weak_noble_reform_2 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = muscovite_manorialism.20.a
		
		add_corruption = 0.5
	}
	
	option = {
		name = muscovite_manorialism.20.b
		
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -5
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -5
		}
	}
}

country_event = {
	id = GE_reform_cycle.21
	title = order_of_the_swan.21.t
	desc = order_of_the_swan.21.d
	picture = TOURNAMENT_eventPicture
	
	trigger = {
		has_strong_noble_reform_2 = yes
		religion = catholic
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = order_of_the_swan.21.a
		
		trigger = {
			has_reform = order_of_the_swan
		}
		
		add_prestige = 25
		add_papal_influence = 10
	}
	
	option = {
		name = order_of_the_swan.21.b
		
		random_neighbor_country = {
			limit = {
				NOT = { war_with = ROOT }
				religion = catholic
			}
			add_opinion = { who = ROOT modifier = opinion_order_of_the_swan }
		}
	}
	
	option = {
		name = order_of_the_swan.21.c
		
		add_papal_influence = 10
	}
}

country_event = {
	id = GE_reform_cycle.22
	title = order_of_the_swan.22.t
	desc = order_of_the_swan.22.d
	picture = BANKRUPTCY_eventPicture
	
	trigger = {
		has_strong_noble_reform_2 = yes
		religion = catholic
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = order_of_the_swan.22.a
		
		add_legitimacy = -10
	}
	
	option = {
		name = order_of_the_swan.22.b
		
		if = {
			limit = {
				has_estate = estate_nobles
			}
			add_estate_loyalty = {
				estate = estate_nobles
				loyalty = -10
			}
		}
		else = {
			add_prestige = -15
		}
	}
}

#T3

country_event = {
	id = GE_reform_cycle.23
	title = centralized.23.t
	desc = centralized.23.d
	picture = COURT_eventPicture
	
	trigger = {
		has_centralization_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = centralized.23.a
		
		add_years_of_income = 0.1
	}
	
	option = {
		name = centralized.23.b
		
		define_advisor = {
			type = treasurer
			skill = 2
			cost_multiplier = 0.50
		}
	}
}

country_event = {
	id = GE_reform_cycle.24
	title = centralized.24.t
	desc = centralized.24.d
	picture = LIBERUM_VETO_eventPicture
	
	trigger = {
		has_centralization_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = centralized.24.a
		
		add_country_modifier = {
			name = "Stop_Centralization"
			duration = 7300
		}
		change_estate_land_share = {
			estate = estate_nobles
			share = 2.5
		}
	}
	
	option = {
		name = centralized.24.b
		
		trigger = {
			NOT = {
				OR = {
					has_strong_noble_reform_2 = yes
					has_weak_noble_reform_2 = yes
				}
			}	
		}
		
		random_owned_province = {
			limit = {
				is_capital = no
				is_overseas = no
				is_colony = no
				is_territory = no
			}
			spawn_rebels = {
				type = noble_rebels
				size = 1
			}
		}
	}
	
	option = {
		name = centralized.24.c
		
		if = {
			limit = {
				has_reform = enforce_privileges_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_ENFORCE_PRIVILEGES
		}
		else_if = {
			limit = {
				has_reform = growth_signoria_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_GROWTH_SIGNORIA
		}
		else_if = {
			limit = {
				has_reform = akritai_privileges_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_AKRITAI_PRIVILEGES
		}
		else_if = {
			limit = {
				has_reform = council_of_sheikhs_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_COUNCIL_OF_SHEIKHS
		}
		else_if = {
			limit = {
				has_reform = ge_blood_tax_reform_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_BLOOD_TAX_REFORM
		}
		trigger = {
			has_strong_noble_reform_2 = yes
		}
		
		highlight = yes
		
		random_owned_province = {
			limit = {
				is_capital = no
				is_overseas = no
				is_colony = no
				is_territory = no
			}
			spawn_rebels = {
				type = noble_rebels
				size = 2
			}
		}
	}
	
	option = {
		name = centralized.24.e
		
		if = {
			limit = {
				has_reform = quash_noble_power_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_QUASH_NOBLE_POWER
		}
		else_if = {
			limit = {
				has_reform = lithuania_law_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_LITHUANIA_LAW
		}
		
		trigger = {
			has_weak_noble_reform_2 = yes
		}
		
		highlight = yes
		
		add_legitimacy = 10
	}
}

country_event = {
	id = GE_reform_cycle.25
	title = decentralized.25.t
	desc = decentralized.25.d
	picture = CULTURE_eventPicture
	
	trigger = {
		has_decentralization_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					OR = {
						has_owner_accepted_culture = yes
						has_owner_culture = yes
					}
				}
				save_event_target_as = decentralize_cycle_GE_pos
			}
		}
	}
	
	option = {
		name = decentralized.25.a
		
		custom_tooltip = decentralized_25_a_tooltip
		hidden_effect = {
			every_owned_province = {
				limit = {
					culture = event_target:decentralize_cycle_GE_pos
				}
				add_province_modifier = {
					name = "Beneficial_Self_Rule"
					duration = 3650
				}
			}
		}
	}
	
	option = {
		name = decentralized.25.b
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 10
		}
	}
}

country_event = {
	id = GE_reform_cycle.26
	title = decentralized.26.t
	desc = decentralized.26.d
	picture = REVOLUTION_eventPicture
	
	trigger = {
		has_decentralization_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					has_owner_accepted_culture = no
					has_owner_culture = no
				}
				save_event_target_as = decentralize_cycle_GE_neg
			}
		}
	}
	
	option = {
		name = decentralized.26.a
		
		every_owned_province = {
			limit = {
				culture = event_target:decentralize_cycle_GE_neg
			}
			add_local_autonomy = 25
		}
	}
	
	option = {
		name = decentralized.26.b
		
		random_owned_province = {
			limit = {
				culture = event_target:decentralize_cycle_GE_neg
			}
			spawn_rebels = {
				type = nationalist_rebels 
				size = 2
			}
		}
	}
}

country_event = {
	id = GE_reform_cycle.27
	title = regional_fort.27.t
	desc = regional_fort.27.d
	picture = FORT_eventPicture
	
	trigger = {
		has_forts_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = regional_fort.27.a
		
		add_army_tradition = 10
	}
	
	option = {
		name = regional_fort.27.b
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 10
		}
	}
	
	option = {
		name = regional_fort.27.c
		
		if = {
			limit = {
				has_reform = empowered_royal_guard_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_LES_VIEUX_CORPS
		}
		else_if = {
			limit = {
				has_reform = professional_army_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_PROFESSIONAL_ARMY
		}
		
		trigger = {
			OR = {
				has_professionals_reform_35 = yes
			}
		}
		
		highlight = yes
		
		add_army_tradition = 15
	}
}

country_event = { 
	id = GE_reform_cycle.28
	title = regional_fort.28.t
	desc = regional_fort.28.d
	picture = FORT_eventPicture
	
	trigger = {
		has_forts_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = regional_fort.28.a
		
		add_years_of_income = -0.5
	}
	
	option = {
		name = regional_fort.28.b
		
		random_owned_province = {
			limit = {
				fort_level = 1
				is_capital = no
			}
			spawn_rebels = {
				type = noble_rebels
				size = 1
				win = yes
			}
		}
		add_country_modifier = {
			name = "Unpaid_Garrison"
			duration = 3650
		}
	}
}

country_event = { 
	id = GE_reform_cycle.29
	title = theocrat.29.t
	desc = theocrat.29.d
	picture = RELIGION_eventPicture
	
	trigger = {
		has_theocratic_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = theocrat.29.a
		
		define_advisor = {
			type = theologian
			skill = 2
			cost_multiplier = 0.50
		}
	}
	
	option = {
		name = theocrat.29.b
		
		add_legitimacy = 5
		add_papal_influence = 5
		add_fervor = 10
		add_church_power = 10
	}
	
	option = {
		name = theocrat.29.c
		
		if = {
			limit = {
				has_reform = metropolian_bishop_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_CLERGY_AND_BISHOP
		}
		else_if = {
			limit = {
				has_reform = state_church_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_CLERGY_AND_STATE
		}
		else_if = {
			limit = {
				has_reform = papal_embassy_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_CLERGY_AND_POPE
		}
		
		trigger = {
			has_religious_reform_2 = yes
			has_theological_reform_4 = yes
		}
		
		highlight = yes
		
		add_stability_or_adm_power = yes 
	}
}

country_event = { 
	id = GE_reform_cycle.30
	title = theocrat.30.t
	desc = theocrat.30.d
	picture = RELIGION_eventPicture
	
	trigger = {
		has_theocratic_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = theocrat.30.a
		
		random_owned_province = {
			limit = {
				has_owner_religion = yes
			}
			spawn_rebels = {
				type = heretic_rebels 
				size = 2
			}
		}
	}
	
	option = {
		name = theocrat.30.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
		add_years_of_income = -0.05
	}
}

country_event = { 
	id = GE_reform_cycle.31
	title = casa_de_india.31.t
	desc = casa_de_india.31.d
	picture = TRADE_GOODS_FURS_FISH_AND_SALT_eventPicture
	
	trigger = {
		OR = {
			has_colonial_reform_3 = yes
			has_reform = colonial_mission_reform
		}
		any_owned_province = {
			is_colony = yes
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_colony = yes
				}
				save_event_target_as = casa_de_india_cycle_GE_pos
			}
		}
	}
	
	option = {
		name = casa_de_india.31.a
		
		event_target:casa_de_india_cycle_GE_pos = {
			add_base_manpower = 1
		}
	}
	
	option = {
		name = casa_de_india.31.b
		
		event_target:casa_de_india_cycle_GE_pos = {
			add_colonysize = 150
		}
	}
	
	option = {
		name = casa_de_india.31.c
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_COLONIAL_GOVENORS
		
		trigger = {
			has_colonies_reform_4 = yes
		}
		
		highlight = yes
		
		add_corruption = -1
	}
}

country_event = { 
	id = GE_reform_cycle.32
	title = casa_de_india.32.t
	desc = casa_de_india.32.d
	picture = TRADE_GOODS_FURS_FISH_AND_SALT_eventPicture
	
	trigger = {
		OR = {
			has_colonial_reform_3 = yes
			has_reform = colonial_mission_reform
		}
		any_owned_province = {
			is_colony = yes
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = casa_de_india.32.a
		
		add_corruption = 0.5
	}
	
	option = {
		name = casa_de_india.32.b
		
		random_owned_province = {
			limit = {
				is_colony = yes
			}
			add_colonysize = -100
		}
		add_treasury = -25
	}
}

country_event = { 
	id = GE_reform_cycle.33
	title = administrative_clergy.33.t
	desc = administrative_clergy.33.d
	picture = PRAYING_eventPicture
	
	trigger = {
		has_theological_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = administrative_clergy.33.a
		
		add_country_modifier = {
			name = "Pious_Clergy"
			duration = 7300
		}
	}
	
	option = {
		name = administrative_clergy.33.b
		
		add_country_modifier = {
			name = "Pragmatic_Clergy"
			duration = 7300
		}
	}
	
	option = {
		name = administrative_clergy.33.c
		
		if = {
			limit = {
				has_reform = papal_embassy_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_PAPAL_EMBASSY
		}
		else_if = {
			limit = {
				has_reform = state_church_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_STATE_CHURCH
		}
		else_if = {
			limit = {
				has_reform = metropolian_bishop_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_METROPOLIAN_BISHOP
		}
		if = {
			limit = {
				has_reform = theocratic_bureacrats_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_THEOCRATIC_BUREACRATS
		}
		
		trigger = {
			has_religious_reform_2 = yes
		}
		
		highlight = yes
		
		add_patriarch_authority = 0.05
		add_papal_influence = 10
		add_fervor = 20
		add_church_power = 20
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 5
		}
	}
}

country_event = {
	id = GE_reform_cycle.34
	title = administrative_clergy.34.t
	desc = administrative_clergy.34.d
	picture = PRAYING_eventPicture
	
	trigger = {
		has_theocratic_reform_3 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = administrative_clergy.34.a
		
		add_years_of_income = -0.25
	}
	
	option = {
		name = administrative_clergy.34.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.35
	title = administrative_nobles.35.t
	desc = administrative_nobles.35.d
	picture = ADVISOR_eventPicture
	
	trigger = {
		has_nobility_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = administrative_nobles.35.a
		define_advisor = {
			type = commandant
			skill = 3
			cost_multiplier = 0.5
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -5
		}
	}
	option = {
		name = administrative_nobles.35.b
		define_advisor = {
			type = army_organiser 
			skill = 1
		}
		add_prestige = 5
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}
	}
}

country_event = {
	id = GE_reform_cycle.36
	title = administrative_nobles.36.t
	desc = administrative_nobles.36.d
	picture = BAD_WITH_MONARCH_eventPicture
	
	trigger = {
		has_nobility_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = administrative_nobles.36.a
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -10
		}
	}
	option = {
		name = administrative_nobles.36.b
		add_country_modifier = {
			name = "Lower_Nobility"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.37
	title = administrative_civilians.37.t
	desc = administrative_civilians.37.d
	picture = WESTERNISATION_eventPicture
	
	trigger = {
		has_trader_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = administrative_civilians.37.a
		define_advisor = {
			type = trader
			skill = 3
			cost_multiplier = 0.50
		}
		add_estate_influence_modifier = {
			estate = estate_burghers
			desc = EST_VAL_BURGHERS_ADVANCE
			influence = 5
			duration = 3650
		}
	}
	option = {
		name = administrative_civilians.37.b
		add_country_modifier = {
			name = "Meritocrac_Recruitment"
			duration = 3650
		}
		define_advisor = {
			type = trader
			skill = 3
		}
	}
}

country_event = {
	id = GE_reform_cycle.38
	title = administrative_civilians.38.t
	desc = administrative_civilians.38.d
	picture = ACCUSATION_eventPicture
	
	trigger = {
		has_trader_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = administrative_civilians.38.a
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -10
		}
	}
	option = {
		name = administrative_civilians.38.b
		add_corruption = 0.5
	}
}

country_event = {
	id = GE_reform_cycle.39
	title = integrate_bankers.39.t
	desc = integrate_bankers.39.d
	picture = OVEREXTENSION_eventPicture
	
	trigger = {
		has_banking_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = integrate_bankers.39.a
		add_mercantilism = 1
	}
	option = {
		name = integrate_bankers.39.b
		add_country_modifier = {
			name = "Efficient_Governance"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.40
	title = integrate_bankers.40.t
	desc = integrate_bankers.40.d
	picture = CORRUPTION_eventPicture
	
	trigger = {
		has_banking_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = integrate_bankers.40.a
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}
	option = {
		name = integrate_bankers.40.b
		add_country_modifier = {
			name = "Church_Donations"
			duration = 7300
		}
		add_years_of_income = -0.2
	}
}

country_event = {
	id = GE_reform_cycle.41
	title = colonial_gov.41.t
	desc = colonial_gov.41.d
	picture = COLONIZATION_eventPicture
	
	trigger = {
		has_colonies_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = colonial_gov.41.a
		add_country_modifier = {
			name = "Colonial_Contacts"
			duration = 3650
		}
	}
	option = {
		name = colonial_gov.41.b
		add_yearly_manpower = 0.2
	}
	option = {
		name = colonial_gov.41.c
		
		if = {
			limit = {
				has_reform = council_of_the_indies_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_COUNCIL_OF_THE_INDIES
		}
		else_if = {
			limit = {
				has_reform = casa_de_india_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_CASA_DE_INDIA
		}
		else_if = {
			limit = {
				has_reform = casa_de_contraction_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_CASA_DE_CONTRACTION
		}
		
		trigger = {
			has_colonial_reform_3 = yes
		}
		highlight = yes
		add_country_modifier = {
			name = "Colonial_Friends"
			duration = 7300
		}
	}
}

country_event = {
	id = GE_reform_cycle.42
	title = colonial_gov.42.t
	desc = colonial_gov.42.d
	picture = COLONIZATION_eventPicture
	
	trigger = {
		has_colonies_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = colonial_gov.42.a
		add_country_modifier = {
			name = "Colonial_Failures"
			duration = 3650
		}
	}
	option = {
		name = colonial_gov.42.b
		add_corruption = 0.5
	}
}

country_event = {
	id = GE_reform_cycle.43
	title = fredrickan_reforms.43.t
	desc = fredrickan_reforms.43.d
	picture = ECONOMY_eventPicture
	
	trigger = {
		has_banking_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = fredrickan_reforms.43.a
		add_country_modifier = {
			name = "Trade_Deals"
			duration = 10950
		}
	}
	option = {
		name = fredrickan_reforms.43.b
		random_owned_province = {
			limit = {
				region = north_german_region 
			}
			add_base_tax = 1
		}
		random_owned_province = {
			add_base_tax = 1
		}
	}
}

country_event = {
	id = GE_reform_cycle.44
	title = fredrickan_reforms.44.t
	desc = fredrickan_reforms.44.d
	picture = ECONOMY_eventPicture
	
	trigger = {
		has_banking_reform_4 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = fredrickan_reforms.44.a
		add_country_modifier = {
			name = "Invester_Crisis"
			duration = 3650
		}
	}
	option = {
		name = fredrickan_reforms.44.b
		add_years_of_income = -0.5
	}
	option = {
		name = fredrickan_reforms.44.b
		
		if = {
			limit = {
				has_reform = metropolian_bishop_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_METROPOLIAN_BISHOP
		}
		else_if = {
			limit = {
				has_reform = state_church_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_STATE_CHURCH
		}
		else_if = {
			limit = {
				has_reform = papal_embassy_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_PAPAL_EMBASSY
		}
		if = {
			limit = {
				has_reform = theocratic_bureacrats_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_THEOCRATIC_BUREACRATS
		}
		
		trigger = {
			has_religious_reform_2 = yes
		}
		highlight = yes
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.45
	title = academy_of_science.45.t
	desc = academy_of_science.45.d
	picture = UNIVERSITY_eventPicture
	
	trigger = {
		OR = {
			has_reform = academy_of_science_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = academy_of_science.45.a
		add_country_modifier = {
			name = "State_Funded_Research"
			duration = 3650
		}
	}
	option = {
		name = academy_of_science.45.b
		add_reform_progress_small_effect = yes
	}
}

country_event = {
	id = GE_reform_cycle.46
	title = academy_of_science.46.t
	desc = academy_of_science.46.d
	picture = UNIVERSITY_eventPicture
	
	trigger = {
		OR = {
			has_reform = academy_of_science_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = academy_of_science.46.a
		add_years_of_income = -0.4
	}
	option = {
		name = academy_of_science.46.b
		add_years_of_income = -0.1
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -10
		}
	}

	option = {
		name = academy_of_science.46.c
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_INNOVATIVENESS
		
		trigger = {
			innovativeness = 50
		}
		highlight = yes
		add_innovativeness_or_monarch_power = {
			amount = 3
			adm = 30
			dip = 30
			mil = 30
		}
		add_country_modifier = {
			name = "New_Tech"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.47
	title = royal_decree.47.t
	desc = royal_decree.47.d
	picture = BAD_WITH_MONARCH_eventPicture
	
	trigger = {
		has_absolute_reform_5 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = royal_decree.47.a
		add_country_modifier = {
			name = "Absolute_Success"
			duration = 7300
		}
		add_absolutism = 5
	}
	option = {
		name = royal_decree.47.b
		add_reform_progress_small_effect = yes
	}
}

country_event = {
	id = GE_reform_cycle.48
	title = royal_decree.48.t
	desc = royal_decree.48.d
	picture = BAD_WITH_MONARCH_eventPicture
	
	trigger = {
		has_absolute_reform_5 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = royal_decree.48.a
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -15
		}
		add_absolutism = 5
	}
	option = {
		name = royal_decree.48.b
		add_country_modifier = {
			name = "Absolute_Failure"
			duration = 3650
		}
		add_absolutism = -5
	}
}

country_event = {
	id = GE_reform_cycle.49
	title = aristocratic_court.49.t
	desc = aristocratic_court.49.d
	picture = CONQUEST_eventPicture
	
	trigger = {
		has_militarism_reform_5 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = aristocratic_court.49.a
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}
		add_years_of_income = 0.3
	}
	option = {
		name = aristocratic_court.49.b
		add_country_modifier = {
			name = "Jingoist_Coalition"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.50
	title = aristocratic_court.50.t
	desc = aristocratic_court.50.d
	picture = CONQUEST_eventPicture
	
	trigger = {
		has_militarism_reform_5 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = aristocratic_court.50.a
		add_corruption = 1
	}
	option = {
		name = aristocratic_court.50.b
		add_estate_influence_modifier = {
			estate = estate_nobles
			desc = EST_VAL_NOBILITY_ADVANCES
			influence = 20
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.51
	title = general_estates.51.t
	desc = general_estates.51.d
	picture = STREET_SPEECH_eventPicture
	
	trigger = {
		OR = {
			has_parliament_reform_5 = yes
			has_absolute_reform_5 = yes
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = general_estates.51.a
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 5
		}
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = 5
		}
	}
	option = {
		name = general_estates.51.b
		add_country_modifier = {
			name = "Supportive_Estates"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.52
	title = general_estates.52.t
	desc = general_estates.52.d
	picture = STREET_SPEECH_eventPicture
	
	trigger = {
		OR = {
			has_parliament_reform_5 = yes
			has_absolute_reform_5 = yes
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = general_estates.52.a
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -10
		}
		every_owned_province = {
			limit = {
				OR = {
					trade_goods = livestock
					trade_goods = grain
				}
			}
			add_province_modifier = {
				name = "Properly_Taxed"
				duration = 9125
			}
		}
	}
	option = {
		name = general_estates.52.b
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.53
	title = letat.53.t
	desc = letat.53.d
	picture = PAINTER_ARTIST_eventPicture
	
	trigger = {
		has_absolutism_reform_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_territory = no
					local_autonomy = 50
				}
				save_event_target_as = letat_cycle_GE_pos
			}
		}
	}
	
	option = {
		name = letat.53.a
		
		event_target:letat_cycle_GE_pos = {
			area = {
				limit = {
					owned_by = ROOT
				}
			}
			add_local_autonomy = -25
		}
		add_prestige = 5
	}
	
	option = {
		name = letat.53.b
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 10
		}
	}
}

country_event = {
	id = GE_reform_cycle.54
	title = letat.54.t
	desc = letat.54.d
	picture = PAINTER_ARTIST_eventPicture
	
	trigger = {
		has_absolutism_reform_6 = yes
		is_absolutism_active = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_territory = no
				}
				save_event_target_as = letat_cycle_GE_neg
			}
		}
	}
	
	option = {
		name = letat.54.a
		
		event_target:letat_cycle_GE_neg = {
			area = {
				limit = {
					owned_by = ROOT
				}
			}
			add_unrest = 15
		}
	}
	
	option = {
		name = letat.54.b
		
		add_prestige = -5
		add_absolutism = -5
	}

	option = {
		name = letat.54.c
		
		trigger = {
			has_decentralization_reform_3 = yes
		}
		
		highlight = yes
		
		if = {
			limit = {
				has_reform = millet_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_MILLET
		}
		if = {
			limit = {
				has_reform = decentralize_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_DECENTRALIZE
		}
		
		event_target:letat_cycle_GE_neg = {
			area = {
				limit = {
					owned_by = ROOT
				}
			}
			add_local_autonomy = 15
		}
	}
}

country_event = {
	id = GE_reform_cycle.55
	title = regional_representation.55.t
	desc = regional_representation.55.d
	picture = COURT_eventPicture
	
	trigger = {
		has_constitution_reform_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = regional_representation.55.a
		
		add_stability_or_adm_power = yes 
	}
	
	option = {
		name = regional_representation.55.b
		
		add_legitimacy = 20
		add_absolutism = 5
	}
}

country_event = {
	id = GE_reform_cycle.56
	title = regional_representation.56.t
	desc = regional_representation.56.d
	picture = COURT_eventPicture
	
	trigger = {
		has_constitution_reform_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_territory = no
				}
				save_event_target_as = regional_representation_cycle_GE_neg
			}
		}
	}
	
	option = {
		name = regional_representation.56.a
		
		event_target:regional_representation_cycle_GE_neg = {
			add_unrest = 5
			add_local_autonomy = 10
		}
		add_stability = -1
	}
	
	option = {
		name = regional_representation.56.b
		
		add_absolutism = -15
	}
}

country_event = {
	id = GE_reform_cycle.57
	title = freedom_of_religion.57.t
	desc = freedom_of_religion.57.d
	picture = REFORM_eventPicture
	
	trigger = {
		has_religious_freedom_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	
	option = {
		name = freedom_of_religion.57.a
		
		define_advisor = {
			type = natural_scientist
			skill = 4
			cost_multiplier = 0.50
		}
	}
	
	option = {
		name = freedom_of_religion.57.b
		
		add_country_modifier = {
			name = "Innovative_Production"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.58
	title = freedom_of_religion.58.t
	desc = freedom_of_religion.58.d
	picture = RELIGIOUS_TURMOIL_eventPicture
	
	trigger = {
		has_religious_freedom_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_territory = no
				}
				save_event_target_as =  freedom_of_religion_cycle_GE_neg
			}
		}
	}
	
	option = {
		name = freedom_of_religion.58.a
		
		event_target:freedom_of_religion_cycle_GE_neg = {
			spawn_rebels = {
				type = heretic_rebels 
				size = 2
			}
		}
	}
	
	option = {
		name = freedom_of_religion.58.b
		
		add_country_modifier = {
			name = "Zealous_Persecution"
			duration = 5475
		}
	}
}

country_event = {
	id = GE_reform_cycle.59
	title = constitution.59.t
	desc = constitution.59.d
	picture = BIG_BOOK_eventPicture
	
	trigger = {
		has_constitution_reform_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = constitution.59.a
		
		add_country_modifier = {
			name = "Fair_Laws"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.60
	title = constitution.60.t
	desc = constitution.60.d
	picture = BIG_BOOK_eventPicture
	
	trigger = {
		has_constitution_reform_6 = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = constitution.60.a
		
		add_legitimacy = -25
		add_prestige = -10
	}
	
	option = {
		name = constitution.60.b
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.61
	title = nueva_planta.61.t
	desc = nueva_planta.61.d
	picture = TRADE_GOODS_METALS_AND_MINING_EQUIPENT_eventPicture
	
	trigger = {
		OR = {
			has_reform = nueva_planta_decrees_reform
		}
		has_country_flag = Pacified_Aragon
		has_country_flag = Pacified_Catalonia
		has_country_flag = Pacified_Valencia
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = nueva_planta.61.a
		
		add_country_modifier = {
			name = "Nueva_Planta_Decree"
			duration = 5475
		}
	}
}

country_event = {
	id = GE_reform_cycle.62
	title = nueva_planta.62.t
	desc = nueva_planta.62.d
	picture = REVOLUTION_eventPicture
	
	trigger = {
		OR = {
			has_reform = nueva_planta_decrees_reform
		}
		NOT = { has_country_flag = Pacified_Aragon }
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = nueva_planta.62.a
		
		random_owned_province = {
			limit = {
				area = aragon_area
			}
			spawn_rebels = {
				type = noble_rebels 
				size = 2
			}
		}
		random_owned_province = {
			limit = {
				area = aragon_area
			}
			spawn_rebels = {
				type = noble_rebels 
				size = 3
			}
		}
		set_country_flag = Pacified_Aragon
	}
	
	option = { 
		name = nueva_planta.62.b
		
		add_prestige = -25
		add_legitimacy = -10
		add_absolutism = -10
		remove_government_reform = nueva_planta_decrees_reform
		clr_country_flag = Pacified_Aragon
		clr_country_flag = Pacified_Valencia
		clr_country_flag = Pacified_Catalonia
	}
}

country_event = {
	id = GE_reform_cycle.63
	title = nueva_planta.63.t
	desc = nueva_planta.63.d
	picture = REVOLUTION_eventPicture
	
	trigger = {
		OR = {
			has_reform = nueva_planta_decrees_reform
		}
		NOT = { has_country_flag = Pacified_Valencia }
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = nueva_planta.63.a
		
		random_owned_province = {
			limit = {
				area = valencia_area
			}
			spawn_rebels = {
				type = noble_rebels 
				size = 2
			}
		}
		random_owned_province = {
			limit = {
				area = valencia_area
			}
			spawn_rebels = {
				type = noble_rebels 
				size = 3
			}
		}
		set_country_flag = Pacified_Valencia
	}
	
	option = { 
		name = nueva_planta.63.b
		
		add_prestige = -25
		add_legitimacy = -10
		add_absolutism = -10
		remove_government_reform = nueva_planta_decrees_reform
		clr_country_flag = Pacified_Aragon
		clr_country_flag = Pacified_Valencia
		clr_country_flag = Pacified_Catalonia
	}
}

country_event = {
	id = GE_reform_cycle.64
	title = nueva_planta.64.t
	desc = nueva_planta.64.d
	picture = REVOLUTION_eventPicture
	
	trigger = {
		OR = {
			has_reform = nueva_planta_decrees_reform
		}
		NOT = { has_country_flag = Pacified_Catalonia }
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = nueva_planta.64.a
		
		random_owned_province = {
			limit = {
				area = catalonia_area
			}
			spawn_rebels = {
				type = noble_rebels 
				size = 2
			}
		}
		random_owned_province = {
			limit = {
				area = catalonia_area
			}
			spawn_rebels = {
				type = noble_rebels 
				size = 3
			}
		}
		set_country_flag = Pacified_Catalonia
	}
	
	option = { 
		name = nueva_planta.64.b
		
		add_prestige = -25
		add_legitimacy = -10
		add_absolutism = -10
		remove_government_reform = nueva_planta_decrees_reform
		clr_country_flag = Pacified_Aragon
		clr_country_flag = Pacified_Valencia
		clr_country_flag = Pacified_Catalonia
	}
}

country_event = {
	id = GE_reform_cycle.65
	title = feudal_levy.65.t
	desc = feudal_levy.65.d
	picture = TOURNAMENT_eventPicture
	
	trigger = {
		has_feudalism_reform_35 = yes
		government = monarchy
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = feudal_levy.65.a
		
		add_country_modifier = {
			name = "Noble_Host"
			duration = 3650
		}

	}
	
	option = { 
		name = feudal_levy.65.b
		
		add_prestige = 10

	}
	
	option = { 
		name = feudal_levy.65.c
		
		if = {
			limit = {
				has_reform = enforce_privileges_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_ENFORCE_PRIVILEGES
		}
		else_if = {
			limit = {
				has_reform = growth_signoria_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_GROWTH_SIGNORIA
		}
		else_if = {
			limit = {
				has_reform = akritai_privileges_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_AKRITAI_PRIVILEGES
		}
		else_if = {
			limit = {
				has_reform = council_of_sheikhs_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_COUNCIL_OF_SHEIKHS
		}
		else_if = {
			limit = {
				has_reform = ge_blood_tax_reform_reform
			}
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_BLOOD_TAX_REFORM
		}
		trigger = {
			has_strong_noble_reform_2 = yes
		}
		
		highlight = yes
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 5
		}

	}
}

country_event = {
	id = GE_reform_cycle.66
	title = feudal_levy.66.t
	desc = feudal_levy.66.d
	picture = ANGRY_MOB_eventPicture
	
	trigger = {
		has_feudalism_reform_35 = yes
		government = monarchy
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = feudal_levy.66.a
		
		add_country_modifier = {
			name = "Cannon_Fodder"
			duration = 3650
		}

	}
	
	option = { 
		name = feudal_levy.66.b
		
		add_yearly_manpower = -0.1

	}

	option = {
		name = feudal_levy.66.c
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_REGIONAL_FORTS
		
		trigger = {
			has_forts_reform_3 = yes
		}
		
		highlight = yes
		
		add_country_modifier = {
			name = "Garrison_Duty"
			duration = 3650
		}

	}	
	
}

country_event = {
	id = GE_reform_cycle.67
	title = mercenary_corps.67.t
	desc = mercenary_corps.67.d
	picture = BORDER_TENSION_eventPicture
	
	trigger = {
		has_mercenary_reform_35 = yes
		government = monarchy
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = mercenary_corps.67.a
		
		add_country_modifier = {
			name = "Quality_Recruits"
			duration = 3650
		}

	}
	
	option = { 
		name = mercenary_corps.67.b
		
		add_country_modifier = {
			name = "Excellent_Connections"
			duration = 9125
		}

	}
}

country_event = {
	id = GE_reform_cycle.68
	title = mercenary_corps.68.t
	desc = mercenary_corps.68.d
	picture = BORDER_TENSION_eventPicture
	
	trigger = {
		has_mercenary_reform_35 = yes
		government = monarchy
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = mercenary_corps.68.a
		
		add_country_modifier = {
			name = "Additional_Payments"
			duration = 3650
		}

	}
	
	option = { 
		name = mercenary_corps.68.b
		
		add_mil_power = -50

	}
}

country_event = {
	id = GE_reform_cycle.69
	title = professional_army.69.t
	desc = professional_army.69.d
	picture = LAND_MILITARY_eventPicture
	
	trigger = {
		has_professionals_reform_35 = yes
		government = monarchy
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = professional_army.69.a
		
		add_country_modifier = {
			name = "Well_Trained"
			duration = 3650
		}

	}
	
	option = { 
		name = professional_army.69.b
		
		if = {
			limit = {
				has_dlc = "Cradle of Civilization"
			}
			add_army_professionalism = 0.02
		}
		else = {
			add_army_tradition = 10
		}

	}
}

country_event = {
	id = GE_reform_cycle.70
	title = professional_army.70.t
	desc = professional_army.70.d
	picture = LAND_MILITARY_eventPicture
	
	trigger = {
		has_professionals_reform_35 = yes
		government = monarchy
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = professional_army.70.a
		
		add_country_modifier = {
			name = "Aristocrat_Officers"
			duration = 3650
		}
	}
	
	option = {
		name = professional_army.70.b
		
		random_owned_province = {
			spawn_rebels = {
				type = noble_rebels 
				size = 2
			}
		}
	}
	
	option = {
		name = professional_army.70.c
		
		trigger = {
			has_weak_noble_reform_2 = yes
			government = monarchy
		}
		
		highlight = yes
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -10
		}
	}
}



#################################################################
### Theocracy Events
#################################################################


#Leading Clergy

country_event = {
	id = GE_reform_cycle.71
	title = leading_clergy.71.t #Devout Clergymen
	desc = leading_clergy.71.d
	picture = LAND_MILITARY_eventPicture
	
	trigger = {
		OR = {
			has_reform = leading_clergy_reform
			has_reform = papacy_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = leading_clergy.71.a
		
		add_devotion = 5
		
	}
	
	option = {
		name = leading_clergy.71.b
		
		add_prestige = 15
	}
}
country_event = {
	id = GE_reform_cycle.72
	title = leading_clergy.72.t #Possessed Priest
	desc = leading_clergy.72.d
	picture = CHURCH_ESTATE_UPSET_eventPicture
	
	trigger = {
		OR = {
			has_reform = leading_clergy_reform
			has_reform = papacy_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = leading_clergy.72.a
		
		add_devotion = 5
		add_adm_power = -50
		
	}
	
	option = {
		name = leading_clergy.72.b
		
		add_country_modifier = {
			name = absent_priest_administrator
			duration = 365
		}
	}
}
country_event = {
	id = GE_reform_cycle.73
	title = leading_clergy.73.t #A Great Man
	desc = leading_clergy.73.d
	picture = ACCUSATION_eventPicture
	
	trigger = {
		OR = {
			has_reform = leading_clergy_reform
			has_reform = papacy_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = leading_clergy.73.a
		
		add_country_modifier = {
			name = publications_against_faith
			duration = 7300
		}
	}
	
	option = {
		name = leading_clergy.73.b
		
		add_country_modifier = {
			name = a_great_man_killed
			duration = 7300
		}
	}
}
country_event = {
	id = GE_reform_cycle.74
	title = leading_clergy.74.t #Construction of new Temple
	desc = leading_clergy.74.d
	picture = CITY_VIEW_eventPicture
	
	trigger = {
		OR = {
			has_reform = leading_clergy_reform
			has_reform = papacy_reform
		}
		any_owned_province = {
			NOT = { has_building = temple }
		}
	}
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					NOT = { has_building = temple }
				}
				save_event_target_as = temple_GE
			}
		}
	}
	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = leading_clergy.74.a #funding temples is good...
		
		event_target:temple_GE = {
			add_building = temple
		}
		add_treasury = -25
	}
	
	option = {
		name = leading_clergy.74.b #but giving alms is better!
		
		add_treasury = -25
		add_devotion = 5
	}
}
country_event = {
	id = GE_reform_cycle.76
	title = monastic_order.76.t #Alms for the poor
	desc = monastic_order.76.d
	picture = CORRUPTION_eventPicture
	
	trigger = {
		has_reform = monastic_order_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = monastic_order.76.a
		
		add_country_modifier = {
			name = "Set_Aside_Alms"
			duration = 7300
		}
	}
	
	option = {
		name = monastic_order.76.b
		
		add_devotion = -10
	}
}

country_event = {
	id = GE_reform_cycle.77
	title = monastic_order.77.t #Seasonal Volunteers
	desc = monastic_order.77.d
	picture = STREET_SPEECH_eventPicture
	
	trigger = {
		has_reform = monastic_order_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	option = {
		name = monastic_order.77.a
		
		add_yearly_manpower = 0.750
	}
}

country_event = {
	id = GE_reform_cycle.78
	title = monastic_order.78.t #Less then noble ideals
	desc = monastic_order.78.d
	picture = SPY_eventPicture
	
	trigger = {
		has_reform = monastic_order_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_state_core = ROOT
				}
				save_event_target_as = monastic_order_cycle_GE
			}
		}
	}
	
	option = {
		name = monastic_order.78.a
		
		add_country_modifier = {
			name = "Purged_Govenor"
			duration = 3650
		}
	}
	
	option = {
		name = monastic_order.78.b
		
		add_country_modifier = {
			name = "Maintain_Current_Govenor"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.79
	title = monastic_order.79.t #Lack of Piety
	desc = monastic_order.79.d
	picture = WOUNDED_SOLDIERS_eventPicture
	
	trigger = {
		has_reform = monastic_order_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = monastic_order.79.a
		
		add_yearly_manpower = -0.5
		add_country_modifier = {
			name = "Pure_Order"
			duration = 3650
		}
	}
	
	option = {
		name = monastic_order.79.b
		
		add_country_modifier = {
			name = "Decadent_Decay"
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.80
	title = monastic_order.80.t #Militarize the Order
	desc = monastic_order.80.d
	picture = FORT_eventPicture
	
	trigger = {
		has_reform = monastic_order_reform
		NOT = { has_country_modifier = Militarized_Order } 
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = monastic_order.80.a
		
		add_country_modifier = {
			name = "Militarized_Order"
			duration = -1
		}
	}

	option = {
		name = monastic_order.80.b
		
	}
	
}

country_event = {
	id = GE_reform_cycle.81
	title = internal_mission.81.t #Faithfull Adherance
	desc = internal_mission.81.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		has_reform = internal_mission_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = internal_mission.81.a
		add_country_modifier = {
			name = "Ave_Maria"
			duration = 3650
		}
	}
	
}

country_event = {
	id = GE_reform_cycle.82
	title = internal_mission.82.t #Failure of Duty
	desc = internal_mission.82.d
	picture = CHURCH_ESTATE_2_eventPicture
	
	trigger = {
		has_reform = internal_mission_reform
		NOT = { religious_unity = 0.75 }
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = internal_mission.82.a
		
		add_country_modifier = {
			name = "Losing_Faith"
			duration = 3650
		}
	}
	
}

country_event = {
	id = GE_reform_cycle.83
	title = external_mission.83.t #Deus Vult
	desc = external_mission.83.d
	picture = BATTLE_eventPicture
	
	trigger = {
		OR = {
			has_reform = external_mission_reform
		}
		at_war_with_religious_enemy = yes
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = external_mission.83.a
	
		add_country_modifier = {
			name = "Deus_Vult"
			duration = 3650
		}
	}
	
}

country_event = {
	id = GE_reform_cycle.84
	title = external_mission.84.t #Sins of the Human Heart
	desc = external_mission.84.d
	picture = BORDER_TENSION_eventPicture
	
	trigger = {
		OR = {
			has_reform = external_mission_reform
		}
		has_border_with_religious_enemy = yes
		is_at_war = no
		NOT = { had_recent_war = 10 }
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = external_mission.84.a
		
		random_owned_province = {
			limit = {
				any_neighbor_province = {
					NOT = { owned_by = ROOT }
				}
			}
			add_base_manpower = -1
		}
	}

	option = {
		name = external_mission.84.b
		
		add_war_exhaustion = 2
	}
}

country_event = {
	id = GE_reform_cycle.85
	title = holy_sites.85.t #Wave of Piety
	desc = holy_sites.85.d
	picture = MERCHANTS_TALKING_eventPicture
	
	trigger = {
		OR = {
			has_reform = safeguard_holy_sites_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = holy_sites.85.a
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 5
		}
		add_papal_influence = 15
		add_fervor = 10
		add_church_power = 20
	}

	option = {
		name = holy_sites.85.b
		
		add_country_modifier = {
			name = "Tourist_Tax"
			duration = 1825
		}
		add_estate_loyalty = {
			estate = estate_burghers
			loyalty = 5
		}
	}
}

country_event = {
	id = GE_reform_cycle.86
	title = holy_sites.86.t #A Hidden Truth
	desc = holy_sites.86.d
	picture = STREET_SPEECH_eventPicture
	
	trigger = {
		OR = {
			has_reform = safeguard_holy_sites_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = holy_sites.86.a
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -10
		}
	}

	option = {
		name = holy_sites.86.b
		
		random_list = {
			50 = { }
			50 = {
				random_owned_province = {
					limit = {
						is_capital = no
						is_overseas = no
						is_colony = no
						is_territory = no
					}
					spawn_rebels = {
						type = heretic_rebels
						size = 1
					}
				}
			}
		}
	}
}

country_event = {
	id = GE_reform_cycle.87
	title = expel_heathens.87.t #
	desc = expel_heathens.87.d
	picture = ANGRY_MOB_eventPicture
	
	trigger = {
		has_reform = expel_heathens_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_capital = no
					is_overseas = no
					is_colony = no
					is_territory = no
				}
				save_event_target_as = expel_heathens_cycle_GE_pos
			}
		}
	}
	
	option = {
		name = expel_heathens.87.a
		
		random_owned_province = {
			limit = {
				province_id = event_target:expel_heathens_cycle_GE_pos
			}
			add_base_tax = 1
			add_base_production = 1
			add_base_manpower = 1
		}
		
		random_list = {
			60 = {}
			30 = {
				every_owned_province = {
					limit = {
						province_id = event_target:expel_heathens_cycle_GE_pos
					}
					spawn_rebels = {
						type = heretic_rebels
						size = 1
					}
				}
			}
			10 = {
				every_owned_province = {
					limit = {
						province_id = event_target:expel_heathens_cycle_GE_pos
					}
					spawn_rebels = {
						type = heretic_rebels
						size = 2
					}
				}
			}
		}
	}

	option = {
		name = expel_heathens.87.b
		
		every_owned_province = {
			limit = {
				province_id = event_target:expel_heathens_cycle_GE_pos
			}
			add_province_modifier = {
				name = "Promote_Tolerance" #-10% dev cost, +15% goods produced, 25% Min autonomy
				duration = 9125
			}
		}
	}
}

country_event = {
	id = GE_reform_cycle.88
	title = expel_heathens.88.t # 
	desc = expel_heathens.88.d
	picture = FARMING_eventPicture
	
	trigger = {
		has_reform = expel_heathens_reform
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = expel_heathens.88.a
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -5
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -5
		}
		random_owned_province = {
			limit = {
				is_territory = no
				NOT = { has_province_modifier = "Land_Clearance" }
			}
			add_province_modifier = {
				name = "Land_Clearance" #+1 Building Slut, -5% Development Cost
				duration = -1
			}
		}
	}

	option = {
		name = expel_heathens.88.b
		
		add_prestige = -10
		add_country_modifier = {
			name = "Reduced_Immigration" #+10% Development Cost
			duration = 3650
		}
	}
}

country_event = {
	id = GE_reform_cycle.89
	title = combat_heresy.89.t #Purity Spiral
	desc = combat_heresy.89.d
	picture = ACCUSATION_eventPicture
	
	trigger = {
		OR = {
			# has_reform = the_holy_office_reform
			has_reform = combat_heresy_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = combat_heresy.89.a
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -5
		}
	}

	option = {
		name = combat_heresy.89.b
		
		random_list = {
			90 = {
				add_estate_loyalty = {
					estate = estate_church
					loyalty = 10
				}
				add_devotion = 25
			}
			10 = {
				add_stability = -1
				kill_ruler = yes
			}
		}
	}
}

country_event = {
	id = GE_reform_cycle.90
	title = combat_heresy.90.t #
	desc = combat_heresy.90.d
	picture = RELIGIOUS_TURMOIL_eventPicture
	
	trigger = {
		OR = {
			# has_reform = the_holy_office_reform
			has_reform = combat_heresy_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = combat_heresy.90.a
		
		add_country_modifier = {
			name = "Fearfull_Populace"
			duration = 3650
		}
		
	}

	option = {
		name = combat_heresy.90.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 5
		}
		add_estate_influence_modifier = {
			estate = estate_church
			desc = EST_VAL_CLERGY_ADVANCES
			influence = 10
			duration = 3650
		}
		
	}
}

country_event = {
	id = GE_reform_cycle.91
	title = holy_orthodoxy.91.t #
	desc = holy_orthodoxy.91.d
	picture = PRAYING_eventPicture
	
	trigger = {
		OR = {
			has_reform = holy_orthodoxy_reform
			has_reform = papal_curia_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_overseas = no
					is_colony = no
					is_territory = no
				}
				save_event_target_as = holy_orthodoxy_cycle_GE_pos
			}
		}
	}
	
	option = {
		name = holy_orthodoxy.91.a
		
		add_country_modifier = {
			name = "Rewriting_No"
			duration = 9125
		}
		
	}

	option = {
		name = holy_orthodoxy.91.b
		
		highlight = yes
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_INTERNAL_MISSION
		
		trigger = {
			has_reform = internal_mission_reform
		}
		
		add_corruption = 1
		add_country_modifier = {
			name = "Rewrite_Diligence"
			duration = 9125
		}
	}
	
	option = {
		name = holy_orthodoxy.91.c
		
		highlight = yes
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_EXTERNAL_MISSION
		
		trigger = {
			has_reform = external_mission_reform
		}
		
		add_corruption = 1
		add_country_modifier = {
			name = "Rewrite_Vigilance"
			duration = 9125
		}
	}

	option = {
		name = holy_orthodoxy.91.e
		
		highlight = yes
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_SAFEGUARD_HOLY_SITES
		
		trigger = {
			has_reform = safeguard_holy_sites_reform
		}
		
		add_corruption = 1
		add_country_modifier = {
			name = "Rewrite_Devotion"
			duration = 9125
		}
	}

	option = {
		name = holy_orthodoxy.91.f
		
		highlight = yes
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_EXPELL_HEATHENS
		
		trigger = {
			has_reform = expel_heathens_reform
		}
		
		add_corruption = 1
		every_owned_province = {
			limit = {
				area = event_target:holy_orthodoxy_cycle_GE_pos
			}
			add_base_tax = 1
		}
	}
	
	option = {
		name = holy_orthodoxy.91.g
		
		highlight = yes
		
		custom_tooltip = AVAILABLE_BECAUSE_OF_REFORM_COMBAT_HERESY
		
		trigger = {
			has_reform = combat_heresy_reform
		}
		
		add_corruption = 1
		add_country_modifier = {
			name = "Rewrite_Duty"
			duration = 9125
		}
	}
}

country_event = {
	id = GE_reform_cycle.92
	title = holy_orthodoxy.92.t #
	desc = holy_orthodoxy.92.d
	picture = NOBLE_ESTATE_TAKE_OVER_eventPicture
	
	trigger = {
		OR = {
			has_reform = holy_orthodoxy_reform
			has_reform = papal_curia_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = holy_orthodoxy.92.a
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = 10
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -5
		}
		
	}

	option = {
		name = holy_orthodoxy.92.b
		
		add_estate_loyalty = {
			estate = estate_church
			loyalty = -5
		}
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = 10
		}

	}
}

country_event = {
	id = GE_reform_cycle.93
	title = inquisition.93.t #
	desc = inquisition.93.d
	picture = ANGRY_MOB_eventPicture
	
	trigger = {
		OR = {
			has_reform = inquisition_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = inquisition.93.a
		
		add_country_modifier = {
			name = "Resistant_Population"
			duration = 3650
		}
		
	}
}

country_event = {
	id = GE_reform_cycle.94
	title = inquisition.94.t #
	desc = inquisition.94.d
	picture = POPE_PREACHING_eventPicture
	
	trigger = {
		OR = {
			has_reform = inquisition_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = inquisition.94.a
		
		add_prestige = 5
		
	}

	option = {
		name = inquisition.94.b
		
		add_ruler_modifier = {
			name = "Mercyfull_Ruler"
			duration = 3650
		}

	}
}

country_event = {
	id = GE_reform_cycle.95
	title = religious_pragmatism.95.t #
	desc = religious_pragmatism.95.d
	picture = ADVISOR_eventPicture
	
	trigger = {
		OR = {
			has_reform = religious_pragmatism_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
	
	}
	
	option = {
		name = religious_pragmatism.95.a
		
		define_advisor = {
			type = treasurer
			skill = 2
			cost_multiplier = 0.25
		}
		
	}

}

country_event = {
	id = GE_reform_cycle.96
	title = religious_pragmatism.96.t #
	desc = religious_pragmatism.96.d
	picture = LIBERUM_VETO_eventPicture
	
	trigger = {
		OR = {
			has_reform = religious_pragmatism_reform
		}
		any_owned_province = {
			has_owner_religion = no
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = religious_pragmatism.96.a
		
		random_list = {
			65 = { }
			30 = { random_owned_province = {
						limit = {
							has_owner_religion = no
						}
						add_devastation = 50
					}
				}
			5 = { random_owned_province = {
						limit = {
							has_owner_religion = no
						}
						add_base_tax = -1
						add_base_manpower = -1
						add_base_production = -1
					}
				}
		}
		
	}

	option = {
		name = religious_pragmatism.96.b
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -10
		}
	}
}

country_event = {
	id = GE_reform_cycle.97
	title = secular_law.97.t #
	desc = secular_law.97.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		OR = {
			has_reform = secular_law_reform
		}
		any_owned_province = {
			has_owner_religion = no
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {

	}
	
	option = {
		name = secular_law.97.a
		
		random_owned_province = {
			limit = {
				has_owner_religion = no
			}
			add_base_tax = 1
		}
	}
}

country_event = {
	id = GE_reform_cycle.98
	title = secular_law.98.t #
	desc = secular_law.98.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		OR = {
			has_reform = secular_law_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
	}
	
	option = {
		name = secular_law.98.a
		
		add_estate_loyalty = {
			estate = estate_nobles
			loyalty = -5
		}
	}
	
	option = {
		name = secular_law.98.b
		
		random_owned_province = {
			add_unrest = 5
		}
		random_owned_province = {
			add_unrest = 5
		}
		random_owned_province = {
			add_unrest = 5
		}
		
	}
}

country_event = {
	id = GE_reform_cycle.99
	title = theocratic_law.99.t #
	desc = theocratic_law.99.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		OR = {
			has_reform = theocratic_law_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = {
					is_overseas = no
					is_colony = no
					is_territory = no
				}
				save_event_target_as = theocratic_law_cycle_GE_neg
			}
		}
	}
	
	option = {
		name = theocratic_law.99.a
		
		random_owned_province = {
			limit = {
				province_id = event_target:theocratic_law_cycle_GE_neg
			}
			add_unrest = 8
			random_list = {
				50 = { }
				50 = {
					spawn_rebels = {
						type = heretic_rebels_rebels
						size = 2
					}
				}
			}
		}
	}
	
	option = {
		name = theocratic_law.99.b
		
		random_owned_province = {
			limit = {
				province_id = event_target:theocratic_law_cycle_GE_neg
			}
			add_province_modifier = {
				name = "Heretical_Law"
				duration = 3650
			}
		}
		
	}
}

country_event = {
	id = GE_reform_cycle.100
	title = theocratic_law.100.t
	desc = theocratic_law.100.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		OR = {
			has_reform = theocratic_law_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
	}
	
	option = {
		name = theocratic_law.100.a
		
		add_devotion = 10
		
	}
	
	option = {
		name = theocratic_law.100.b
		
		highlight = yes
		custom_tooltip = AVAILABLE_BECAUSE_OF_TOLERANCE5
		trigger = {
			tolerance_to_this = 5
		}
		add_stability_or_adm_power = yes 
	}

	option = {
		name = theocratic_law.100.b
		
		highlight = yes
		custom_tooltip = AVAILABLE_BECAUSE_OF_TOLERANCE10
		trigger = {
			tolerance_to_this = 10
			NOT = { has_country_modifier = Divine_Justice  }
		}
		add_country_modifier = {
			name = "Divine_Justice" #	global_unrest = -2,	global_autonomy = -0.1
			duration = -1
		}
	}
}

country_event = {
	id = GE_reform_cycle.101
	title = bishops_law.101.t #
	desc = bishops_law.101.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		OR = {
			has_reform = the_bishops_law_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
	}
	
	option = {
		name = bishops_law.101.a
		
		add_country_modifier = {
			name = "Good_Ruler" #+1 TOTF, -10% Missionary strength
			duration = 5475
		}
	}
	
	option = {
		name = bishops_law.101.b
		
		add_prestige = 10
	}
}

country_event = {
	id = GE_reform_cycle.102
	title = bishops_law.102.t #
	desc = bishops_law.102.d
	picture = CHURCH_ESTATE_1_eventPicture
	
	trigger = {
		OR = {
			has_reform = the_bishops_law_reform
		}
	}

	is_triggered_only = yes #Pulse
	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
	}
	
	option = {
		name = bishops_law.102.a
		
		add_devotion = -15
	}
	
	option = {
		name = bishops_law.102.b
		
		add_prestige = -10
	}
}