add_namespace = rossiya

#rossiya.1-200		Succession, Assassination, Starting, General Information and Flavour Events
#rossiya.201-500	Political and War Events
#rossiya.501-700	Economy and Trade Events
#rossiya.701-999	Military Events

##### SUCCESSION, STARTING, ASSASSINATION, GENERAL INFO AND FLAVOUR EVENTS (rossiya.1-200) #####

### SUCCESSION AND FAMILY EVENTS (rossiya.1-10) ###

#Crown Prince Nicholas Dies (24.05.1865)
country_event = {
	id = rossiya.1
	title = rossiya.1.t
	desc = rossiya.1.d
	picture = GFX_report_event_nicholas
	
	fire_only_once = yes
	is_triggered_only = yes	
		
	option = {
		name = rossiya.1.a
	}
}

#Alexander II and His Mistress (16.08.1880)
country_event = {
	id = rossiya.2
	title = rossiya.2.t
	desc = rossiya.2.d
	picture = GFX_report_event_mistress
	
	fire_only_once = yes
	is_triggered_only = yes	
	
	option = {
		name = rossiya.2.a
		add_stability = -0.05
	}
}

#Alexander III Marries Maria Feodorovna (05.12.1866)
country_event = {
	id = rossiya.3
	title = rossiya.3.t
	desc = rossiya.3.d
	picture = GFX_report_event_rus_alexander_III_wedding
	
	fire_only_once = yes
	is_triggered_only = yes	
		
	option = {
		name = rossiya.3.a
		add_political_power = 25
	}
}

#The Emperor's Safety (Alexander II Abdication event)
country_event = {
	id = rossiya.4
	title = rossiya.4.t
	desc = rossiya.4.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#The Tsar must hold on!
	option = {
		name = rossiya.4.a
		add_stability = 0.05
		add_popularity = {
			ideology = autocracy
			popularity = 0.05
		}
	}

	#The Tsar should abdicate in favor of his on.
	option = {
		name = rossiya.4.b
		set_country_flag = rus_flag_alexander_ii_abdicated	
		RUS_alexander_iii = {
			add_country_leader_role = {
				promote_leader = yes
				country_leader = {
					expire = "1900.1.1"
					desc = "POLITICS_GENERIC_EOANB_DESC"
					ideology = despotism
					traits = {
						RUS_trait_Staunch_Authoritarian
						RUS_trait_Iron_Fist
					}
				}
			}
		}
		retire_character = RUS_alexander_ii
		swap_ideas = { 
			remove_idea = RUS_Alexander_II
			add_idea = RUS_Alexander_III
		}
		add_popularity = {
			ideology = ideology_radical_socialism
			popularity = 0.02
		}		
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
	}
}

### STARTING EVENTS (rossiya.11-15) ###

#Russian Starting Event
country_event = {
	id = rossiya.11
	title = rossiya.11.t
	desc = rossiya.11.d
	picture = GFX_report_event_crimean_war
		
	is_triggered_only = yes
	hidden = yes
	fire_only_once = yes

	immediate = {
		hidden_effect = {
			# Starting Compliance
			1127 = { set_compliance = 85 }
			791 = { set_compliance = 85 }
			78 = { set_compliance = 85 }
			12 = { set_compliance = 90 }
			13 = { set_compliance = 90 }
			190 = { set_compliance = 90 }
			191 = { set_compliance = 90 }
			191 = { set_compliance = 90 }
			1134 = { set_compliance = 90 }
			
			add_ai_strategy = {
				type = front_control

				tag = CIR
				state = 233
				strategic_region = 134
				country_trigger = { RUS = { has_war_with = CIR } }

				ratio = 0.0

				priority = 20000
				ordertype = invasion
				execution_type = careful
				execute_order = yes
				manual_attack = yes
			}
			
			add_ai_strategy = {
				type = invasion_unit_request

				tag = CIR
				state = 233
				strategic_region = 134
				country_trigger = { RUS = { has_war_with = CIR } }

				value = 40000
			}
			
			add_ai_strategy = {
				type = front_control

				tag = CAU
				state = 232
				strategic_region = 135
				country_trigger = { RUS = { has_war_with = CAU } }

				ratio = 0.0

				priority = 30000
				ordertype = invasion
				execution_type = careful
				execute_order = yes
				manual_attack = yes
			}
			
			add_ai_strategy = {
				type = invasion_unit_request

				tag = CAU
				state = 232
				strategic_region = 135
				country_trigger = { RUS = { has_war_with = CAU } }

				value = 60000
			}
			
			CIR = {
				add_ai_strategy = {
					type = front_control

					tag = RUS
					state = 233
					strategic_region = 134
					country_trigger = { CIR = { has_war_with = RUS } }

					ratio = 0.0

					priority = 20000
					ordertype = front
					execution_type = careful
					execute_order = no
					manual_attack = yes
				}
			}
			
			CAU = {
				add_ai_strategy = {
					type = front_control

					tag = RUS
					state = 232
					strategic_region = 135
					country_trigger = { CAU = { has_war_with = RUS } }

					ratio = 0.0

					priority = 20000
					ordertype = front
					execution_type = careful
					execute_order = no
					manual_attack = yes
				}
			}
		}
	}
		
	option = {
		name = rossiya.11.a
	}
}

#The Caucasian War
country_event = {
	id = rossiya.12
	title = rossiya.12.t
	desc = rossiya.12.d
	picture = GFX_report_event_caucasian_war
		
	is_triggered_only = yes
	fire_only_once = yes
		
	option = {
		name = rossiya.12.a
		hidden_effect = {
			complete_national_focus = RUS_caucasian_war
		}
	}
}

### ASSASSINATION EVENTS (rossiya.16-50) ###

#A shot in the summer garden (04.04.1866) - ASSASINATION EVENT
country_event = {
	id = rossiya.16
	title = rossiya.16.t
	desc = rossiya.16.d
	picture = GFX_report_event_rus_alexander_assassination_attempt_shot

	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = {
			OR = {
				has_country_flag = rus_flag_alexander_ii_dead
				has_country_flag = rus_flag_alexander_ii_abdicated
			}
		}
	}

	option = {
		name = rossiya.16.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		add_stability = -0.05
		country_event = {
			id = rossiya.33
			days = 7
		}
	}
}

#Shot in Paris (25.05.1867) - ASSASINATION EVENT
country_event = {
	id = rossiya.19
	title = rossiya.19.t
	desc = rossiya.19.d
	picture = GFX_report_event_rus_alexander_assassination_attempt_shot_paris

	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = {
			OR = {
				has_country_flag = rus_flag_alexander_ii_dead
				has_country_flag = rus_flag_alexander_ii_abdicated
			}
		}
	}
	
	option = {
		name = rossiya.19.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}	
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		add_stability = -0.05
	}
}

#Shots at the Winter Palace (14.04.1879) - ASSASINATION EVENT
country_event = {
	id = rossiya.21
	title = rossiya.21.t
	desc = rossiya.21.d
	picture = GFX_report_event_rus_alexander_assassination_attempt_shot

	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = {
			OR = {
				has_country_flag = rus_flag_alexander_ii_dead
				has_country_flag = rus_flag_alexander_ii_abdicated
			}
		}
	}

	option = {
		name = rossiya.21.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		add_stability = -0.05
	}
}

#Train Bombing (01.12.1879) - ASSASINATION EVENT
country_event = {
	id = rossiya.23
	title = rossiya.23.t
	desc = rossiya.23.d
	picture = GFX_report_event_generic_train_accident_crash
	
	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = {
			OR = {
				has_country_flag = rus_flag_alexander_ii_dead
				has_country_flag = rus_flag_alexander_ii_abdicated
			}
		}
	}

	option = {
		name = rossiya.23.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		add_stability = -0.05
	}
}

#Winter Palace Bombing (17.02.1880) - ASSASINATION EVENT
country_event = {
	id = rossiya.24
	title = rossiya.24.t
	desc = rossiya.24.d
	picture = GFX_report_event_winter_palace_blast
	
	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = {
			OR = {
				has_country_flag = rus_flag_alexander_ii_dead
				has_country_flag = rus_flag_alexander_ii_abdicated
			}
		}
	}

	option = {
		name = rossiya.24.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		add_stability = -0.05
		country_event = { 
			id = rossiya.691
			days = 7 }
	}
}

#Ekaterininskiy Canal Incident (13.03.1881) - ASSASINATION EVENT
country_event = {
	id = rossiya.26
	title = rossiya.26.t
	desc = rossiya.26.d
	picture = GFX_report_event_catherine_chanel
	
	fire_only_once = yes
	is_triggered_only = yes

	trigger = {
		NOT = {
			OR = {
				has_country_flag = rus_flag_alexander_ii_dead
				has_country_flag = rus_flag_alexander_ii_abdicated
			}
		}
	}

	option = {
		name = rossiya.26.a
		ai_chance = {
			factor = 95
		}
		custom_effect_tooltip = historical_option
		hidden_effect = {
			country_event = { id = rossiya.27 }
		}
	}

	option = {
		name = rossiya.26.b
		ai_chance = {
			factor = 2
			modifier = {
				factor = 0
			 	is_historical_focus_on = yes
			}
		}
		hidden_effect = {
			if = {
				limit = {
					power_balance_value = {
   					id = RUS_Balance_of_Power_Russian_Establishment
					value < 0.4
					}
				}
				country_event = { 
					id = rossiya.697
					days = 3 
				}
			}
			else = {
				country_event = { 
					id = rossiya.695
					days = 3 
				}
			}
		}
	}
}

#Death of Alexander II
country_event = {
	id = rossiya.27
	title = rossiya.27.t
	desc = rossiya.27.d
	picture = GFX_report_event_rus_alexander_II_dead
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#A2 is dead
	option = {
		name = rossiya.27.a
		add_timed_idea = {
			idea = RUS_idea_assassination_of_alexander
			days = 180
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		set_country_flag = rus_flag_alexander_ii_dead	
		RUS_alexander_iii = {
			add_country_leader_role = {
				promote_leader = yes
				country_leader = {
					expire = "1900.1.1"
					desc = "POLITICS_GENERIC_EOANB_DESC"
					ideology = despotism
					traits = {
						RUS_trait_Staunch_Authoritarian
						RUS_trait_Iron_Fist
					}
				}
			}
		}
		retire_character = RUS_alexander_ii
		swap_ideas = { 
			remove_idea = RUS_Alexander_II
			add_idea = RUS_Alexander_III
		}
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.05
		}
		add_popularity = {
			ideology = anarchism
			popularity = 0.03
		}
		if = {
			limit = {
				power_balance_value = {
   				id = RUS_Balance_of_Power_Russian_Establishment
				value < 0.4
				}
			}
			country_event = { 
				id = rossiya.694
				days = 7 }
		}
		else = {
			country_event = { 
				id = rossiya.696
				days = 7 
				}
		}
	}
}

#Zemlya i Volya (1861) #set
country_event = {
	id = rossiya.30
	title = rossiya.30.t
	desc = rossiya.30.d
	picture = GFX_report_event_zemlya_i_volya

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.30.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.05
		}
		add_stability = -0.05
	}
}

#Chernyshevsky's arrest (summer 1862) #set
country_event = {
	id = rossiya.31
	title = rossiya.31.t
	desc = rossiya.31.d
	picture = GFX_report_event_generic_circle_society_association

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.31.a
		ai_chance = {
			factor = 95
		}
		add_stability = -0.05
		add_popularity = {
			ideology = social_egalitarianism
			popularity = -0.02
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.05
		}
		custom_effect_tooltip = historical_option
	}

	option = {
		name = rossiya.31.b
		ai_chance = {
			factor = 2
			modifier = {
				factor = 0
			 	is_historical_focus_on = yes
			}
		}
		add_political_power = -50
		decrease_ps_by_one = yes
		add_popularity = {
			ideology = social_egalitarianism
			popularity = -0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.05
		}
	}
}

#Zemlya i Volya dissolution (january 1864) #set
country_event = {
	id = rossiya.32
	title = rossiya.32.t
	desc = rossiya.32.d
	picture = GFX_report_event_zemlya_i_volya

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.32.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = -0.03
		}
	}
}

#Ishutin Circle Trial (august 1 1866)
country_event = {
	id = rossiya.33
	title = rossiya.33.t
	desc = rossiya.33.d
	picture = GFX_report_event_generic_trial

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.33.a
		add_stability = -0.03
		add_political_power = -30
	}
}

#Execution of the First Russian Terrorist (september 3 1866) #set
country_event = {
	id = rossiya.34
	title = rossiya.34.t
	desc = rossiya.34.d
	picture = GFX_report_event_karakozov

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.34.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
		add_stability = -0.05
		country_event = { 
			id = rossiya.35
			days = 7 }
	}
}

#Government Reaction
country_event = {
	id = rossiya.35
	title = rossiya.35.t
	desc = rossiya.35.d
	picture = GFX_report_event_generic_parliament_gathering_hearing

	fire_only_once = yes
	is_triggered_only = yes
	
	option = { #Reactions
		name = rossiya.35.a
		ai_chance = {
			factor = 95
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.15
		}
		deactivate_advisor = RUS_alexander_golovnin
			add_advisor_role = {
				character = RUS_dmitry_tolstoy
				activate = yes
				advisor = {
					slot = political_advisor
					cost = 50
					idea_token = RUS_dmitry_tolstoy
					traits = {
						RUS_trait_conservative_education_minister
					}
				}
			}
		complete_national_focus = RUS_vic_counter_reforms
		custom_effect_tooltip = historical_option
	}
	
	option = { #Further Reforms
		name = rossiya.35.b
		ai_chance = {
			factor = 2
			modifier = {
				factor = 0
			 	is_historical_focus_on = yes
			}
		}
		decrease_ps_by_one = yes
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.15
		}
		complete_national_focus = RUS_vic_further_reforms
	}
}

#"People's Reprisal Society" (august 1869) #set
country_event = {
	id = rossiya.36
	title = rossiya.36.t
	desc = rossiya.36.d
	picture = GFX_report_event_generic_circle_society_association

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.36.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.03
		}
	}
}

#Murder case of student Ivanov I. (november 25 1869) #set
country_event = {
	id = rossiya.37
	title = rossiya.37.t
	desc = rossiya.37.d
	picture = GFX_report_event_generic_trial

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.37.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = -0.02
		}
	}
}

#Reunification of Zemlya i Volya (1876) #set
country_event = {
	id = rossiya.38
	title = rossiya.38.t
	desc = rossiya.38.d
	picture = GFX_report_event_zemlya_i_volya

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.38.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.02
		}
		add_stability = -0.05
	}
}

#Kazanskaya Square Demonstration (december 6 1876) #set
country_event = {
	id = rossiya.39
	title = rossiya.39.t
	desc = rossiya.39.d
	picture = GFX_report_event_rus_demonstration

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.39.a
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_stability = -0.05
	}
}

#The Case of Propaganda in the Empire (december 1877) #set
country_event = {
	id = rossiya.40
	title = rossiya.40.t
	desc = rossiya.40.d
	picture = GFX_report_event_generic_trial

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.40.a
		add_stability = -0.05
		add_political_power = -50
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.02
		}
		add_stability = -0.05
	}
}

#Decay of Zemlya i Volya (1879) #set
country_event = {
	id = rossiya.41
	title = rossiya.41.t
	desc = rossiya.41.d
	picture = GFX_report_event_zemlya_i_volya

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.41.a
		add_stability = -0.01
		add_popularity = {
			ideology = social_egalitarianism
			popularity = -0.01
		}
		hidden_effect = {
			country_event = { 
			id = rossiya.42
			days = 30 }
		}
	}
}

#Narodnaya Volya 
country_event = {
	id = rossiya.42
	title = rossiya.42.t
	desc = rossiya.42.d
	picture = GFX_report_event_generic_circle_society_association

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.42.a
		add_stability = -0.01
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_stability = -0.05
	}
}

#Assassination attempt on the mayor of St. Petersburg (january 24 1878) #set
country_event = {
	id = rossiya.43
	title = rossiya.43.t
	desc = rossiya.43.d
	picture = GFX_report_event_zasulich

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.43.a
		add_stability = -0.05
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
	}
}

#Jury trial over Vera Zasulich (march 31 1878) #set
country_event = {
	id = rossiya.44
	title = rossiya.44.t
	desc = rossiya.44.d
	picture = GFX_report_event_generic_trial

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.44.a
		ai_chance = {
			factor = 95
		}
		add_stability = -0.05
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.05
		}
		custom_effect_tooltip = historical_option
	}
	
	option = {
		name = rossiya.44.b
		ai_chance = {
			factor = 2
			modifier = {
				factor = 0
			 	is_historical_focus_on = yes
			}
		}
		add_stability = -0.03
		decrease_ps_by_one = yes
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.03
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.05
		}
	}
}

#Consequences of the Zasulich case #set
country_event = {
	id = rossiya.45
	title = rossiya.45.t
	desc = rossiya.45.d
	picture = GFX_report_event_generic_circle_society_association

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.45.a
		if = {
			limit = {
				power_balance_value = {
   				id = RUS_Balance_of_Power_Russian_Establishment
				value < 0.4
				}
			}
			custom_effect_tooltip = eoanb_tt_RUS_zasulich_case_outcome_a_tooltip
			effect_tooltip = {
				add_stability = -0.05
				add_popularity = {
					ideology = social_egalitarianism
					popularity = 0.05
				}
			}
			add_ideas = RUS_idea_revolutionary_terrorism_high
		}
		else = {
			custom_effect_tooltip = eoanb_tt_RUS_zasulich_case_outcome_b_tooltip
			effect_tooltip = {
				add_stability = -0.01
				add_popularity = {
					ideology = social_egalitarianism
					popularity = 0.01
				}
			}
			add_ideas = RUS_idea_revolutionary_terrorism_low
		}
	}
}

#1878 Report on Revolutionary Terror #set
country_event = {
	id = rossiya.46
	title = rossiya.46.t
	desc = rossiya.46.d
	picture = GFX_report_event_narodnikist

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.46.a
		if = {
			limit = {
				power_balance_value = {
   				id = RUS_Balance_of_Power_Russian_Establishment
				value < 0.4
				}
			}
			custom_effect_tooltip = eoanb_tt_RUS_terror_a_tooltip
			effect_tooltip = {
				add_stability = -0.05
				add_popularity = {
					ideology = social_egalitarianism
					popularity = 0.05
				}
			}
		}
		else = {
			custom_effect_tooltip = eoanb_tt_RUS_terror_b_tooltip
			effect_tooltip = {
				add_stability = -0.01
				add_popularity = {
					ideology = social_egalitarianism
					popularity = 0.01
				}
			}
		}
	}
}

#1879 Report on Revolutionary Terror #set
country_event = {
	id = rossiya.47
	title = rossiya.47.t
	desc = rossiya.47.d
	picture = GFX_report_event_narodnikist

	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.47.a
		if = {
			limit = {
				power_balance_value = {
   				id = RUS_Balance_of_Power_Russian_Establishment
				value < 0.4
				}
			}
			custom_effect_tooltip = eoanb_tt_RUS_terror_a_tooltip
			effect_tooltip = {
				add_stability = -0.05
				add_popularity = {
					ideology = social_egalitarianism
					popularity = 0.05
				}
			}
		}
		else = {
			custom_effect_tooltip = eoanb_tt_RUS_terror_b_tooltip
			effect_tooltip = {
				add_stability = -0.01
				add_popularity = {
					ideology = social_egalitarianism
					popularity = 0.01
				}
			}
		}
	}
}

### GENERAL INFO AND FLAVOUR EVENTS (rossiya.51-200) ###

#Crimean War historical background
country_event = {
	id = rossiya.51
	title = rossiya.51.t
	desc = rossiya.51.d
	picture = GFX_report_event_crimean_war
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.51.a
	}
}

#Second Italian War of Independence (NOT FIRED?)
country_event = {
	id = rossiya.52
	title = rossiya.52.t
	desc = rossiya.52.d
	picture = GFX_report_event_rus_alexander_II
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.52.a
	}
}

#Gorky Library (28.06.1858)
country_event = {
	id = rossiya.53
	title = rossiya.53.t
	desc = rossiya.53.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.53.a
		add_political_power = 25
	}
}

#St Isaac's Cathedral (24.07.1858)
country_event = {
	id = rossiya.55
	title = rossiya.55.t
	desc = rossiya.55.d
	picture = GFX_report_event_isaac_cathderal
	
	fire_only_once = yes
	is_triggered_only = yes	
	
	option = {
		name = rossiya.55.a
		add_stability = 0.02
	}
}
    
#Red Cross (25.11.1863)
country_event = {
	id = rossiya.56
	title = rossiya.56.t
	desc = rossiya.56.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.56.a
	}
}
   
#Free id to use

#Epoch Magazine (01.04.1864)
country_event = {
	id = rossiya.58
	title = rossiya.58.t
	desc = rossiya.58.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.58.a
		add_political_power = 25
	}
}
    
#New Michael Palace (30.07.1862)
country_event = {
	id = rossiya.59
	title = rossiya.59.t
	desc = rossiya.59.d
	picture = GFX_report_event_michael_palace
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.59.a
		add_stability = 0.01
	}
}

#Nazranov Rebellion (15.05.1858) - Fires if CAU still in rebellion
country_event = {
	id = rossiya.60
	title = rossiya.60.t
	desc = rossiya.60.d
	picture = GFX_report_event_nazranov_rebellion
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		AND = {
			country_exists = CAU
			CAU = { NOT = { is_puppet_of = RUS } }
		}
	}
	
	option = {
		name = rossiya.60.a
		add_stability = -0.02
		1123 = { add_manpower = -5000 }
		hidden_effect = {
			CAU = { load_oob = CAU_rebels_ingush }
		}
	}
}

#Nazranov Rebellion (15.05.1858) - Fires if CAU not in rebellion anymore
country_event = {
	id = rossiya.61
	title = rossiya.61.t
	desc = rossiya.61.d
	picture = GFX_report_event_nazranov_rebellion
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		OR = {
			CAU = { exists = no }
			CAU = { is_puppet_of = RUS }
		}
	}
	
	option = {
		name = rossiya.61.a
		add_stability = -0.02
		1123 = { add_manpower = -5000 }
		add_manpower = -800
	}
}

#Riga Technical University (01.07.1862)
country_event = {
	id = rossiya.62
	title = rossiya.62.t
	desc = rossiya.62.d
	picture = GFX_report_event_riga_technical_university
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.62.a
		random_list = {
			25 = {
				add_tech_bonus = { bonus = 0.25 uses = 1 category = biochemistry_tech }
			}
			25 = {
				add_tech_bonus = { bonus = 0.25 uses = 1 category = mechanical_engineering_tech }
			}
			25 = {
				add_tech_bonus = { bonus = 0.25 uses = 1 category = process_engineering_tech }
			}
			25 = {
				add_tech_bonus = { bonus = 0.25 uses = 1 category = synthetic_chemicals_tech }
			}
		}
		add_opinion_modifier = {
			target = PRS
			modifier = small_increase
		}
		reverse_add_opinion_modifier = {
			target = PRS
			modifier = small_increase 
		}
	}
}

#Khalibov Armenian School (01.10.1858)
country_event = {
	id = rossiya.63
	title = rossiya.63.t
	desc = rossiya.63.d
	picture = GFX_report_event_armenian_school
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.63.a
		add_stability = 0.01
		random_list = {
			25 = {
				add_tech_bonus = { bonus = 0.05 uses = 1 category = biochemistry_tech }
			}
			25 = {
				add_tech_bonus = { bonus = 0.05 uses = 1 category = mechanical_engineering_tech }
			}
			25 = {
				add_tech_bonus = { bonus = 0.05 uses = 1 category = process_engineering_tech }
			}
			25 = {
				add_tech_bonus = { bonus = 0.05 uses = 1 category = synthetic_chemicals_tech }
			}
		}
	}
}

#South Ussuriysk Border Commissariat (12.11.1869)
country_event = {
	id = rossiya.64
	title = rossiya.64.t
	desc = rossiya.64.d
	picture = GFX_report_event_south_ussuriysk_border_commissariat
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		has_completed_focus = RUS_great_game
	}
	
	option = {
		name = rossiya.64.a
		add_stability = 0.02
		add_opinion_modifier = {
			target = QNG
			modifier = medium_decrease
		}
		reverse_add_opinion_modifier = {
			target = QNG
			modifier = medium_decrease 
		}
	}
}

#Sevastopol Biological Station (01.03.1871)
country_event = {
	id = rossiya.65
	title = rossiya.65.t
	desc = rossiya.65.d
	picture = GFX_report_event_sevastopol_biological_station
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.65.a
		add_tech_bonus = { bonus = 0.1 uses = 1 category = biochemistry_tech }
		set_temp_variable = {
			eoanb_prestige_change = 1
		}
		eoanb_change_prestige_score = yes
	}
}

#Zarozhansky Sugar Factory (01.07.1866)
country_event = {
	id = rossiya.66
	title = rossiya.66.t
	desc = rossiya.66.d
	picture = GFX_report_event_zarozhany_sugar_factory
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 1127
	}
	
	option = {
		name = rossiya.66.a
		activate_mission_tooltip = RUS_mission_sugar_factory_zarozhany
		hidden_effect = {
			activate_mission = RUS_mission_sugar_factory_zarozhany
		}
	}
}

#First Ukrainian Discourse Theatre Established in Lviv (29.03.1864)
country_event = {
	id = rossiya.67
	title = rossiya.67.t
	desc = rossiya.67.d
	picture = GFX_report_event_ukrainian_discourse_theater
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 91
	}
	
	option = {
		name = rossiya.67.a
		add_stability = 0.01
		set_temp_variable = {
			eoanb_prestige_change = 1
		}
		eoanb_change_prestige_score = yes
	}
}

#Meeting with Pedro II of Brazil (01.06.1876)
country_event = {
	id = rossiya.68
	title = rossiya.68.t
	desc = rossiya.68.d
	picture = GFX_report_event_pedro_ii_visit
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.68.a
		add_opinion_modifier = { target = BRA modifier = medium_increase }
		reverse_add_opinion_modifier = { target = BRA modifier = medium_increase }
	}
}

#Russian Musical Society (01.04.1859)
country_event = {
	id = rossiya.69
	title = rossiya.69.t
	desc = rossiya.69.d
	picture = GFX_report_event_russian_musical_society
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.69.a
		add_stability = 0.01
		set_temp_variable = {
			eoanb_prestige_change = 1
		}
		eoanb_change_prestige_score = yes
	}
}

#Trams in Warsaw (11.12.1866)
country_event = {
	id = rossiya.70
	title = rossiya.70.t
	desc = rossiya.70.d
	picture = GFX_report_event_trams_in_warsaw
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 1314
	}
	
	option = {
		name = rossiya.70.a
		1314 = {
			add_dynamic_modifier = {
				modifier = eoanb_dynmod_city_development
			}
		}
	}
}

#Bratnia Pomoc (01.08.1859)
country_event = {
	id = rossiya.71
	title = rossiya.71.t
	desc = rossiya.71.d
	picture = GFX_report_event_bratnia_pomoc
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 90
	}
	
	option = {
		name = rossiya.71.a
		add_timed_idea = {
			idea = RUS_idea_bratnia_pomoc
			days = 365
		}
	}
}

#K. Rudzki i S-ka (01.07.1858)
country_event = {
	id = rossiya.72
	title = rossiya.72.t
	desc = rossiya.72.d
	picture = GFX_report_event_konstanty_rudzki
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 1314
	}
	
	option = {
		name = rossiya.72.a
		custom_effect_tooltip = RUS_konstanty_rudzki_event_effect_tt
		hidden_effect = {
			set_country_flag = RUS_rudzki_company_flag
		}
	}
}

#Corps Concordia Rigensis (29.11.1869)
country_event = {
	id = rossiya.73
	title = rossiya.73.t
	desc = rossiya.73.d
	picture = GFX_report_event_corps_concordia_rigensis
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 12
	}
	
	option = {
		name = rossiya.73.a
		add_opinion_modifier = { target = PRS modifier = small_increase }
		reverse_add_opinion_modifier = { target = PRS modifier = small_increase }
	}
}

#Estonian Song Festival in Dorpat (01.07.1869)
country_event = {
	id = rossiya.74
	title = rossiya.74.t
	desc = rossiya.74.d
	picture = GFX_report_event_estonian_song_festival
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 191
	}
	
	option = {
		name = rossiya.74.a
		add_stability = 0.01
	}
}

#Bryansk Machine-Building Plant (01.07.1873)
country_event = {
	id = rossiya.75
	title = rossiya.75.t
	desc = rossiya.75.d
	picture = GFX_report_event_bryansk_machine_factory
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 224
	}
	
	option = {
		name = rossiya.75.a
		custom_effect_tooltip = RUS_bryansk_company_event_effect_tt
		hidden_effect = {
			set_country_flag = RUS_bryansk_company_flag
		}
	}
}

#Feodosia Teachers' Institute (16.01.1874)
country_event = {
	id = rossiya.76
	title = rossiya.76.t
	desc = rossiya.76.d
	picture = GFX_report_event_feodosia_teachers_institute
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 137
	}
	
	option = {
		name = rossiya.76.a
		add_stability = 0.02
	}
}

#Tiligul Railway Disaster (24.12.1875)
country_event = {
	id = rossiya.77
	title = rossiya.77.t
	desc = rossiya.77.d
	picture = GFX_report_event_tiligul_railway_disaster
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 192
		has_railway_level = {
			state = 192
			level > 0
		}
	}
	
	option = {
		name = rossiya.77.a
		add_stability = -0.05
		add_equipment_to_stockpile = {
			type = train_equipment
			amount = -12
			producer = RUS
		}
		192 = {
			damage_building = {
				type = rail_way
				damage = 0.5
			}
		}
	}
}

#Yekaterinburg Secondary School (23.10.1873)
country_event = {
	id = rossiya.78
	title = rossiya.78.t
	desc = rossiya.78.d
	picture = GFX_report_event_yekaterinburg_school
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.78.a
		add_stability = 0.01
		add_tech_bonus = { bonus = 0.25 uses = 1 category = humanities_tech }
	}
}

#The Nobel Brothers' Petroleum Production Company (15.4.1876)
country_event = {
	id = rossiya.79
	title = rossiya.79.t
	desc = rossiya.79.d
	picture = GFX_report_event_ludvig_nobel
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 229
	}
	
	option = {
		name = rossiya.79.a
		89 = {
			add_resource = {
				type = oil
				amount = 1
			}
		}
	}
}

#Major Foreign Investment into BraNobel (18.5.1879)
country_event = {
	id = rossiya.80
	title = rossiya.80.t
	desc = rossiya.80.d
	picture = GFX_report_event_branobel_oil_company
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 229
	}
	
	option = {
		name = rossiya.80.a
		89 = {
			add_resource = {
				type = oil
				amount = 2
			}
		}
	}
}

#Ha-Melitz - First Hebrew Newspaper (29.9.1860)
country_event = {
	id = rossiya.81
	title = rossiya.81.t
	desc = rossiya.81.d
	picture = GFX_report_event_ha_melitz
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.81.a
		add_stability = 0.01
	}
}

#Franz Krull Metal Works (25.4.1865)
country_event = {
	id = rossiya.82
	title = rossiya.82.t
	desc = rossiya.82.d
	picture = GFX_report_event_franz_krull_metal_works
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 191
	}
	
	option = {
		name = rossiya.82.a
		add_stability = 0.01
		add_timed_idea = { idea = RUS_idea_franz_krull_metal_works days = 730 }
	}
}

#Kyiv Police Department (15.3.1858)
country_event = {
	id = rossiya.83
	title = rossiya.83.t
	desc = rossiya.83.d
	picture = GFX_report_event_kyiv_police_department
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 202
	}
	
	option = {
		name = rossiya.83.a
		add_stability = 0.03
	}
}

#Kyiv Opera (27.10.1867)
country_event = {
	id = rossiya.84
	title = rossiya.84.t
	desc = rossiya.84.d
	picture = GFX_report_event_kyiv_opera
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 202
	}
	
	option = {
		name = rossiya.84.a
		add_stability = 0.01
	}
}

#Moscow Criminal Investigations Department (31.12.1866)
country_event = {
	id = rossiya.85
	title = rossiya.85.t
	desc = rossiya.85.d
	picture = GFX_report_event_moscow_criminial_investigation_department
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.85.a
		upgrade_intelligence_agency = upgrade_passive_defense
		add_stability = 0.001
	}
}

#Circle of Tchaikovsky (1.8.1868)
country_event = {
	id = rossiya.86
	title = rossiya.86.t
	desc = rossiya.86.d
	picture = GFX_report_event_tchaikovsky_music
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.86.a
		add_stability = -0.05
	}
}

#Meteorite Shower in Poland (30.1.1868)
country_event = {
	id = rossiya.87
	title = rossiya.87.t
	desc = rossiya.87.d
	picture = GFX_report_event_pultusk_meteorite
	
	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		owns_state = 98
	}
	
	option = {
		name = rossiya.87.a
		add_stability = -0.01
		add_tech_bonus = { bonus = 0.1 uses = 1 category = biochemistry_tech }
	}
}

#Kazan Veterinary Institute (31.5.1873)
country_event = {
	id = rossiya.88
	title = rossiya.88.t
	desc = rossiya.88.d
	picture = GFX_report_event_kazan_veterinary_institute
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.88.a
		add_tech_bonus = { bonus = 0.25 uses = 2 category = biochemistry_tech }
	}
}

#Iosif Goshkevich's Travels to East Asia (1.10.1867)
country_event = {
	id = rossiya.89
	title = rossiya.89.t
	desc = rossiya.89.d
	picture = GFX_report_event_iosif_goshkevich
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.89.a
		if = {
			limit = {
				country_exists = JAP
			}
			add_opinion_modifier = { target = JAP modifier = small_increase }
			reverse_add_opinion_modifier = { target = JAP modifier = small_increase }
		}
		if = {
			limit = {
				country_exists = TSH
			}
			add_opinion_modifier = { target = TSH modifier = small_increase }
			reverse_add_opinion_modifier = { target = TSH modifier = small_increase }
		}
	}
}

#'A Cracow Wedding' (01.10.1878)
country_event = {
	id = rossiya.90
	title = rossiya.90.t
	desc = rossiya.90.d
	picture = GFX_report_event_cracow_wedding
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.90.a
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
	}
}

#Committee for the Establishment of a National History Museum (01.09.1872)
country_event = {
	id = rossiya.91
	title = rossiya.91.t
	desc = rossiya.91.d
	picture = GFX_report_event_imperial_museum_uvarov
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.91.a
		add_political_power = 10
	}
}

#Grand Opening of the Imperial Russian History Museum (27.05.1883)
country_event = {
	id = rossiya.92
	title = rossiya.92.t
	desc = rossiya.92.d
	picture = GFX_report_event_imperial_museum_building
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.92.a
		set_temp_variable = { eoanb_prestige_change = 2 }
		eoanb_change_prestige_score = yes
	}
}

#Tretyakovskiy Street (15.04.1871)
country_event = {
	id = rossiya.93
	title = rossiya.93.t
	desc = rossiya.93.d
	picture = GFX_report_event_tretyakovskiy_street
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.93.a
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
	}
}

#Moscow Archaeological Society (17.02.1864)
country_event = {
	id = rossiya.94
	title = rossiya.94.t
	desc = rossiya.94.d
	picture = GFX_report_event_archaeological_society
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.94.a
		add_tech_bonus = { bonus = 0.15 uses = 1 category = humanities_tech }
		add_tech_bonus = { bonus = 0.1 uses = 1 category = resource_extraction_tech }
	}
}

#Warm Malls - First Heated Retail Space in Moscow (01.02.1870)
country_event = {
	id = rossiya.95
	title = rossiya.95.t
	desc = rossiya.95.d
	picture = GFX_report_event_warm_malls
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.95.a
		add_political_power = 10
	}
}

#First Performance of 'Don Quixote' in Russia (01.05.1869)
country_event = {
	id = rossiya.96
	title = rossiya.96.t
	desc = rossiya.96.d
	picture = GFX_report_event_russian_theater
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.96.a
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
	}
}

#Death of Alexander Herzen (21.01.1870)
country_event = {
	id = rossiya.97
	title = rossiya.97.t
	desc = rossiya.97.d
	picture = GFX_report_event_alexander_herzen
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.97.a
		add_political_power = 10
		add_stability = 0.01
		add_popularity = { ideology = social_egalitarianism popularity = -0.01 }
	}
}

#The Mendeleev Periodic Table (17.02.1869)
country_event = {
	id = rossiya.98
	title = rossiya.98.t
	desc = rossiya.98.d
	picture = GFX_report_event_mendeleev
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.98.a
		add_tech_bonus = { bonus = 0.5 uses = 1 category = biochemistry_tech }
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
	}
}

#Russian Entomological Society (15.06.1859)
country_event = {
	id = rossiya.99
	title = rossiya.99.t
	desc = rossiya.99.d
	picture = GFX_report_event_russian_entomological_society
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.99.a
		add_tech_bonus = { bonus = 0.1 uses = 1 category = biochemistry_tech }
	}
}

#Moscow Zoo (31.01.1864)
country_event = {
	id = rossiya.100
	title = rossiya.100.t
	desc = rossiya.100.d
	picture = GFX_report_event_moscow_zoo
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.100.a
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
	}
}

#Church of the Intercession in Pershemaysk (15.04.1869)
country_event = {
	id = rossiya.101
	title = rossiya.101.t
	desc = rossiya.101.d
	picture = GFX_report_event_church_of_the_intercession
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.101.a
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
	}
}

#Yablochkov Candle (01.05.1876)
country_event = {
	id = rossiya.102
	title = rossiya.102.t
	desc = rossiya.102.d
	picture = GFX_report_event_yablochkov_candle
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.102.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = electronics_devices_tech }
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
	}
}

#Formose Reaction (01.02.1861)
country_event = {
	id = rossiya.103
	title = rossiya.103.t
	desc = rossiya.103.d
	picture = GFX_report_event_alexander_butlerov
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.103.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = biochemistry_tech }
		set_temp_variable = { eoanb_prestige_change = 2 }
		eoanb_change_prestige_score = yes
	}
}

#Anna Karenina (01.03.1878)
country_event = {
	id = rossiya.104
	title = rossiya.104.t
	desc = rossiya.104.d
	picture = GFX_report_event_anna_karenina
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.104.a
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
	}
}

#St. Petersburg Telegraph Museum (11.09.1872)
country_event = {
	id = rossiya.105
	title = rossiya.105.t
	desc = rossiya.105.d
	picture = GFX_report_event_telegraph_museum
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.105.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = electronics_devices_tech }
	}
}

#Oliver Salad
country_event = {
	id = rossiya.106
	title = rossiya.106.t
	desc = rossiya.106.d
	picture = GFX_report_event_olivier_salad
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.106.a
	}
}

##### POLITICAL AND WAR EVENTS (rossiya.201-500) #####

### DOMESTIC POLITICS EVENTS (rossiya.201-300) ###

#German Immigration to the Volga Region
country_event = {
	id = rossiya.201
	title = rossiya.201.t
	desc = rossiya.201.d
	picture = GFX_report_event_volga_germans
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.201.a
		activate_mission_tooltip = RUS_mission_vic_German_Volga_Immigration_1
		activate_mission_tooltip = RUS_mission_vic_German_Volga_Immigration_2
		hidden_effect ={
			activate_mission = RUS_mission_vic_German_Volga_Immigration_1
			activate_mission = RUS_mission_vic_German_Volga_Immigration_2
		}
	}
}

#New Minister of War Appointed (14.06.1861)
country_event = {
	id = rossiya.202
	title = rossiya.202.t
	desc = rossiya.202.d	
	picture = GFX_report_event_milyutin
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.202.a
		complete_national_focus = RUS_vic_milyutin_military_reforms
		#hidden_effect = {
		#	if = {
		#		limit = {
		#			NOT = { has_completed_focus = RUS_vic_crimean_war_outcome }
		#		}
		#		complete_national_focus = RUS_vic_milyutin_military_reforms
		#	}
		#}
	}
}

#Reign of Alexander II
country_event = {
	id = rossiya.203
	title = rossiya.203.t
	desc = rossiya.203.d
	picture = GFX_report_event_rus_alexander_II
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.203.a
	}
}

#The Great Reforms and Russian Establishment
country_event = {
	id = rossiya.221
	title = rossiya.221.t
	desc = rossiya.221.d
	picture = GFX_report_event_public_supports_reform
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.221.a
		custom_effect_tooltip = RUS_vic_great_reforms_tt
	}
}

#Michael von Reutern
country_event = {
	id = rossiya.204
	title = rossiya.204.t
	desc = rossiya.204.d
	picture = GFX_report_event_von_reutern
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.204.a
		add_advisor_role = {
				character = RUS_mikhail_von_reutern
				activate = yes
				advisor = {
					slot = political_advisor
					cost = 50
					idea_token = RUS_mikhail_von_reutern
					traits = {
						RUS_trait_Imperial_Finance_Minister
					}
				}
		}
	}
}

#Alexander Gorchakov
country_event = {
	id = rossiya.205
	title = rossiya.205.t
	desc = rossiya.205.d
	picture = GFX_report_event_alexander_gorchakov
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.205.a
	}
}

#Viktor Panin
country_event = {
	id = rossiya.206
	title = rossiya.206.t
	desc = rossiya.206.d
	picture = GFX_report_event_panin
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.206.a
	}
}

#Okhrana
country_event = {
	id = rossiya.207
	title = rossiya.207.t
	desc = rossiya.207.d
	picture = GFX_report_event_okhrana
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.207.a
		hidden_effect = {
			country_event = { id = rossiya.85 days = 700 }
		}
	}
}

#ISS - Imperial Security Service
country_event = {
	id = rossiya.208
	title = rossiya.208.t
	desc = rossiya.208.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.208.a
	}
}

#Russian European Empire
country_event = {
	id = rossiya.209
	title = rossiya.209.t
	desc = rossiya.209.d
	picture = GFX_report_event_georgia_dadiani_palace
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.209.a
	}
}

#End of Russification in Western Russia
country_event = {
	id = rossiya.210
	title = rossiya.210.t
	desc = rossiya.210.d
	picture = GFX_report_event_end_of_russification
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.210.a
		swap_ideas = {
			remove_idea = foa_restricted_attendance
			add_idea = foa_non_socialist
		}
		add_popularity = {
			ideology = centrism
			popularity = 0.05
		}
	}
}

#Socialist Magazine Iskra (26.06.1868)
country_event = {
	id = rossiya.211
	title = rossiya.211.t
	desc = rossiya.211.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.211.a
		add_popularity = { ideology = ideology_radical_socialism popularity = 0.03 }
	}
}

#Mahtra Estate Revolt (08.05.1858)
country_event = {
	id = rossiya.212
	title = rossiya.212.t
	desc = rossiya.212.d
	picture = GFX_report_event_mahtra_war
	
	fire_only_once = yes
	is_triggered_only = yes
		
	trigger = {
		#has_idea = lp_serfdom
		13 = { is_owned_and_controlled_by = RUS }
	}
		
	option = {
		name = rossiya.212.a
		add_stability = -0.01
		hidden_effect = {
			country_event = { id = rossiya.213 days = 45 random_days = 16 } 
		}
	}
}
	
#Mahtra Revolt Ends
country_event = {
    id = rossiya.213
    title = rossiya.213.t
    desc = rossiya.213.d
    picture = GFX_report_event_mahtra_war
        
    is_triggered_only = yes
    fire_only_once = yes
        
    option = { #Let them be
        name = rossiya.213.a
        ai_chance = { factor = 10 }        
        add_manpower = -14
        13 = {
            custom_effect_tooltip = "RUS_vic_NA_good_tooltip"
            if = {
                limit = { has_resistance = yes }
                hidden_effect = {
                    add_compliance = 5
                    add_resistance = -5
                }
            }
        }
        add_popularity = {
            ideology = centrism
            popularity = 0.02
        }
    }
    
    option = { #Siberia Time
        name = rossiya.213.b 
        ai_chance = { factor = 80 }    
        13 = { 
            set_resistance = yes
            add_manpower = -1000 
        }
        565 = { add_manpower = 1000 }
        add_stability = -0.02
        13 = {
            custom_effect_tooltip = "RUS_vic_NA_tooltip"
            if = {
                limit = { has_resistance = yes }
                hidden_effect = {
                    add_compliance = -5
                    add_resistance = 5
                }
            }
        }
    }
    
    option = { #Execution
        name = rossiya.213.c 
        ai_chance = { factor = 10 }    
        13 = { 
            set_resistance = yes
            add_manpower = -60 
        }
        add_stability = -0.03
        13 = {
            custom_effect_tooltip = "RUS_vic_NA_tooltip"
            if = {
                limit = { has_resistance = yes }
                hidden_effect = {
                    add_compliance = -10
                    add_resistance = 10
                }
            }
        }
    }
}

#Bezdna Uprising (30.04.1861)
country_event = {
	id = rossiya.214
	title = rossiya.214.t
	desc = rossiya.214.d
	picture = GFX_report_event_bezdna_uprising
	
	fire_only_once = yes
	is_triggered_only = yes	
	
	trigger = {
		249 = { is_controlled_by = RUS }
		has_completed_focus = RUS_vic_Emancipation_of_Serfs
	}		
	
	option = {
		name = rossiya.214.a
		add_stability = -0.01
		249 = { add_manpower = -91 }
	}
}

#Les Miserables (02.03.1863)
country_event = {
	id = rossiya.215
	title = rossiya.215.t
	desc = rossiya.215.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.215.a
		add_timed_idea = { idea = RUS_idea_les_miserables days = 365 }
	}
}

#'What is to be done' (02.01.1864)
country_event = {
	id = rossiya.216
	title = rossiya.216.t
	desc = rossiya.216.d
	picture = GFX_report_event_krenholm_manufacture

	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.216.a
		add_popularity = {
			ideology = ideology_radical_socialism
			popularity = 0.01 
		}
		add_stability = -0.01
	}
}

#Young Russia (27.11.1862)
country_event = {
	id = rossiya.217
	title = rossiya.217.t
	desc = rossiya.217.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.217.a
		add_stability = -0.01
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01 
		}
	}
}

#Publishing of 'Fathers and Sons' (14.08.1862)
country_event = {
	id = rossiya.218
	title = rossiya.218.t
	desc = rossiya.218.d
	picture = GFX_report_event_krenholm_manufacture	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	#Mild censorship (cosmetic things)
	option = {
		name = rossiya.218.a
		ai_chance = { factor = 90 }
		add_popularity = {
			ideology = anarchism
			popularity = 0.01
		}
		add_timed_idea = {
			idea = RUS_idea_successful_book
			days = 120
		}
	}

	#Harsh censorship (Nihilism banned)
	option = {
		name = rossiya.218.b
		ai_chance = { factor = 10 }
		add_popularity = {
			ideology = autocracy 
			popularity = -0.03
		}
		add_political_power = 20
		hidden_effect = {
			set_country_flag = RUS_harsh_censorship_flag
			random_list = {
				50 = { 
					country_event = { id = rossiya.219 days = 7 random_days = 7 }
				}
				50 = {
					#
				}
			}
		}
	}
}

#Censorship of 'Fathers and Sons' Revealed
country_event = {
	id = rossiya.219
	title = rossiya.219.t
	desc = rossiya.219.d
	picture = GFX_report_event_krenholm_manufacture	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	trigger = {
		has_country_flag = RUS_harsh_censorship_flag
		NOT = {
			OR = {
				has_idea = state_controlled_press
				has_idea = censored_press
			}
		}
	}
		
	option = {
		name = rossiya.219.a
		add_popularity = {
			ideology = anarchism
			popularity = 0.02
		}
		add_political_power = -20
		add_timed_idea = {
			idea = RUS_idea_censor_broke_FaS
			days = 60
		}
	}
}

#Publishment of 'Crime and Punishment' (31.01.1866)
country_event = {
	id = rossiya.220
	title = rossiya.220.t
	desc = rossiya.220.d
	picture = GFX_report_event_krenholm_manufacture	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.220.a
		add_political_power = 10
	}
}

###Juridical Reform

#New Judicial Statutes adopted
country_event = {
	id = rossiya.222
	title = rossiya.222.t
	desc = rossiya.222.d
	picture = GFX_report_event_russian_court
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.222.a
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
		if = {
			limit = {
				has_idea = RUS_idea_inefficient_judicial_system
			}
			swap_ideas = {
				remove_idea = RUS_idea_inefficient_judicial_system
				add_idea = RUS_idea_inefficient_judicial_system1
			}
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_inefficient_judicial_system1
			}
			swap_ideas = {
				remove_idea = RUS_idea_inefficient_judicial_system1
				add_idea = RUS_idea_inefficient_judicial_system2
			}
		}
		add_advisor_role = {
			character = RUS_dmitry_zamyatin
			activate = yes
			advisor = {
				slot = political_advisor
				cost = 50
				idea_token = RUS_dmitry_zamyatin
				traits = {
					RUS_trait_reformist_justice_minister
				}
			}
		}
	}
}

#Establishment of District Courts
country_event = {
	id = rossiya.264
	title = rossiya.264.t
	desc = rossiya.264.d
	picture = GFX_report_event_russian_court
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.264.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = humanities_tech category = economics_tech }
	}
}

#Magistrates’ Court
country_event = {
	id = rossiya.223
	title = rossiya.223.t
	desc = rossiya.223.d
	picture = GFX_report_event_russian_court
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.223.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = humanities_tech category = economics_tech }
	}
}

#Criminal Investigation Reform
country_event = {
	id = rossiya.265
	title = rossiya.265.t
	desc = rossiya.265.d
	picture = GFX_report_event_russian_court
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.265.a
		add_political_power = 75
		add_stability = 0.05
		increase_legitimacy_by_two = yes
	}
}

#The Jury Trial
country_event = {
	id = rossiya.224
	title = rossiya.224.t
	desc = rossiya.224.d
	picture = GFX_report_event_rus_justice
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.224.a
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
		#add_ideas = quasi_jury_court
		if = {
			limit = { has_idea = high_judge_courtroom }
			swap_ideas = {
				remove_idea = high_judge_courtroom
				add_idea = quasi_jury_court
			}
		}
		if = {
			limit = {
				has_idea = RUS_idea_inefficient_judicial_system
			}
			swap_ideas = {
				remove_idea = RUS_idea_inefficient_judicial_system
				add_idea = RUS_idea_inefficient_judicial_system1
			}
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_inefficient_judicial_system1
			}
			swap_ideas = {
				remove_idea = RUS_idea_inefficient_judicial_system1
				add_idea = RUS_idea_inefficient_judicial_system2
			}
		}
	}
}

#Civil and Criminal Trial reformed
country_event = {
	id = rossiya.266
	title = rossiya.266.t
	desc = rossiya.266.d
	picture = GFX_report_event_russian_court
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.266.a
		add_political_power = 75
		add_stability = 0.05
		increase_legitimacy_by_two = yes
	}
}

#Institution of the Bar Association
country_event = {
	id = rossiya.225
	title = rossiya.225.t
	desc = rossiya.225.d
	picture = GFX_report_event_russian_court
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.225.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = humanities_tech category = economics_tech }
	}
}

#New Censorship Law
country_event = {
	id = rossiya.249
	title = rossiya.249.t
	desc = rossiya.249.d
	picture = GFX_report_event_public_supports_reform
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.249.a
		swap_ideas = {
				remove_idea = state_controlled_press
				add_idea = censored_press
		}
	}
}

#Further Soften Censorship Law
country_event = {
	id = rossiya.284
	title = rossiya.284.t
	desc = rossiya.284.d
	picture = GFX_report_event_public_supports_reform
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.284.a
		swap_ideas = {
				remove_idea = censored_press
				add_idea = free_press
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.1
		}
		add_popularity = {
			ideology = anarchism 
			popularity = 0.01
		}
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.01
		}
		add_popularity = {
			ideology = ideology_social_liberalism 
			popularity = 0.01
		}
		add_popularity = {
			ideology = centrism 
			popularity = 0.01
		}
		add_popularity = {
			ideology = traditional_conservatism
			popularity = 0.01
		}
	}
}

#Censorship Counter-Reform
country_event = {
	id = rossiya.285
	title = rossiya.285.t
	desc = rossiya.285.d
	picture = GFX_report_event_okhrana
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.285.a
		add_popularity = {
			ideology = autocracy
			popularity = 0.05
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.05
		}
	}
}

#Judicial Counter-Reform
country_event = {
	id = rossiya.287
	title = rossiya.287.t
	desc = rossiya.287.d
	picture = GFX_report_event_okhrana
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.287.a
		add_popularity = {
			ideology = autocracy
			popularity = 0.05
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.05
		}
	}
}

###Financial Reform

#Establish the State Treasury
country_event = {
	id = rossiya.226
	title = rossiya.226.t
	desc = rossiya.226.d
	picture = GFX_report_event_financial_reform_default	
		
	fire_only_once = yes 
	is_triggered_only = yes
	option = {
		name = rossiya.226.a
		if = {
			limit = {
				has_idea = RUS_idea_russian_corruption1
			}
			swap_ideas = {
				remove_idea = RUS_idea_russian_corruption1
				add_idea = RUS_idea_russian_corruption2
			}
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_russian_corruption2
			}
			swap_ideas = {
				remove_idea = RUS_idea_russian_corruption2
				add_idea = RUS_idea_russian_corruption3
			}
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_russian_corruption3
			}
			swap_ideas = {
				remove_idea = RUS_idea_russian_corruption3
				add_idea = RUS_idea_russian_corruption4
			}
		}
		add_advisor_role = {
			character = RUS_konstantin_groth
			activate = yes
			advisor = {
				slot = political_advisor
				cost = 50
				idea_token = RUS_advisor_konstantin_groth
				traits = {
					RUS_trait_Konstantin_Groth
				}
			}
		}
	}
}

#Town Dumas and Upravas
country_event = {
	id = rossiya.227
	title = rossiya.227.t
	desc = rossiya.227.d
	picture = GFX_report_event_establishing_dumas_upravas	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.227.a
		add_to_variable = {
			var = RUS_urbanisation_ppg
			value = 0.1
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.03
		}
	}
} 

#State Bank of the Russian Empire
country_event = {
	id = rossiya.228
	title = rossiya.228.t
	desc = rossiya.228.d
	picture = GFX_report_event_establishment_state_bank	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.228.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = humanities_tech }
		add_ideas = RUS_idea_state_bank_russian_empire
		hidden_effect = { 
			country_event = { id = rossiya.509 days = 90 }
		} 
	}
}

#Dmitrii Zamyatnin
country_event = {
	id = rossiya.229
	title = rossiya.229.t
	desc = rossiya.229.d
	picture = GFX_report_event_von_reutern
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.229.a
		
	}
}

###Zemstvo Events

#Zemstvo Start
country_event = {
	id = rossiya.230
	title = rossiya.230.t
	desc = rossiya.230.d
	picture = GFX_report_event_zemstvo
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.230.a
		set_variable = { RUS_zemstvo_mp = 0 }
		set_variable = { RUS_zemstvo_rsf = 0.01 }
		set_variable = { RUS_zemstvo_sf = 0.01 }
		set_variable = { RUS_zemstvo_ppg = 0.15 }
		add_dynamic_modifier = { modifier = dynmod_RUS_zemstvo }
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_statistics } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_insurance } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_education } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_post_office } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_medicine } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
		hidden_effect = {
			activate_mission = RUS_mission_zemstvo_reform
		}
	}
}

#Abolishment of Prikazy Obshchestvennego Prizeniia
country_event = {
	id = rossiya.231
	title = rossiya.231.t
	desc = rossiya.231.d
	picture = GFX_report_event_zemstvo
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.231.a
		add_political_power = 100
		add_stability = 0.05
	}
}

#Zemstvo Statistics
country_event = {
	id = rossiya.267
	title = rossiya.267.t
	desc = rossiya.267.d
	picture = GFX_report_event_zemstvo	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.267.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
			add_to_variable = { RUS_zemstvo_ppg = 0.02 tooltip = political_power_gain_tooltip }
	}
}

#Zemstvo Insurance
country_event = {
	id = rossiya.268
	title = rossiya.268.t
	desc = rossiya.268.d
	picture = GFX_report_event_zemstvo	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.268.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
			custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
			add_to_variable = { RUS_zemstvo_ppg = -0.02 tooltip = political_power_gain_tooltip }
			add_to_variable = { RUS_zemstvo_mp = 0.02 }
			add_to_variable = { RUS_zemstvo_sf = 0.01 tooltip = stability_factor_tooltip }
			
	}
}

#The Society of Russian Doctors (1858)
country_event = {
	id = rossiya.232
	title = rossiya.232.t
	desc = rossiya.232.d
	picture = GFX_report_event_krenholm_manufacture	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.232.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = biochemistry_tech }
		RUS_ivan_sokolov = {
			add_advisor_role = {
				advisor = {
					slot = political_advisor
					idea_token = RUS_advisor_ivan_sokolov
					traits = {
						RUS_trait_Ivan_Sokolov
					}
				}
			}
		}
	}
}

#Zemstvo Education
country_event = {
	id = rossiya.252
	title = rossiya.252.t
	desc = rossiya.252.d
	picture = GFX_report_event_zemstvo_education
		
	fire_only_once = yes 
	is_triggered_only = yes

option = {
		name = rossiya.252.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
		add_to_variable = { RUS_zemstvo_ppg = -0.02 tooltip = political_power_gain_tooltip }
		add_to_variable = { RUS_zemstvo_rsf = 0.005 tooltip = research_speed_factor_tooltip }
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_primary_schools1 } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
	}
}

#1864 Regulation of Public Primary Schools
country_event = {
	id = rossiya.233
	title = rossiya.233.t
	desc = rossiya.233.d
	picture = GFX_report_event_zemstvo_education
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.233.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
		add_to_variable = { RUS_zemstvo_rsf = 0.01 tooltip = research_speed_factor_tooltip }
		add_to_variable = { RUS_zemstvo_ppg = -0.05 tooltip = political_power_gain_tooltip }
		add_to_variable = { RUS_zemstvo_sf = 0.02 tooltip = stability_factor_tooltip }
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_primary_schools2 } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes
	}
}

#1874 Regulation of Public Primary Schools
country_event = {
	id = rossiya.234
	title = rossiya.234.t
	desc = rossiya.234.d
	picture = GFX_report_event_zemstvo_education
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.234.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
		add_to_variable = { RUS_zemstvo_rsf = 0.01 tooltip = research_speed_factor_tooltip }
		add_to_variable = { RUS_zemstvo_ppg = -0.05 tooltip = political_power_gain_tooltip }
		add_to_variable = { RUS_zemstvo_sf = 0.02 tooltip = stability_factor_tooltip }
	}
}

#Zemstvo Stamp
country_event = {
	id = rossiya.235
	title = rossiya.235.t
	desc = rossiya.235.d
	picture = GFX_report_event_zemstvo
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.235.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
		add_to_variable = { RUS_zemstvo_ppg = 0.02 tooltip = political_power_gain_tooltip }
		add_to_variable = { RUS_zemstvo_sf = 0.01 tooltip = stability_factor_tooltip }
		set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_1870_stamp_law } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 1 } 
		set_temp_variable = { pr_decision_progress = 10 } 
		set_temp_variable = { pr_decision_icon = 4 }
		RUS_peasant_reform_propose_decision = yes	
	}
}

#1870 Stamp Regulation Law
country_event = {
	id = rossiya.236
	title = rossiya.236.t
	desc = rossiya.236.d
	picture = GFX_report_event_zemstvo_post	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.236.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
		add_to_variable = { RUS_zemstvo_ppg = 0.02 tooltip = political_power_gain_tooltip }
		add_to_variable = { RUS_zemstvo_sf = 0.01 tooltip = stability_factor_tooltip }
	}
}

#Zemstvo Medicine
country_event = {
	id = rossiya.269
	title = rossiya.269.t
	desc = rossiya.269.d
	picture = GFX_report_event_zemstvo_medicine	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.269.a
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
			add_to_variable = { RUS_zemstvo_ppg = -0.02 tooltip = political_power_gain_tooltip }
			add_to_variable = { RUS_zemstvo_mp = 0.02 }
			add_to_variable = { RUS_zemstvo_sf = 0.01 tooltip = stability_factor_tooltip }
			set_temp_variable = { pr_decision_token = token:RUS_decision_zemstvo_healthcare_law } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 1 } 
			set_temp_variable = { pr_decision_progress = 10 } 
			set_temp_variable = { pr_decision_icon = 4 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Zemstvo Healthcare Law
country_event = {
	id = rossiya.270
	title = rossiya.270.t
	desc = rossiya.270.d
	picture = GFX_report_event_zemstvo_medicine	
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.270.a
		if = {
			limit = {
				has_idea = social_spending_level_1
			}
			swap_ideas = {
				remove_idea = social_spending_level_1
				add_idea = social_spending_level_2
			}
		}
		else_if = {
			limit = {
				has_idea = social_spending_level_1
			}
			swap_ideas = {
				remove_idea = social_spending_level_1
				add_idea = social_spending_level_2
			}
		}
		else_if = {
			limit = {
				has_idea = social_spending_level_2
			}
			swap_ideas = {
				remove_idea = social_spending_level_2
				add_idea = social_spending_level_3
			}
		}
		else_if = {
			limit = {
				has_idea = social_spending_level_3
			}
			swap_ideas = {
				remove_idea = social_spending_level_3
				add_idea = social_spending_level_4
			}
		}
		else_if = {
			limit = {
				has_idea = social_spending_level_5
			}
			add_political_power = 100
		}
		custom_effect_tooltip = RUS_zemstvo_reform_effect_tt
			add_to_variable = { RUS_zemstvo_ppg = -0.02 tooltip = political_power_gain_tooltip }
			add_to_variable = { RUS_zemstvo_mp = 0.02 }
			add_to_variable = { RUS_zemstvo_sf = 0.01 tooltip = stability_factor_tooltip}
	}
}

#Further Expand Zemstvo Powers
country_event = {
	id = rossiya.286
	title = rossiya.286.t
	desc = rossiya.286.d
	picture = GFX_report_event_zemstvo
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.286.a
		swap_ideas = {
			remove_idea = foa_state_only
			add_idea = foa_restricted_attendance
		}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.1
		}
	}
}

#Petrovskaya Agricultural Academy
country_event = {
	id = rossiya.237
	title = rossiya.237.t
	desc = rossiya.237.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.237.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = biochemistry_tech }
		add_tech_bonus = { bonus = 0.25 uses = 1 category = farming_tech }
	}
}

#Buyback Operation
country_event = {
	id = rossiya.239
	title = rossiya.239.t
	desc = rossiya.239.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.239.a
		set_temp_variable = { pr_decision_token = token:RUS_decision_establish_main_buyback_institution } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 5 } 
		set_temp_variable = { pr_decision_progress = 10 }
		RUS_peasant_reform_propose_decision = yes
	}
}

#End of Peasant Reform 
country_event = {
	id = rossiya.240
	title = rossiya.240.t
	desc = rossiya.240.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.240.a

	}
}

#Alex II reforms - Jewish Situation in Russia 
country_event = {
	id = rossiya.241
	title = rossiya.241.t
	desc = rossiya.241.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.241.a
		country_event = { id = rossiya.243 days = 60 }
	}
}

#Alex II reforms - Synagogue Laws
country_event = {
	id = rossiya.242
	title = rossiya.242.t
	desc = rossiya.242.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.242.a
		country_event = { id = rossiya.243 days = 60 }
		add_ideas = RUS_idea_jewish_protection_laws1
	}
	
	option = { 
		name = rossiya.242.b

	}
}

#Alex II reforms - Free Movement 
country_event = {
	id = rossiya.243
	title = rossiya.243.t
	desc = rossiya.243.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.243.a
		swap_ideas = {
			remove_idea = RUS_idea_jewish_protection_laws1
			add_idea = RUS_idea_jewish_protection_laws2
		}
	}
	
	option = {
		name = rossiya.243.b
		remove_ideas = RUS_idea_jewish_protection_laws1
	}
}

#Alex II reforms - Jewish Merchants
country_event = {
	id = rossiya.244
	title = rossiya.244.t
	desc = rossiya.244.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.244.a

	}
	
	option = {
		name = rossiya.244.b

	}
}

#Alex II reforms - Horace Osipovich Gunzburg
country_event = {
	id = rossiya.245
	title = rossiya.245.t
	desc = rossiya.245.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.245.a
		RUS_horace_gunzburg = {
			add_advisor_role = {
				advisor = {
					slot = political_advisor
					idea_token = RUS_advisor_horace_gunzburg
					traits = {
						RUS_trait_Horace_Gunzburg
					}
				}
			}
		}
	}
}

#Alex II reforms - Church Reforms
country_event = {
	id = rossiya.246
	title = rossiya.246.t
	desc = rossiya.246.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.246.a
		
	}
}

#Alex II reforms - Peasants - Yakov Rostovcev
country_event = {
	id = rossiya.248
	title = rossiya.248.t
	desc = rossiya.248.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.248.a
		add_advisor_role = {
				character = RUS_yakov_rostovcev
				activate = yes
				advisor = {
					slot = political_advisor
					cost = 50
					idea_token = RUS_yakov_rostovcev
					traits = {
						RUS_trait_Advocate_For_Peasant_Emancipation
					}
				}
		}
	}
}

#249 - free to use

#Alex II Reforms - Urbanite
country_event = {
	id = rossiya.250
	title = rossiya.250.t
	desc = rossiya.250.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.250.a
		953 = { add_dynamic_modifier = { modifier = dynmod_RUS_moscow } }
	}
}

#Alex II Reforms - Urbanite - Rest of Cities
country_event = {
	id = rossiya.251
	title = rossiya.251.t
	desc = rossiya.251.d
	picture = GFX_report_event_cities_regulations
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.251.a
		195 = { add_dynamic_modifier = { modifier = dynmod_RUS_moscow days = 1800 } }
		192 = { add_dynamic_modifier = { modifier = dynmod_RUS_moscow days = 1800 } }
		1120 = { add_dynamic_modifier = { modifier = dynmod_RUS_moscow days = 1800 } }
	}
}

#Reform City Financing
country_event = {
	id = rossiya.253
	title = rossiya.253.t
	desc = rossiya.253.d
	picture = GFX_report_event_city_financing_reform
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.253.a
		add_to_variable = {
			var = RUS_urbanisation_cgf
			value = -0.06
		}
	}
}

#Host first City Dumas Elections
country_event = {
	id = rossiya.254
	title = rossiya.254.t
	desc = rossiya.254.d
	picture = GFX_report_event_first_city_dumas_election
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.254.a
		add_to_variable = {
			var = RUS_urbanisation_tcd
			value = 0.005
		}
		add_to_variable = {
			var = RUS_urbanisation_cd
			value = 0.005
		}
	}
}

#Create Provincial city affairs comissions
country_event = {
	id = rossiya.255
	title = rossiya.255.t
	desc = rossiya.255.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.255.a
		if = {
				limit = {
					has_idea = RUS_idea_russian_corruption1
				}
				swap_ideas = {
					remove_idea = RUS_idea_russian_corruption1
					add_idea = RUS_idea_russian_corruption2
				}
			}
			else_if = {
				limit = {
					has_idea = RUS_idea_russian_corruption2
				}
				swap_ideas = {
					remove_idea = RUS_idea_russian_corruption2
					add_idea = RUS_idea_russian_corruption3
				}
			}
			else_if = {
				limit = {
					has_idea = RUS_idea_russian_corruption3
				}
				swap_ideas = {
					remove_idea = RUS_idea_russian_corruption3
					add_idea = RUS_idea_russian_corruption4
				}
			}
	}
}

#Fruits of Urban reform
country_event = {
	id = rossiya.256
	title = rossiya.256.t
	desc = rossiya.256.d
	picture = GFX_report_event_petrovskaya_agricultural_academy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.256.a
		add_ideas = RUS_idea_urbanisation
		add_political_power = 45
	}
}

#Modernise Taxation System
country_event = {
	id = rossiya.257
	title = rossiya.257.t
	desc = rossiya.257.d
	picture = GFX_report_event_financial_reform_default
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.257.a
		if = {
			limit = { has_idea = taxation_level_5 }
			add_political_power = 50
		}
		if = {
			limit = { has_idea = taxation_level_4 }
			add_political_power = 20
		}
		if = {
			limit = { has_idea = taxation_level_3 }
			swap_ideas = {
				remove_idea = taxation_level_3
				add_idea = taxation_level_4
			}
		}
		if = {
			limit = { has_idea = taxation_level_2 }
			swap_ideas = {
				remove_idea = taxation_level_2
				add_idea = taxation_level_4
			}
		}
		if = {
			limit = { has_idea = taxation_level_1 }
			swap_ideas = {
				remove_idea = taxation_level_1
				add_idea = taxation_level_4
			}
		}
	}
}

#Improve State Finances Transparency
country_event = {
	id = rossiya.258
	title = rossiya.258.t
	desc = rossiya.258.d
	picture = GFX_report_event_financial_reform_default
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.258.a
		if = {
			limit = {
				has_idea = RUS_idea_russian_corruption1
			}
			swap_ideas = {
				remove_idea = RUS_idea_russian_corruption1
				add_idea = RUS_idea_russian_corruption2
			}
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_russian_corruption2
			}
			swap_ideas = {
				remove_idea = RUS_idea_russian_corruption2
				add_idea = RUS_idea_russian_corruption3
			}
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_russian_corruption3
			}
			swap_ideas = {
				remove_idea = RUS_idea_russian_corruption3
				add_idea = RUS_idea_russian_corruption4
			}
		}
	}
}

#Establish the Main Buyback Institution
country_event = {
	id = rossiya.259
	title = rossiya.259.t
	desc = rossiya.259.d
	picture = GFX_report_event_financial_reform_default
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.259.a
		if = {
			limit = {
				has_idea = RUS_idea_moderate_peasant_reform
			}
			add_political_power = 50
			add_stability = 0.02
		}
		else_if = {
			limit = {
				has_idea = RUS_idea_radical_peasant_reform
			}
			add_political_power = 10
			add_stability = 0.05
		}
	}
}

#Lacking in Gold for Monetary Reform
country_event = {
	id = rossiya.260
	title = rossiya.260.t
	desc = rossiya.260.d
	picture = GFX_report_event_financial_reform_default
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.260.a
		add_political_power = -50
	}
}

#Financial Reform Completed
country_event = {
	id = rossiya.261
	title = rossiya.261.t
	desc = rossiya.261.d
	picture = GFX_report_event_financial_reform_default
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.261.a
		add_political_power = 50
		add_stability = 0.05
	}
}
### Education Reform

#Reorganise Ministry of Public Education
country_event = {
	id = rossiya.271
	title = rossiya.271.t
	desc = rossiya.271.d
	picture = GFX_report_event_rus_education_reform
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.271.a
		add_political_power = 100
		add_advisor_role = {
				character = RUS_alexander_golovnin
				activate = yes
				advisor = {
					slot = political_advisor
					cost = 50
					idea_token = RUS_alexander_golovnin
					traits = {
						RUS_trait_reformist_education_minister
					}
				}
			}
	}
}

#Send Russian Graduates to European Universities
country_event = {
	id = rossiya.272
	title = rossiya.272.t
	desc = rossiya.272.d
	picture = GFX_report_event_rus_universities
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.272.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = biochemistry_tech }
		add_tech_bonus = { bonus = 0.25 uses = 1 category = humanities_tech }
	}
}

#New University Chapter
country_event = {
	id = rossiya.273
	title = rossiya.273.t
	desc = rossiya.273.d
	picture = GFX_report_event_rus_universities
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.273.a
		swap_ideas = {
				remove_idea = research_spending_level_1
				add_idea = research_spending_level_2
			}
	}
}

#Create Regulation on Elementary Schools
country_event = {
	id = rossiya.274
	title = rossiya.274.t
	desc = rossiya.274.d
	picture = GFX_report_event_rus_public_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.274.a
		add_stability = 0.05
	}
}

#Decentralize Educational Administration
country_event = {
	id = rossiya.275
	title = rossiya.275.t
	desc = rossiya.275.d
	picture = GFX_report_event_rus_education_reform
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.275.a
		add_political_power	= 100
	}
}

#Create new Gymnasium Charter
country_event = {
	id = rossiya.276
	title = rossiya.276.t
	desc = rossiya.276.d
	picture = GFX_report_event_rus_public_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.276.a
		swap_ideas = {
				remove_idea = privileged_education
				add_idea = open_schools
			}
	}
}

#Female Education Reform
country_event = {
	id = rossiya.277
	title = rossiya.277.t
	desc = rossiya.277.d
	picture = GFX_report_event_rus_female_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.277.a
		set_temp_variable = { pr_decision_token = token:RUS_decision_organize_higher_female_courses } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 4 } 
			set_temp_variable = { pr_decision_progress = 10 }
			RUS_peasant_reform_propose_decision = yes
		add_ideas = RUS_idea_female_education1
	}
}

#Organize Higher Female Courses
country_event = {
	id = rossiya.278
	title = rossiya.278.t
	desc = rossiya.278.d
	picture = GFX_report_event_rus_female_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.278.a
		swap_ideas = {
				remove_idea = RUS_idea_female_education1
				add_idea = RUS_idea_female_education2
			}
	}
}

#Education Reform Completed
country_event = {
	id = rossiya.279
	title = rossiya.279.t
	desc = rossiya.279.d
	picture = GFX_report_event_rus_education_reform
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.279.a
		add_political_power	= 50
		add_stability = 0.05
	}
}

#Further Expand Female Education
country_event = {
	id = rossiya.280
	title = rossiya.280.t
	desc = rossiya.280.d
	picture = GFX_report_event_rus_female_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.280.a
		swap_ideas = {
				remove_idea = RUS_idea_female_education2
				add_idea = RUS_idea_female_education3
			}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.1
		}
		country_event = { 
			id = rossiya.281
			days = 120 }
	}
}

#Fruits of Female Education
country_event = {
	id = rossiya.281
	title = rossiya.281.t
	desc = rossiya.281.d
	picture = GFX_report_event_rus_female_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.281.a
		add_stability = 0.05
		add_popularity = {
			ideology = social_egalitarianism
			popularity = 0.05
		}
	}
}

#New Conservative Gymnasium Charter
country_event = {
	id = rossiya.282
	title = rossiya.282.t
	desc = rossiya.282.d
	picture = GFX_report_event_rus_public_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.282.a
		swap_ideas = {
				remove_idea = open_schools
				add_idea = privileged_education
			}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.05
		}
		country_event = { 
			id = rossiya.283
			days = 120 }
	}
}
#Unexpected Rise of Nihilist Youth
country_event = {
	id = rossiya.283
	title = rossiya.283.t
	desc = rossiya.283.d
	picture = GFX_report_event_rus_public_education
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.283.a
		add_stability = -0.05
		add_popularity = {
			ideology = anarchism
			popularity = 0.05
		}
	}
}

###Balance of Power
#Public Supports the Reforms
country_event = {
	id = rossiya.262
	title = rossiya.262.t
	desc = rossiya.262.d
	picture = GFX_report_event_public_supports_reform
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.262.a
		add_political_power = 100
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.05
		}
		hidden_effect = {
			country_event = {
				id = rossiya.263
				days = 30
			}
		}
	}
}

#Non-supportive aristocracy
country_event = {
	id = rossiya.263
	title = rossiya.263.t
	desc = rossiya.263.d
	picture = GFX_report_event_non_supportive_autocracy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.263.a
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = -0.02
		}
	}
}

### FOREIGN POLITICS, COLONIAL, AND WAR EVENTS (rossiya.301-500) ###

#Russian involvement in ACW
country_event = {
	id = rossiya.301
	title = rossiya.301.t
	desc = rossiya.301.d
	picture = GFX_report_event_russian_sailors_1860

	fire_only_once = yes

	trigger = {
		tag = RUS
		CSA = { exists = yes }
		USA = { has_war_with = CSA }
	}
	
	mean_time_to_happen = {
		days = 30
	}

	#Support the Union
	option = {
		name = rossiya.301.a
		ai_chance = { factor = 70 }
		reverse_add_opinion_modifier = { target = USA modifier = large_increase }
		reverse_add_opinion_modifier = { target = CSA modifier = medium_decrease }
		USA = { country_event = { id = rossiya.302 days = 4 } }
		activate_mission = RUS_mission_vic_Support_USA
		navy_experience = 5
		set_country_flag = RUS_vic_ACW_Supported_USA
		diplomatic_relation = {
			country = USA
			relation = docking_rights
			active = yes
		}
	}
	
	#Support the Confederates
	option = {
		name = rossiya.301.b
		trigger = {
			OR = {
				RUS = { has_completed_focus = RUS_british_tech_exchange }
				AND = {
					ENG = {
						has_opinion = {
							target = RUS
							value > 50
						}
					}
					RUS = {
						has_opinion = {
							target = ENG
							value > 25
						}
					}
				}
			}
		}
		ai_chance = {
			factor = 70
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
		reverse_add_opinion_modifier = { target = CSA modifier = large_increase }
		reverse_add_opinion_modifier = { target = USA modifier = medium_decrease }
		RUS = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = uniform_equipment
				amount = -500
			}
		}
		CSA = { country_event = { id = rossiya.303 days = 15 } }
	}

	#Stay neutral
	option = {
		name = rossiya.301.c
		ai_chance = {
			factor = 30
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
}

#USA - Russian Support
country_event = {
	id = rossiya.302
	title = rossiya.302.t
	desc = rossiya.302.d
	picture = GFX_report_event_russian_sailors_1860

	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.302.a
		reverse_add_opinion_modifier = { target = RUS modifier = medium_increase }
		RUS = {
			diplomatic_relation = {
				country = USA
				relation = docking_rights
				active = yes
			}
		}
	}
}

#CSA - Russian Support
country_event = {
	id = rossiya.303
	title = rossiya.303.t
	desc = rossiya.303.d
	picture = GFX_report_event_georgia_dadiani_palace

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = rossiya.303.a
		reverse_add_opinion_modifier = { target = RUS modifier = medium_increase }
		CSA = {
			division_template = {
				name = "Russian-Equipped Infantry"
				is_locked = yes
				regiments = {
					line_infantry = { x = 0 y = 0 }
					line_infantry = { x = 0 y = 1 }
					line_infantry = { x = 1 y = 0 }
					line_infantry = { x = 1 y = 1 }
					line_infantry = { x = 2 y = 0 }
				}
				support = {
					#
				}
			}
			367 = {
				create_unit = {
					division = "name = \"Russian-Equipped Infantry\" division_template = \"Russian-Equipped Infantry\" start_experience_factor = 0.4"
					owner = CSA
				}
			}
		}
	}
}

#US-Russia Telegraph Line
country_event = {
	id = rossiya.304
	title = rossiya.304.t
	desc = rossiya.304.d
	picture = GFX_report_event_georgia_dadiani_palace

	fire_only_once = yes
	is_triggered_only = yes

	#Reject the offer
	option = {
		name = rossiya.304.a
		ai_chance = {
			factor = 50
		}
		RUS = { country_event = { id = rossiya.305 days = 5 } }
	}
	
	#Accept the offer
	option = {
		name = rossiya.304.b
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
		RUS = { add_tech_bonus = { bonus = 1 uses = 1 category = electronics_devices_tech } }
		add_tech_bonus = { bonus = 1 uses = 1 category = electronics_devices_tech }
		reverse_add_opinion_modifier = { target = RUS modifier = eoanb_om_ENG_sea_cable }
		RUS = { country_event = { id = rossiya.306 days = 5 } }
	}
}

#The US Rejects
country_event = {
	id = rossiya.305
	title = rossiya.305.t
	desc = rossiya.305.d
	picture = GFX_report_event_georgia_dadiani_palace

	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.305.a
	}
}

#The US Agrees
country_event = {
	id = rossiya.306
	title = rossiya.306.t
	desc = rossiya.306.d
	picture = GFX_report_event_georgia_dadiani_palace

	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.306.a
		reverse_add_opinion_modifier = { target = USA modifier = eoanb_om_ENG_sea_cable }
		add_tech_bonus = { bonus = 1 uses = 1 category = electronics_devices_tech }
	}
}

##Georgian Events

#GEO - Rebels occupy Mingrelia's capital
country_event = {
	id = rossiya.312
	title = rossiya.312.t
	desc = rossiya.312.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	option = {
		name = rossiya.312.a
		add_stability = -0.1 
		decrease_ps_by_one = yes 
		RUS = { country_event = { id = rossiya.313 days = 10 } }
	}
}
	
#RUS - Russian Intervention in Mingrelian Revolt 
country_event = {
	id = rossiya.313
	title = rossiya.313.t
	desc = rossiya.313.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	option = {
		name = rossiya.313.a
		add_political_power = -50 
		GEO = { 
			add_stability = -0.05 
			country_event = { id = rossiya.314 days = 10 }
		}
	}
}
	
#GEO - Russians enter Mingrelia  
country_event = {
	id = rossiya.314
	title = rossiya.314.t
	desc = rossiya.314.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	option = {
		name = rossiya.314.a
		add_political_power = -50 
		add_stability = 0.15 
		increase_ps_by_one = yes 
		country_event = { id = rossiya.315 days = 120 }
	}
}

#GEO - Rebellion Reignites
country_event = {
	id = rossiya.315
	title = rossiya.315.t
	desc = rossiya.315.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	#We need Russia's help, again
	option = {
		name = rossiya.315.a
		add_political_power = -50 
		RUS = { country_event = { id = rossiya.316 days = 1 } }
	}
	
	#We shall fight on our own!
	option = {
		name = rossiya.315.b
		add_political_power = 50 
		add_stability = -0.15 
		decrease_ps_by_one = yes 
		RUS = { country_event = { id = rossiya.317 days = 70 } }
		random_list = {
			40 = {
				country_event = { id = rossiya.319 days = 100 }
			}
			60 = {
				country_event = { id = rossiya.320 days = 100 }
			}
		}
	}
}

#RUS - Russian intervention in Georgia, again    
country_event = {
	id = rossiya.316
	title = rossiya.316.t
	desc = rossiya.316.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	option = {
		name = rossiya.316.a
		add_political_power = -50
		GEO = { country_event = { id = rossiya.318 days = 1 } }
		custom_effect_tooltip = eoanb_tt_RUS_Mingrelia_Annexation
	}
}

#RUS - Russia is Informed that Mingrelia Denies their Aid
country_event = {
	id = rossiya.317
	title = rossiya.317.t
	desc = rossiya.317.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	#Let them live
	option = {
		name = rossiya.317.a
		add_political_power = -100
	}
	
	#Intervene anyway - declare war
	option = {
		name = rossiya.317.b
		set_temp_variable = { eoanb_prestige_change = 10 }
		eoanb_change_prestige_score = yes
		end_puppet = GEO
		declare_war_on = {
			target = GEO
			type = annex_everything
		}
		hidden_effect = {
			increase_ps_by_one = yes
		}
	}
}

#GEO - Georgia effectively gets annexed
country_event = {
	id = rossiya.318
	title = rossiya.318.t
	desc = rossiya.318.d
	picture = GFX_report_event_georgia_dadiani_palace

	is_triggered_only = yes
	fire_only_once = yes
	
	option = {
		name = rossiya.318.a
		every_owned_state = {
			remove_core_of = GEO 
			add_core_of = RUS 
		}
		RUS = {
			annex_country = {
				target = GEO 
				transfer_troops = yes
			} 
		}
		drop_cosmetic_tag = yes 
	}
}

#GEO - Rebel Victory
country_event = {
	id = rossiya.319
	title = rossiya.319.t
	desc = rossiya.319.d
	picture = GFX_report_event_georgia_dadiani_palace
	
	is_triggered_only = yes
	fire_only_once = yes
	
	trigger = {
		country_exists = GEO 
	}
	
	option = {
		name = rossiya.319.a
		retire_country_leader = yes
		set_politics = {
			ruling_party = radical_democracy 
		}
		create_country_leader = {
			name = "Utu Todua"
			desc = "POLITICS_UTU_TODUA_DESC"
			picture = "gfx/leaders/GEO/Portrait_GEO_Utudu_Todua.png"
			expire = "1965.1.1"
			ideology = revolutionary 
			traits = {
				#
			}
		}
		increase_ps_by_one = yes 
		add_stability = 0.1  
		add_war_support	= 0.25 			
		RUS = { country_event = { id = rossiya.321 days = 20 } }
	}
}
	
#GEO - Government Victory
country_event = {
	id = rossiya.320
	title = rossiya.320.t
	desc = rossiya.320.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	trigger = {
		country_exists = GEO
	}
	
	option = {
		name = rossiya.320.a
		increase_ps_by_two = yes 
		add_stability = 0.2 
		add_war_support	= 0.2 			
	}
}

#RUS - Rebel Victory in Mingrelia
country_event = {
	id = rossiya.321
	title = rossiya.321.t
	desc = rossiya.321.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	trigger = {
		country_exists = GEO
	}
	
	option = {
		name = rossiya.321.a
		end_puppet = GEO
		declare_war_on = {
			target = GEO
			type = annex_everything
		}
		hidden_effect = {
			increase_ps_by_one = yes
		}
	}
}

#RUS - Russia annexes Abkhazia after the war with Circassia ends
country_event = {
	id = rossiya.322
	title = rossiya.322.t
	desc = rossiya.322.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes 
		
	trigger = {
		tag = RUS
		country_exists = ABK
		NOT = { country_exists = CIR }
	}
	
	option = {
		name = rossiya.322.a
		add_political_power = -50
		ABK = { country_event = { id = rossiya.323 days = 20 } }
		custom_effect_tooltip = eoanb_tt_RUS_Abkhazia_Annexation
	}
}
	
#ABK - The Russians are Invading
country_event = {
	id = rossiya.323
	title = rossiya.323.t
	desc = rossiya.323.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	is_triggered_only = yes
	fire_only_once = yes
	
	#Accept our fate
	option = {
		name = rossiya.323.a
		every_owned_state = {
			remove_core_of = ABK
			add_core_of = RUS
		}
		RUS = {
			annex_country = {
				target = ABK
				transfer_troops = yes
			}
		}
	}
	
	#Abkhazia fights back 
	option = {	 
		name = rossiya.323.b
		hidden_effect = {
			increase_ps_by_one = yes
		}
		add_stability = 0.1 
		add_war_support	= 0.25 			
		end_puppet = ABK 
		if = {
			limit = {
				RUS = {
					NOT = { has_war_with = ABK }
				}
			}
			RUS = {
				declare_war_on = {
					target = ABK
					type = annex_everything
				} 
			}
		}
	}
}

## Caucasus War (rossiya.331 onward)
	
#The Imamate Defeated - Trigger should be moved to a mission
country_event = {
	id = rossiya.331
	title = rossiya.331.t
	desc = rossiya.331.d
	picture = GFX_report_event_end_caucasus_war
		
	fire_only_once = yes
		
	trigger = {
		tag = RUS
		has_country_flag = RUS_flag_war_with_caucasus
		OR = {
			NOT = { country_exists = CAU }
			CAU = { is_subject_of = RUS }
		}			
	}

	immediate = {
		hidden_effect = {
			CAU = { 
				remove_ideas = { 
					CAU_fighters
					CAU_fierce_resistance
					CAU_fierce_resistance_weak
				}
			}
			retire_character = CAU_teofil_lapinski
		}
	}
		
	option = {
		name = rossiya.331.a
		add_political_power = 100
		add_stability = 0.05
		hidden_effect = { country_event = { id = caucasus.13 days = 400 } }
	}
}

#Caucasian War Ends - Trigger should be moved to a mission
country_event = {
	id = rossiya.332
	title = rossiya.332.t
	desc = rossiya.332.d
	picture = GFX_report_event_end_caucasus_war
		
	fire_only_once = yes
		
	trigger = {
		tag = RUS 
		has_country_flag = RUS_flag_war_with_caucasus
		#Shouldn't these conditions both be fulfilled, respectively?
		AND = { 
                        OR = {
			      NOT = { country_exists = CAU }
			      CAU = { is_subject_of = RUS }
		             }
                        OR = {
			      NOT = { country_exists = CIR }
			      CIR = { is_subject_of = RUS }
		             }

                      }
	}

	immediate = {
		hidden_effect = {
			if = {
			    limit = { 
	    			country_exists = CIR
	    			CIR = {	### This is a check to see if CIR decided to become a puppet of RUS
	    				has_idea = CAU_fighters
	    				has_idea = CAU_fierce_resistance
	    				has_idea = CAU_fierce_resistance_weak
	    			}
	    		}
			}
			CIR = { 
				remove_ideas = { 
					CAU_fighters
					CAU_fierce_resistance
					CAU_fierce_resistance_weak
				}
			}
			clr_country_flag = RUS_flag_war_with_caucasus
		}
	}
		
	option = {
		name = rossiya.332.a
		increase_ps_by_one = yes
		add_political_power = 200
		custom_effect_tooltip = eoanb_tt_RUS_Caucasian_War_Ends
	}
}

#CIR/CAU - Russians Attack Our Villages
country_event = {
	id = rossiya.333
	title = rossiya.333.t
	desc = rossiya.333.d
	picture = GFX_report_event_second_opium_war_tianjin_treaty
		
	is_triggered_only = yes
		
	option = {  
		name = rossiya.333.a
		swap_ideas = {
			remove_idea = CAU_fierce_resistance
			add_idea = CAU_fierce_resistance_weak
		}
		effect_tooltip = {
			capital_scope = { add_manpower = -30000 }
		}
	}
}

#RUS - Poles Defect From The Caucasian Army
country_event = {
	id = rossiya.334
	title = rossiya.334.t
	desc = rossiya.334.d
	picture = GFX_report_event_caucasian_war
		
	is_triggered_only = yes
	fire_only_once = yes
		
	option = {
		name = rossiya.334.a
		hidden_effect = {
			add_manpower = -9748
			CIR = { add_manpower = 3228 }
			CAU = { add_manpower = 3753 }
		}
	}
}

#RUS - Ship Chesapeake Brings Polish Legionaries To Circassia
country_event = {
	id = rossiya.335
	title = rossiya.335.t
	desc = rossiya.335.d
	picture = GFX_report_event_caucasian_war
		
	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = rossiya.335.a
		hidden_effect = {
			CIR = {
				add_manpower = 87
				add_equipment_to_stockpile = {
					type = infantry_equipment_rifle_1
					amount = 200
					producer = ENG
				}
				add_equipment_to_stockpile = {
					type = uniform_equipment_1
					amount = 200
					producer = ENG
				}
			}
		}
	}
}

## Siberian Colonization (rossiya.351 onward)

#Yearly: New colonists arriving in Siberia
country_event = {
	id = rossiya.351
	title = rossiya.351.t
	desc = rossiya.351.d
	
	is_triggered_only = yes
	
	option = {
		name = rossiya.351.a
		ai_chance = { factor = 100 }
		custom_effect_tooltip = eoanb_tt_RUS_siberian_colonization
		hidden_effect = {
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 1500
			}
			### ADD CULTURE/RELIGION EFFECTS
		}
	}
}

#Yearly: New colonists arriving in Siberia (Increased Growth)
country_event = {
	id = rossiya.352
	title = rossiya.352.t
	desc = rossiya.352.d
	
	is_triggered_only = yes
	
	option = {
		name = rossiya.352.a
		ai_chance = { factor = 100 }
		custom_effect_tooltip = eoanb_tt_RUS_siberian_colonization_intensified
		hidden_effect = {
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = no
					is_island_state = no
					is_in_home_area = yes
				}
				add_manpower = -5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			random_owned_controlled_state = {
				limit = {
					is_in_siberia = yes
				}
				add_manpower = 5000
			}
			### ADD CULTURE/RELIGION EFFECTS
		}
	}
}

#RUS - Initialize Siberian Secession (hidden event)
country_event = {
	id = rossiya.353
	title = rossiya.353.t
	desc = rossiya.353.d
	
	is_triggered_only = yes
	
	hidden = yes
	
	immediate = {
		every_owned_state = {
    		limit = {
				is_in_siberia = yes
			}
			SIB = { 
				transfer_state = PREV
				add_state_core = PREV
			}
		}
		SIB = { load_oob = SIB_oob_uprising }
		country_event = { id = rossiya.354 days = 1 }
	}
	
	option = {
		name = rossiya.353.a
		ai_chance = { factor = 100 }
	}
}

#RUS - Russian Reaction to Secession
country_event = {
	id = rossiya.354
	title = rossiya.354.t
	desc = rossiya.354.d
	
	is_triggered_only = yes
	
	option = {
		name = rossiya.354.a
		ai_chance = { factor = 99 }
		declare_war_on = { target = SIB type = annex_everything }
	}
	
	option = {
		name = rossiya.354.b
		ai_chance = { factor = 1 }
		add_opinion_modifier = { target = SIB modifier = eoanb_om_RUS_SIB_friendly }
		reverse_add_opinion_modifier = { target = SIB modifier = eoanb_om_RUS_SIB_friendly }
	}
	
	option = {
		name = rossiya.354.c
		ai_chance = { factor = 0 }
		trigger = { is_ai = no }
		custom_effect_tooltip = eoanb_tt_RUS_siberian_colonization_switch_sides
		hidden_effect = {
			SIB = { change_tag_from = ROOT }
			RUS = { declare_war_on = { target = SIB type = annex_everything } }
		}
	}
}

#Some Siberian separatists being wacky # 01.06.1865
country_event = {
	id = rossiya.355
	title = rossiya.355.t
	desc = rossiya.355.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.355.a
		every_owned_state = {
			limit = { is_in_siberia = yes }
			add_dynamic_modifier = { modifier = oblastnik_tensions }
		}
	}
}

#Lena Goldfields
country_event = {
	id = rossiya.356
	title = rossiya.356.t
	desc = rossiya.356.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.356.a
		add_timed_idea = { idea = RUS_idea_lena_goldfields days = 720 }
	}
}

#Unrest amoung Poles in Siberia
country_event = {
	id = rossiya.357
	title = rossiya.357.t
	desc = rossiya.357.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.357.a
		hidden_effect = {
			add_stability = -0.02
			566 = {
				damage_building = {
					type = infrastructure
					damage = 10
				}
			}
			566	= {
				add_dynamic_modifier = { modifier = oblastnik_tensions }
			}
		}
	}
}

#Higher Unrest Amoung Poles in Siberia
country_event = {
	id = rossiya.358
	title = rossiya.358.t
	desc = rossiya.358.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.358.a
	}
}

#Poles Contacting with Siberian Separatists
country_event = {
	id = rossiya.359
	title = rossiya.359.t
	desc = rossiya.359.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.359.a
		hidden_effect = {
			country_event = { id = rossiya.358 days = 40 }
		}
	}
}

#Poles Defusing Russian Soldiers
country_event = {
	id = rossiya.360
	title = rossiya.360.t
	desc = rossiya.360.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.360.a
		hidden_effect = {
			activate_mission = RUS_Baikal_Insurrection
		}
	}
}

#The Trail of Poles
country_event = {
	id = rossiya.362
	title = rossiya.362.t
	desc = rossiya.362.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.362.a
		add_stability = 0.05
		add_political_power = 50
		increase_ps_by_one = yes
	}
}

#Poles Marching to Mongolia
country_event = {
	id = rossiya.361
	title = rossiya.361.t
	desc = rossiya.361.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.361.a
		add_stability = -0.05
		add_political_power = -50
		decrease_ps_by_one = yes
	}
}

## Foreign Politics (rossiya.401-500)

#OTO - Russian Support for Balkan Separatists 1
country_event = {
	id = rossiya.401
	title = rossiya.401.t
	desc = rossiya.401.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes

	option = { 
		name = rossiya.401.a
		add_stability = -0.04 
		add_war_support = -0.02
	}
}

#OTO - Russian Support for Balkan Separatists 2
country_event = {
	id = rossiya.402
	title = rossiya.402.t
	desc = rossiya.402.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes

	option = { 
		name = rossiya.402.a
		add_stability = -0.04 
		add_political_power = -40
	}
}

#Babkin Mission
country_event = {
	id = rossiya.403
	title = rossiya.403.t
	desc = rossiya.403.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes

	option = { 
		name = rossiya.403.a
		add_stability = 0.01
		add_tech_bonus = { bonus = 0.25 uses = 3 category = excavation_tech }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_ndcf = -0.01 tooltip = naval_doctrine_cost_factor_tooltip }
	}
}

#Finland Annexed
country_event = {
	id = rossiya.404
	title = rossiya.404.t
	desc = rossiya.404.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.404.a
	}
}

#Finland Loses Autonomy
country_event = {
	id = rossiya.405
	title = rossiya.405.t
	desc = rossiya.405.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.405.a
	}
}

#RUS - The Governor of Finland
country_event = {
	id = rossiya.406
	title = rossiya.406.t
	desc = rossiya.406.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	#Replace him
	option = {
		name = rossiya.406.a
		ai_chance = { base = 90 }
		FIN = {
			country_event = { id = rossiya.407 days = 1 }
		}
	}

	#Keep him
	option = {
		name = rossiya.406.b
		ai_chance = { 
			base = 10 
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
		hidden_effect = {
			FIN = { set_country_flag = FIN_Berg_governor_flag }
		}
	}
}

#FIN - Rokassowski is the Governor
country_event = {
	id = rossiya.407
	title = rossiya.407.t
	desc = rossiya.407.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.407.a
		FIN_platon_ivanovich_rokasovsky = {
			add_country_leader_role = {
				promote_leader = yes
				country_leader = {
					expire = "1965.1.1"
					desc = "POLITICS_GENERIC_EOANB_DESC"
					ideology = despotism
					traits = {
						#
					}
				}
			}
		}
		FIN_friedrich_wilhelm_rembert_von_berg = {
			remove_country_leader_role = {
				ideology = despotism
			}
		}
		add_stability = 0.03
		add_popularity = {
			ideology = centrism
			popularity = 0.12
		}
		hidden_effect = {
			set_country_flag = FIN_Rokassowski_governor_flag
		}
	}
}

#FIN - Russia Demands our Integration
country_event = {
	id = rossiya.408
	title = rossiya.408.t
	desc = rossiya.408.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	#Accept
	option = {
		name = rossiya.408.a
		ai_chance = { base = 90 }
		RUS = {
			country_event = { id = rossiya.409 }
		}
	}

	#Refuse
	option = {
		name = rossiya.408.b
		RUS = {
			country_event = { id = rossiya.410 }
			end_puppet = FIN
		}
		declare_war_on = {
			target = RUS
			type = independence_wargoal
		}
	}
}

#RUS - Finland Accepts Integration
country_event = {
	id = rossiya.409
	title = rossiya.409.t
	desc = rossiya.409.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.409.a
		ai_chance = { base = 90 }
		add_stability = -0.07
		add_political_power = -20
		activate_decision = RUS_decision_annex_finland
	}
}

#RUS - Finland Refuses Integration
country_event = {
	id = rossiya.410
	title = rossiya.410.t
	desc = rossiya.410.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.410.a
		ai_chance = { base = 90 }
		add_stability = -0.03
	}
}

#Switch to Poland
country_event = {
	id = rossiya.411
	title = rossiya.411.t
	desc = rossiya.411.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	#Keep playing Russia
	option = {
		name = rossiya.411.a # Keep playing Russia
	}

	#Switch to Poland
	option = {
		name = rossiya.411.b # Switch To Poland
		POL = { change_tag_from = ROOT }
	}
}
	
#Lithuanian Press Ban
country_event = {
	id = rossiya.412
	title = rossiya.412.t
	desc = rossiya.412.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	#Go ahead
	option = {
		name = rossiya.412.a
		ai_chance = { base = 70 }
		11 = {
			custom_effect_tooltip = "RUS_vic_NA_tooltip"
			hidden_effect = {
				add_compliance = -10
				add_resistance = 10
			}
		}
		189 = {
			custom_effect_tooltip = "RUS_vic_NA_tooltip"
			hidden_effect = {
				add_compliance = -10
				add_resistance = 10
			}
		}
		940 = {
			custom_effect_tooltip = "RUS_vic_NA_tooltip"
			hidden_effect = {
				add_compliance = -10
				add_resistance = 10
			}
		}
	}

	#Leave the Lithuanians alone
	option = {
		name = rossiya.412.b
		ai_chance = {
			base = 30
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
}

#Tsushima Incident (13.04.1861)
country_event = {
	id = rossiya.413
	title = rossiya.413.t
	desc = rossiya.413.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.413.a
	}
}

#Tsushima Incident - Russian Sailors and Tsushima Samurai Clash (20.06.1861)
country_event = {
	id = rossiya.414
	title = rossiya.414.t
	desc = rossiya.414.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes	

	option = {
		name = rossiya.414.a
	}
}

#Geneva Convention
country_event = {
	id = rossiya.415
	title = rossiya.415.t
	desc = rossiya.415.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Sign it
	option = {
		name = rossiya.415.a
		add_stability = 0.03
		add_timed_idea = { idea = RUS_idea_geneva_signed days = 180 }
	}

	#Don't sign it
	option = {
		name = rossiya.415.b
		add_stability = 0.01
		add_timed_idea = { idea = RUS_idea_geneva_notsigned days = 180 }
	}
	
	#Don't attend the conference
	option = {
		name = rossiya.415.c
		custom_effect_tooltip = eoanb_tt_RUS_genevaconv
		add_timed_idea = { idea = RUS_idea_geneva_notattended days = 180 }
		hidden_effect = {
			SWI = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			BAD = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			BEL = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			DEN = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			FRA = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			HES = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			ITA = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			HOL = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			POR = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			PRS = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			SPR = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			WUR = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			ENG = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
			SWE = { add_opinion_modifier = { target = RUS modifier = eoanb_om_RUS_genevanotattended } }
		}
	}
}

#Demand Karachi (NOT FIRED)
#country_event = {
#	id = rossiya.416
#	title = rossiya.416.t
#	desc = rossiya.416.d
#	picture = GFX_report_event_krenholm_manufacture
#
#	fire_only_once = yes
#	is_triggered_only = yes
#
#	#Let them have it
#	option = {
#		name = rossiya.416.a
#		RUS = { transfer_state = 1000 }
#	}
#	
#	#Ignore it
#	option = {
#		name = rossiya.416.b
#		1000 = { add_claim_by = RUS }
#	}
#}
    
#DEN - Russia Demands Military Access
country_event = {
	id = rossiya.417
	title = rossiya.417.t
	desc = rossiya.417.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.417.a
		ai_chance = { factor = 25 }
		DEN = { give_military_access = RUS }
	}

	option = {
		name = rossiya.417.b
		ai_chance = { factor = 75 }
		RUS = { add_opinion_modifier = { target = DEN modifier = eoanb_om_RUS_denmarkdeniedaccess } }
	}
}

#Trip to Australia
country_event = {
	id = rossiya.418
	title = rossiya.418.t
	desc = rossiya.418.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.418.a
		ai_chance = { factor = 25 }
		activate_mission = RUS_australian_journey
		NSW = {
			country_event = { id = rossiya.419 days = 80 }
		}
	}
}

#Russians coming to NSW
country_event = {
	id = rossiya.419
	title = rossiya.419.t
	desc = rossiya.419.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.419.a
		ai_chance = { factor = 25 }
	}
}

#Priest Nicholas in Japan 
country_event = {
	id = rossiya.420
	title = rossiya.420.t
	desc = rossiya.420.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.420.a
		ai_chance = { factor = 25 }
		hidden_effect = {
			#TSH = {
				#country_event = { id = rossiya.421 days = 200 }
			#}
		}
	}
}

#Miklouho-Maclay Journeys
country_event = {
	id = rossiya.422
	title = rossiya.422.t
	desc = rossiya.422.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.422.a
		ai_chance = { factor = 25 }
		RUS_nicholas_miklouho_maclay = {
			add_advisor_role = {
				advisor = {
					slot = political_advisor
					idea_token = RUS_advisor_nicholas_miklouho_maclay 
					research_bonus = {
						biochemistry_tech = 0.05
					}
					traits = {
						RUS_trait_Nicholas_Miklouho_Maclay
					}
				}
			}
		}
	}
}

#Relations with Uruguay
country_event = {
	id = rossiya.423
	title = rossiya.423.t
	desc = rossiya.423.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.423.a
		ai_chance = { base = 80 }
		add_opinion_modifier = { target = RUS modifier = medium_increase }
		reverse_add_opinion_modifier = { target = RUS modifier = medium_increase }
	}
	
	option = {
		name = rossiya.423.a
		ai_chance = { base = 20 }
		add_opinion_modifier = { target = RUS modifier = medium_decrease }
		reverse_add_opinion_modifier = { target = RUS modifier = medium_decrease }
	}
}

#Relations with Ottoman Empire
country_event = {
	id = rossiya.424
	title = rossiya.424.t
	desc = rossiya.424.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.424.a
		ai_chance = { base = 100 }
		
	}
}

#Explore New Guinea
country_event = {
	id = rossiya.425
	title = rossiya.425.t
	desc = rossiya.425.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.425.a
		ai_chance = { base = 100 }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_egn = 0.02 tooltip = experience_gain_navy_tooltip }
		add_tech_bonus = { bonus = 0.05 uses = 1 category = biochemistry_tech category = excavation_tech }
	}
}

#Arrival at the Shore of the Maclay
country_event = {
	id = rossiya.426
	title = rossiya.426.t
	desc = rossiya.426.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.426.a
		ai_chance = { base = 100 }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_egn = 0.02 tooltip = experience_gain_navy_tooltip }
		add_political_power = 100
	}
}


#Sail the "Emerald" to Hong Kong
country_event = {
	id = rossiya.427
	title = rossiya.427.t
	desc = rossiya.427.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.427.a
		ai_chance = { base = 100 }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_egn = 0.02 tooltip = experience_gain_navy_tooltip }
		add_political_power = 100
		add_opinion_modifier = { target = ENG modifier = eoanb_om_RUS_increase_very_small }
		reverse_add_opinion_modifier = { target = ENG modifier = eoanb_om_RUS_increase_very_small }
	}
}

#An Expedition to the Mollucas
country_event = {
	id = rossiya.428
	title = rossiya.428.t
	desc = rossiya.428.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.428.a
		ai_chance = { base = 100 }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_egn = 0.02 tooltip = experience_gain_navy_tooltip }
		navy_experience = 25
		add_political_power = 50
		add_tech_bonus = { bonus = 0.5 uses = 1 category = humanities_tech }
		add_tech_bonus = { bonus = 0.5 uses = 1 category = biochemistry_tech }
	}
}

#Travel to Singapore
country_event = {
	id = rossiya.429
	title = rossiya.429.t
	desc = rossiya.429.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.429.a
		ai_chance = { base = 100 }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_egn = 0.02 tooltip = experience_gain_navy_tooltip }
		add_opinion_modifier = { target = SGP modifier = eoanb_om_RUS_increase_very_small }
		reverse_add_opinion_modifier = { target = SGP modifier = eoanb_om_RUS_increase_very_small }
		add_tech_bonus = { bonus = 0.05 uses = 1 category = biochemistry_tech category = excavation_tech }
	}
}

#End of Political Isolationism 
country_event = {
	id = rossiya.430
	title = rossiya.430.t
	desc = rossiya.430.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.429.a
		ai_chance = { base = 100 }
		swap_ideas = {
			remove_idea = RUS_WUR_politica_isolation
			add_idea = RUS_WUR_politica_isolation1
		}	
	}
}

#Trade between France/Italy and Russia
country_event = {
	id = rossiya.431
	title = rossiya.431.t
	desc = rossiya.431.d
	picture = GFX_report_event_georgia_dadiani_palace
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.431.a
		ai_chance = { base = 70 }
		RUS = {
			country_event = rossiya.432
		}	
	}
	
	option = {
		name = rossiya.431.b
		ai_chance = { base = 30 }
		RUS = {
			country_event = rossiya.433
		}
		
	}
}

#France/Italy Agrees to Trade Treaty
country_event = {
	id = rossiya.432
	title = rossiya.432.t
	desc = rossiya.432.d
	#picture = GFX_report_event_saxony_coat_of_arms
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.432.a
		ai_chance = { base = 100 }
		if = {
			limit = {
				FROM = { 
					OR = {
						PIE = {
							has_country_flag = is_literally_italy
					}
					TUS = {
						has_country_flag = is_literally_italy
					}
				}
			}
		}
		add_political_power = 70
		add_tech_bonus = { bonus = 0.05 uses = 1 category = humanities_tech category = economics_tech }	
		}
		if = {
			limit = {
				FROM = { tag = FRA }
			}
			add_political_power = 70
			add_tech_bonus = { bonus = 0.05 uses = 1 category = humanities_tech category = economics_tech }	
		}
	}
}

#Rusia – France/Italy Rejects to Trade Treaty
country_event = {
	id = rossiya.433
	title = rossiya.433.t
	desc = rossiya.433.d
	#picture = GFX_report_event_saxony_coat_of_arms
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.433.a
		ai_chance = { base = 100 }
		add_political_power = -25
		add_stability = -0.03
	}
}

#Reichstadt Agreement
#country_event = {
#	id = rossiya.434
#	title = rossiya.434.t
#	desc = rossiya.434.d
#	picture = GFX_report_event_georgia_dadiani_palace
#		
#	fire_only_once = yes
#	is_triggered_only = yes
#
#	option = {
#		name = rossiya.434.a
#		ai_chance = { base = 90 }
#		RUS = {
#			country_event = rossiya.435
#		}	
#	}
#	
#	option = {
#		name = rossiya.434.b
#		ai_chance = { base = 10 }
#		RUS = {
#			country_event = rossiya.436
#		}
#		
#	}
#}

#Reichstadt Agreement - AUS Agrees
#country_event = {
#	id = rossiya.435
#	title = rossiya.435.t
#	desc = rossiya.435.d
#	#picture = GFX_report_event_saxony_coat_of_arms
#	
#	fire_only_once = yes
#	is_triggered_only = yes
#	
#	option = {
#		name = rossiya.435.a
#		ai_chance = { base = 100 }
#		
#	}
#}

#Reichstadt Agreement - AUS Refuse
#country_event = {
#	id = rossiya.436
#	title = rossiya.436.t
#	desc = rossiya.436.d
#	#picture = GFX_report_event_saxony_coat_of_arms
#	
#	fire_only_once = yes
#	is_triggered_only = yes
#	
#	option = {
#		name = rossiya.436.a
#		ai_chance = { base = 100 }
#		add_political_power = -75
#		add_stability = -0.1
#		add_war_support = -0.1
#		add_opinion_modifier = {
#			target = RUS
#				modifier = medium_decrease
#		}
#		reverse_add_opinion_modifier = {
#			target = RUS
#				modifier = medium_decrease
#		}
#	}
#}

#JPN:Coming to Murabiyov Shinagawa.
country_event = {
	id = rossiya.437
	title = rossiya.437.t
	desc = rossiya.437.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.437.a
		ai_chance = { base = 100 }
		add_political_power = -25
		add_opinion_modifier = {
			target = RUS
			modifier = medium_decrease 
		}
	}
}

#JPN: The case of the detention of the curtain-raiser in Kushunai
country_event = {
	id = rossiya.438
	title = rossiya.438.t
	desc = rossiya.438.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Form delegation
	option = {
		name = rossiya.438.a
		ai_chance = { base = 60 }
		add_political_power = -50
		country_event = {
			id = rossiya.441
			days = 5
		}
		add_opinion_modifier = {
			target = RUS
			modifier = small_decrease 
		}
		custom_effect_tooltip = historical_option
	}

	#Border remains unchanged
	option = {
		name = rossiya.438.b
		ai_chance = { base = 40 }
		add_political_power = -25
		add_opinion_modifier = {
			target = RUS
			modifier = small_decrease 
		}
		hidden_effect = {
			country_event = {
				id = rossiya.439
				days = 15
			}
		}
	}
}

#Incidents by Russia.
country_event = {
	id = rossiya.439
	title = rossiya.439.t
	desc = rossiya.439.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.439.a
		ai_chance = { base = 60 }
		add_political_power = -50
		add_stability = -0.01
		add_opinion_modifier = {
			target = RUS
			modifier = small_decrease 
		}
		country_event = rossiya.440
	}
}

#JPN: Koide's direct appeal.
country_event = {
	id = rossiya.440
	title = rossiya.440.t
	desc = rossiya.440.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Form delegation
	option = {
		name = rossiya.440.a
		ai_chance = { base = 60 }
		add_political_power = -50
		country_event = {
			id = rossiya.441
			days = 5
		}
		custom_effect_tooltip = historical_option
	}

	#Border remains unchanged
	option = {
		name = rossiya.440.b
		ai_chance = { base = 40 }
		add_political_power = -25
		hidden_effect = {
			country_event = {
				id = rossiya.439
				days = 15
			}
		}
	}
}

#JPN: Determine the content of the request.
country_event = {
	id = rossiya.441
	title = rossiya.441.t
	desc = rossiya.441.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Passable for both armies
	option = {
		name = rossiya.441.a
		ai_chance = { base = 50 }
		add_political_power = -50
		RUS = {
			country_event = {
				id = rossiya.442
				days = 30
			}
		}
	}

	#Only Russia is closed to traffic.
	option = {
		name = rossiya.441.b
		ai_chance = { base = 50 }
		add_political_power = -100
		RUS = {
			country_event = {
				id = rossiya.442
				days = 30
			}
			add_opinion_modifier = {
				target = TSH
				modifier = small_decrease 
			}
		}
	}

	#Demilitarisation
	option = {
		name = rossiya.441.c
		ai_chance = { base = 50 }
		add_political_power = -25
		RUS = {
			country_event = {
				id = rossiya.442
				days = 30
			}
		}
	}
}

#RUS: Japanese institutions receive an audience with the emperor.
country_event = {
	id = rossiya.442
	title = rossiya.442.t
	desc = rossiya.442.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.442.a
		add_opinion_modifier = {
			target = TSH
			modifier = small_increase 
		}
		country_event = {
			id = rossiya.443
			days = 30
		}
	}
}

#RUS/JPN: Signing of the Sakhalin Island Provisional Regulations
country_event = {
	id = rossiya.443
	title = rossiya.443.t
	desc = rossiya.443.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.443.a
		add_opinion_modifier = {
			target = TSH
			modifier = medium_increase 
		}
		TSH = {
			add_opinion_modifier = {
				target = RUS
				modifier = medium_increase 
			}
		}
	}
}

#RUS/JPN: Treaty of Saint Petersburg (1875) 
country_event = {
	id = rossiya.444
	title = rossiya.444.t
	desc = rossiya.444.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
        name = rossiya.444.a
        ai_chance = { base = 100 }
        RUS = {
            transfer_state = 537
			transfer_state = 555
			transfer_state = 655 # North Sakhalin
        }
        RUS = {
            country_event = rossiya.445
        }
    }
	option = {
		name = rossiya.444.b
		ai_chance = { base = 0 }
		RUS = {
			country_event = rossiya.446
		}
	}
}

#RUS/JPN: Treaty of Saint Petersburg (1875) Accepted
country_event = {
	id = rossiya.445
	title = rossiya.445.t
	desc = rossiya.445.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.445.a
		add_opinion_modifier = {
			target = TSH
			modifier = medium_increase 
		}
		TSH = {
			add_opinion_modifier = {
				target = RUS
				modifier = medium_increase 
			}
		}
	}
}

#RUS/JPN: Treaty of Saint Petersburg (1875) Refused
country_event = {
	id = rossiya.446
	title = rossiya.446.t
	desc = rossiya.446.d
	#picture = 
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.446.a
		add_opinion_modifier = {
			target = TSH
			modifier = small_decrease 
		}
		TSH = {
			add_opinion_modifier = {
				target = RUS
				modifier = small_decrease
			}
		}
	}
}


##### ECONOMY AND TRADE EVENTS (rossiya.501-700) #####

#Krenholm Manufacturing Company
country_event = {
	id = rossiya.501
	title = rossiya.501.t
	desc = rossiya.501.d
	picture = GFX_report_event_krenholm_manufacture

	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.501.a
		unlock_decision_tooltip = RUS_decision_kreenholm_manufacturing_company
		hidden_effect = {
			activate_decision = RUS_decision_kreenholm_manufacturing_company
		}
	}
}

#Vodka Protests (10.10.1858)
country_event = {
	id = rossiya.502
	title = rossiya.502.t
	desc = rossiya.502.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.502.a
		add_timed_idea = {
			idea = RUS_idea_vodka_protests
			days = 365
		}
	}
}

#Konstantin Rudski & Co. Ltd. (06.12.1858)
country_event = {
	id = rossiya.503
	title = rossiya.503.t
	desc = rossiya.503.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.503.a
		add_tech_bonus = { bonus = 0.25 uses = 1 category = process_engineering_tech }
	}
}

#St. Petersburg - Warsaw Railway Opens
country_event = {
	id = rossiya.504
	title = rossiya.504.t
	desc = rossiya.504.d
	picture = GFX_report_event_warsaw_petersburg_railway

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = rossiya.504.a
		add_political_power = 60
	}
}
    
#Federal Customs (27.02.1867)
country_event = {
	id = rossiya.505
	title = rossiya.505.t
	desc = rossiya.505.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.505.a
		division_template = {
			name = "Border Customs Regiment"
			regiments = {
				light_infantry = { x = 0 y = 0 }
				light_infantry = { x = 0 y = 1 }
				light_infantry = { x = 0 y = 2 }
			}
			support = { 
				military_police = { x = 0 y = 0 }
			} 
		}
		230 = {
			create_unit = {
				division = "name = \"1st Border Customs Regiment\" division_template = \"Border Customs Regiment\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
				owner = RUS
			}
			create_unit = {
				division = "name = \"2nd Border Customs Regiment\" division_template = \"Border Customs Regiment\" start_experience_factor = 0.1 start_equipment_factor = 0.5"
				owner = RUS
			}
		}
	}
}
    
#Kalinin Machine Plant (28.09.1866)
country_event = {
	id = rossiya.506
	title = rossiya.506.t
	desc = rossiya.506.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.506.a
		add_timed_idea = { idea = RUS_idea_kalinin_machine days = 365 }
		add_political_power = -80
	}
}

#Tax Debates (01.04.1871)
country_event = {
	id = rossiya.507
	title = rossiya.507.t
	desc = rossiya.507.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.507.a
		add_ideas = RUS_idea_inefficient_taxes
		add_political_power = 10
	}
	
	option = {
		name = rossiya.507.b
		add_ideas = RUS_idea_progressive_taxes
		add_political_power = -30
	}
	
	option = {
		name = rossiya.507.c
		add_ideas = RUS_idea_property_taxes
		add_political_power = -50
	}
}
	
#Russian Technical Society
country_event = {
	id = rossiya.508
	title = rossiya.508.t
	desc = rossiya.508.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes
				
	option = {
		name = rossiya.508.a
		hidden_effect = {
			add_ideas = RUS_idea_russian_technical_society
			swap_ideas = { remove_idea = research_spending_level_1 add_idea = research_spending_level_2 } 
			set_temp_variable = { eoanb_prestige_change = 5 }
			eoanb_change_prestige_score = yes
		}
	}
}

#Establishment of St. Petersburg Mutual Loan Society
country_event = {
	id = rossiya.509
	title = rossiya.509.t
	desc = rossiya.509.d
	picture = GFX_report_event_establishment_petersburg_mutual_society
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.509.a
		add_political_power = 50
	}
}

#Agriculture Society - Congress Poland (22.12.1857)
country_event = {
	id = rossiya.510
	title = rossiya.510.t
	desc = rossiya.510.d
	picture = GFX_report_event_polish_agricultural_society
	
	fire_only_once = yes
	is_triggered_only = yes	
	
	option = {
		name = rossiya.510.a
		unlock_decision_tooltip = RUS_decision_polish_agriculture_society
		activate_decision = RUS_decision_polish_agriculture_society
	}
	
	option = {
		name = rossiya.510.b
		add_political_power = -50
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
		add_tech_bonus = { bonus = 0.25 uses = 1 category = biochemistry_tech category = farming_tech }
		1314 = {
			add_compliance = 5
		}
	}
	
	option = {
		name = rossiya.510.c
		add_political_power = 75
		set_temp_variable = { eoanb_prestige_change = -1 }
		eoanb_change_prestige_score = yes
		1314 = {
			add_compliance = -5
			add_resistance = 5
		}
	}
}

#The Warsaw Main School (5.06.1862)
country_event = {
	id = rossiya.511
	title = rossiya.511.t
	desc = rossiya.511.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes	
	
	option = {
		name = rossiya.511.a
		add_political_power = -75
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
		add_tech_bonus = { 
			bonus = 1
			uses = 2 
			category = mechanical_engineering_tech 
			category = humanities_tech
			category = biochemistry_tech
		}
	}
	
	option = {
		name = rossiya.511.b
		add_political_power = -50
		set_temp_variable = { eoanb_prestige_change = 1 }
		eoanb_change_prestige_score = yes
		add_tech_bonus = { 
			bonus = 0.5
			uses = 1 
			category = mechanical_engineering_tech 
			category = humanities_tech
			category = biochemistry_tech
		}
	}
	
	option = {
		name = rossiya.511.c
		add_political_power = 100
		add_stability = -0.01
        1134 = {
            force_enable_resistance = ROOT
            start_resistance = ROOT
            set_resistance = 5
            add_resistance_target = -2
            add_compliance = 5
            set_garrison_strength = 0.5
        }
	}	
}

#Hughesovka
country_event = {
	id = rossiya.512
	title = rossiya.512.t
	desc = rossiya.512.d
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes	
	
	option = {
		name = rossiya.512.a
		add_political_power = 70
		set_temp_variable = { eoanb_prestige_change = 5 }
		eoanb_change_prestige_score = yes
		hidden_effect = {
			set_province_name = { id = 6474 name = "Yuzoka"}
			set_victory_points = {
				province = 6474
				value = 5
			}
		}
	}
}

###Hidden Reform Events
#Complete Land Distribution Reform
country_event = {
	id = rossiya.513
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_land_distribution = 1}
	}
}

#514 - free to use
country_event = {
	id = rossiya.514
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_transitionals_labour_system = 1}
	}
}

#Complete The Local Regulations
country_event = {
	id = rossiya.515
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_local_regulations = 1}
	}
}

#Complete Free Movement for the Jew
country_event = {
	id = rossiya.516
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_jews_movement = 1}
	}
}

#Complete The Buyback Operation
country_event = {
	id = rossiya.517
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_buyback_operation = 1}
	}
}

#Modernise Taxation System
country_event = {
	id = rossiya.518
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_modernise_taxation_system = 1}
	}
}

#Improve State Finances Transparency
country_event = {
	id = rossiya.519
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_improve_state_finances_transparency = 1}
	}
}

#Establish the Main Buyback Institution
country_event = {
	id = rossiya.520
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_establish_main_buyback_institution = 1}
	}
}

#Complete The beginnings of redemption operations
country_event = {
	id = rossiya.521
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_redemption_operations = 1}
	}
}

#Complete Creation of the main redemption institution
country_event = {
	id = rossiya.522
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_examine_possibility_monetary_reform = 1}
	}
}

#Complete Siberian Trade Bank
country_event = {
	id = rossiya.523
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_siberian_trade_bank = 1}
	}
}

#524- free to use

#525 - free to use

#526- free to use

#527 - free to use

#528 - free to use

#529 - free to use

#530 - free to use

#531 - free to use

#532 - free to use

#533- free to use

#New Judicial Statutes adopted
country_event = {
	id = rossiya.534
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_new_judicial_statutes = 1}
	}
}

#Complete The District Court
country_event = {
	id = rossiya.535
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_district_court = 1}
	}
}

#Complete The Magistrates' Court
country_event = {
	id = rossiya.536
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_magistrates_court = 1}
	}
}

#Complete Criminal Investigation Reform
country_event = {
	id = rossiya.537
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_criminal_investigation_reform = 1}
	}
}

#Complete Jury Trial
country_event = {
	id = rossiya.538
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_jury_trial = 1}
	}
}

#Complete Civil and Criminal Trial reform
country_event = {
	id = rossiya.539
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_civil_and_criminal_trial_reform = 1}
	}
}

#Preliminary and Judicial Proceedings
country_event = {
	id = rossiya.540
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_judicial_proceedings = 1}
	}
}

#Institution of the Bar Association
country_event = {
	id = rossiya.541
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_bar_association = 1}
	}
}

##New Censorship Law
country_event = {
	id = rossiya.573
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_new_censorship_law = 1}
	}
}

##Further Soften Censorship Law
country_event = {
	id = rossiya.574
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_further_soften_censorship_law = 1}
	}
}

#Censorship Counter-Reform
country_event = {
	id = rossiya.575
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_censorship_counter_reform = 1}
	}
}

#Moscow City Regulations
country_event = {
	id = rossiya.542
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_moscow_city_regulations = 1}
	}
}

#1870 City Regulations
country_event = {
	id = rossiya.543
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_city_regulations = 1}
	}
}

#544- free to use

#Abolishment of Prikazy Obshchestvennego Prizeniia
country_event = {
	id = rossiya.545
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_abolishment_prikazy_obshchestvennego_prizeniia = 1}
	}
}

#Zemstwo Statistics
country_event = {
	id = rossiya.546
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_statistics = 1}
	}
}

#Zemsky Insurance
country_event = {
	id = rossiya.547
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_insurance = 1}
	}
}

#Zemsky Education
country_event = {
	id = rossiya.548
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_education = 1}
	}
}

#1864 Regulation of Public Primary Schools
country_event = {
	id = rossiya.549
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_primary_schools1 = 1}
	}
}

#Regulation of Public Primary Schools v2
country_event = {
	id = rossiya.550
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_primary_schools2 = 1}
	}
}

#Post Office
country_event = {
	id = rossiya.551
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_post_office = 1}
	}
}

#1870 Stamp Regulation Law
country_event = {
	id = rossiya.552
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_1870_stamp_law = 1}
	}
}

#Zemsky Medicine
country_event = {
	id = rossiya.553
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_medicine = 1}
	}
}

#Healthcare Law of 1879
country_event = {
	id = rossiya.554
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_zemstvo_healthcare_law = 1}
	}
}

#Create Town Dumas and Upravas
country_event = {
	id = rossiya.555
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_city_dumas = 1}
	}
}

#Reform City Financing
country_event = {
	id = rossiya.556
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_city_financing = 1}
	}
}

#Host First City Dumas Elections
country_event = {
	id = rossiya.557
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_first_city_dumas = 1}
	}
}

#Create Provincial City Affairs Comissions
country_event = {
	id = rossiya.558
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_provincial_city_affairs_comissions = 1}
	}
}
#Establish the Bank State
country_event = {
	id = rossiya.559
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_establish_the_state_bank = 1}
	}
}
#Establish the State Treasury
country_event = {
	id = rossiya.560
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_establish_the_state_treasury = 1}
	}
}
#Draft Reform Project
country_event = {
	id = rossiya.561
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_draft_reform_project = 1}
	}
}
#Educational Reform
country_event = {
	id = rossiya.562
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_mission_complete_the_educational_reform = 1}
	}
}

#Reorganise Ministry of Public Education
country_event = {
	id = rossiya.563
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_reorganise_ministry_of_public_education = 1}
	}
}

#Send Russian Graduates to European Universities
country_event = {
	id = rossiya.564
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_send_russian_graduates_to_european_universities = 1}
	}
}

#New University Chapter
country_event = {
	id = rossiya.565
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_create_new_university_charter = 1}
	}
}

#Create Regulation on Elementary Schools
country_event = {
	id = rossiya.566
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_create_regulation_on_elementary_schools = 1}
	}
}

#Decentralize Educational Administration
country_event = {
	id = rossiya.567
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_decentralize_educational_administration = 1}
	}
}

#Create new Gymnasium Charter
country_event = {
	id = rossiya.568
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_create_new_gymnasium_charter = 1}
	}
}

#Female Education Reform
country_event = {
	id = rossiya.569
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_create_regulation_on_female_schools = 1}
	}
}

#Organize Higher Female Courses
country_event = {
	id = rossiya.570
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_organize_higher_female_courses = 1}
	}
}

#Further Expand Female Education
country_event = {
	id = rossiya.571
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_further_expand_female_education = 1}
	}
}

#Educational Counter-Reform
country_event = {
	id = rossiya.572
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_educational_counter_reform = 1}
	}
}

#Further Expand Zemstvo Powers
country_event = {
	id = rossiya.577
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_expand_zemstvo_powers = 1}
	}
}

#Judicial Counter-Reform
country_event = {
	id = rossiya.576
	hidden = yes
	
	is_triggered_only = yes
	
	immediate = {
		set_variable = { finished@token:RUS_decision_judicial_counter_reform = 1}
	}
}

### 600-601 DEBT REPAYMENTS


### Editorial Boards
#Picking Ministers
country_event = {
	id = rossiya.620
	title = rossiya.620.t
	desc = rossiya.620.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.620.a
		custom_effect_tooltip = eoanb_tt_RUS_editorial_board_conservative_tooltip
		effect_tooltip = {}
		ai_chance = { base = 100 }
		set_variable = {
			var = cons_draft
			value = 1
		}
		country_event = { id = rossiya.621 days = 30 }
	}
	
	option = {
		name = rossiya.620.b
		custom_effect_tooltip = eoanb_tt_RUS_editorial_board_liberal_tooltip
		effect_tooltip = {}
		ai_chance = { base = 100 }
		set_variable = {
			var = libs_draft
			value = 1
		}
		country_event = { id = rossiya.621 days = 30 }
	}
}

#Picking Deputies
country_event = {
	id = rossiya.621
	title = rossiya.621.t
	desc = rossiya.621.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.621.a
		custom_effect_tooltip = eoanb_tt_RUS_editorial_board_conservative_tooltip
		effect_tooltip = {}
		ai_chance = { base = 100 }
		add_to_variable = { cons_draft = 1 }
		if = { 
			limit = {
				check_variable = {
					var = cons_draft
					value = 1
					compare = greater_than
				}
			}
			country_event = { id = rossiya.622 days = 30 }
		}
		else_if = {
			limit = {
				check_variable = {
					var = cons_draft
					value = 1
					compare = equals
				}
			}
			country_event = { id = rossiya.623 days = 30 }
		}
	}
	
	option = {
		name = rossiya.621.b
		custom_effect_tooltip = eoanb_tt_RUS_editorial_board_liberal_tooltip
		effect_tooltip = {}
		ai_chance = { base = 100 }
		add_to_variable = { libs_draft = 1 }
		if = { 
			limit = {
				check_variable = {
					var = libs_draft
					value = 1
					compare = greater_than
				}
			}
			country_event = { id = rossiya.624 days = 30 }
		}
		else_if = {
			limit = {
				check_variable = {
					var = libs_draft
					value = 1
					compare = equals
				}
			}
			country_event = { id = rossiya.623 days = 30 }
		}
	}
}

#Reactionary draft
country_event = {
	id = rossiya.622
	title = rossiya.622.t
	desc = rossiya.622.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.622.a
		ai_chance = { base = 100 }
		deactivate_advisor = RUS_yakov_rostovcev
                retire_character = RUS_yakov_rostovcev
		hidden_effect = {
			country_event = { id = rossiya.625 days = 30 }
		}
	}
}

#Editorial Boards Swamp
country_event = {
	id = rossiya.623
	title = rossiya.623.t
	desc = rossiya.623.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.623.a
		ai_chance = { base = 100 }
		deactivate_advisor = RUS_yakov_rostovcev
                retire_character = RUS_yakov_rostovcev
		add_stability = -0.05
		hidden_effect = {
			country_event = { id = rossiya.626 days = 30 }
		}
	}
}

#Radical draft
country_event = {
	id = rossiya.624
	title = rossiya.624.t
	desc = rossiya.624.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.624.a
		ai_chance = { base = 100 }
		hidden_effect = {
			country_event = { id = rossiya.627 days = 30 }
		}
	}
}

#Peasant revolts
country_event = {
	id = rossiya.625
	title = rossiya.625.t
	desc = rossiya.625.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.625.a
		ai_chance = { base = 100 }
		add_stability = -0.05
		hidden_effect = {
			country_event = { id = rossiya.626 days = 30 }
		}
	}
}

#Moderate draft
country_event = {
	id = rossiya.626
	title = rossiya.626.t
	desc = rossiya.626.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.626.a
		ai_chance = { base = 100 }
		set_country_flag = rus_flag_moderate_manifesto
	}
}

#Landowners protest
country_event = {
	id = rossiya.627
	title = rossiya.627.t
	desc = rossiya.627.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.627.a
		ai_chance = { base = 100 }
		add_stability = -0.05
		hidden_effect = {
			country_event = { id = rossiya.628 days = 30 }
		}
	}
}

#Liberal draft
country_event = {
	id = rossiya.628
	title = rossiya.628.t
	desc = rossiya.628.d
	picture = GFX_report_event_generic_editorial_board_company
	
	is_triggered_only = yes

	option = {
		name = rossiya.628.a
		ai_chance = { base = 100 }
		set_country_flag = rus_flag_radical_manifesto
	}
}

#Emancipation Manifesto
country_event = {
	id = rossiya.629
	title = rossiya.629.t
	desc = rossiya.629.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.629.a
		complete_national_focus = RUS_vic_Emancipation_of_Serfs
		#swap_ideas = { 
				#remove_idea = lp_serfdom 
				#add_idea = lp_land_purchase }
		ai_chance = { base = 100 }
		if = {
			limit = {
				has_country_flag = rus_flag_moderate_manifesto
			}
			custom_effect_tooltip = eoanb_tt_RUS_moderate_manifesto_tooltip
			effect_tooltip = {}
			add_power_balance_value = {
				id = RUS_Balance_of_Power_Russian_Establishment
				value = 0.05
			}
		}
		else_if = {
			limit = {
				has_country_flag = rus_flag_radical_manifesto
			}
			custom_effect_tooltip = eoanb_tt_RUS_radical_manifesto_tooltip
			effect_tooltip = {}
			add_power_balance_value = {
				id = RUS_Balance_of_Power_Russian_Establishment
				value = 0.1
			}
		}
	}
}

#Land Distribution - moderate
country_event = {
	id = rossiya.630
	title = rossiya.630.t
	desc = rossiya.630.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.630.a
		custom_effect_tooltip = eoanb_tt_RUS_peasant_reform_modifier_tooltip
		effect_tooltip = {}
		add_to_variable = {
			var = RUS_peasant_sf
			value = -0.05 
		}
		add_to_variable = {
			var = RUS_peasant_ppg
			value = 0.05 
		}
		set_temp_variable = { pr_decision_token = token:RUS_decision_transitionals_labour_system } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 3 } 
			set_temp_variable = { pr_decision_progress = 20 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Land Distribution - radical
country_event = {
	id = rossiya.631
	title = rossiya.631.t
	desc = rossiya.631.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.631.a
		custom_effect_tooltip = eoanb_tt_RUS_peasant_reform_modifier_tooltip
		effect_tooltip = {}
		add_to_variable = {
			var = RUS_peasant_sf
			value = 0.05 
		}
		add_to_variable = {
			var = RUS_peasant_cgf
			value = 0.01
		}
		set_temp_variable = { pr_decision_token = token:RUS_decision_transitionals_labour_system } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 3 } 
			set_temp_variable = { pr_decision_progress = 20 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Transitional's Labour System - moderate
country_event = {
	id = rossiya.632
	title = rossiya.632.t
	desc = rossiya.632.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.632.a
		custom_effect_tooltip = eoanb_tt_RUS_peasant_reform_modifier_tooltip
		effect_tooltip = {}
		add_to_variable = {
			var = RUS_peasant_sf
			value = -0.05 
		}
		add_to_variable = {
			var = RUS_peasant_ppg
			value = 0.05 
		}
		set_temp_variable = { pr_decision_token = token:RUS_decision_local_regulations } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 3 } 
			set_temp_variable = { pr_decision_progress = 20 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Transitional's Labour System - radical
country_event = {
	id = rossiya.633
	title = rossiya.633.t
	desc = rossiya.633.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.633.a
		custom_effect_tooltip = eoanb_tt_RUS_peasant_reform_modifier_tooltip
		effect_tooltip = {}
		add_to_variable = {
			var = RUS_peasant_sf
			value = 0.05 
		}
		add_to_variable = {
			var = RUS_peasant_cgf
			value = 0.01
		}
		set_temp_variable = { pr_decision_token = token:RUS_decision_local_regulations } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 3 } 
			set_temp_variable = { pr_decision_progress = 20 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Local Regulations - moderate
country_event = {
	id = rossiya.634
	title = rossiya.634.t
	desc = rossiya.634.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.634.a
		add_stability = 0.02
		set_temp_variable = { pr_decision_token = token:RUS_decision_buyback_operation } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 3 } 
			set_temp_variable = { pr_decision_progress = 20 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Local Regulations - radical
country_event = {
	id = rossiya.635
	title = rossiya.635.t
	desc = rossiya.635.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.635.a
		add_stability = 0.05
		set_temp_variable = { pr_decision_token = token:RUS_decision_buyback_operation } 
			set_temp_variable = { pr_decision_lp_cost = 50 } 
			set_temp_variable = { pr_decision_debt_cost = 0 } 
			set_temp_variable = { pr_decision_category = 3 } 
			set_temp_variable = { pr_decision_progress = 20 }
			RUS_peasant_reform_propose_decision = yes
	}
}

#Buyback operation - moderate
country_event = {
	id = rossiya.636
	title = rossiya.636.t
	desc = rossiya.636.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.636.a
		add_ideas = RUS_idea_moderate_peasant_reform
		set_temp_variable = { pr_decision_token = token:RUS_decision_establish_main_buyback_institution } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 5 } 
		set_temp_variable = { pr_decision_progress = 10 }
		RUS_peasant_reform_propose_decision = yes
		hidden_effect = {
			country_event = { 
			id = rossiya.639
			days = 365 }
		} 
	}
}

#Buyback operation - radical
country_event = {
	id = rossiya.637
	title = rossiya.637.t
	desc = rossiya.637.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.637.a
		add_timed_idea = {
			idea = RUS_idea_radical_peasant_reform
			days = 7300
		}
		add_power_balance_value = {
				id = RUS_Balance_of_Power_Russian_Establishment
				value = 0.15
			}
		set_temp_variable = { pr_decision_token = token:RUS_decision_establish_main_buyback_institution } 
		set_temp_variable = { pr_decision_lp_cost = 50 } 
		set_temp_variable = { pr_decision_debt_cost = 0 } 
		set_temp_variable = { pr_decision_category = 5 } 
		set_temp_variable = { pr_decision_progress = 10 }
		RUS_peasant_reform_propose_decision = yes
		hidden_effect = {
			country_event = { 
			id = rossiya.640
			days = 365 }
		} 
	}
}


#End of Peasant Reform
country_event = {
	id = rossiya.638
	title = rossiya.638.t
	desc = rossiya.638.d
	picture = GFX_report_event_rus_emancipation
	
	is_triggered_only = yes

	option = {
		name = rossiya.638.a
		add_power_balance_value = {
				id = RUS_Balance_of_Power_Russian_Establishment
				value = 0.05
			}
		increase_ps_by_one = yes
		increase_legitimacy_by_five = yes
	}
}

#Stolen Liberty
country_event = {
	id = rossiya.639
	title = rossiya.639.t
	desc = rossiya.639.d
	picture = GFX_report_event_generic_peasants_poor
	
	is_triggered_only = yes

	option = {
		name = rossiya.639.a
		add_political_power = -10
	}
}

#Peasant at work
country_event = {
	id = rossiya.640
	title = rossiya.640.t
	desc = rossiya.640.d
	picture = GFX_report_event_generic_peasant_field_agriculture
	
	is_triggered_only = yes

	option = {
		name = rossiya.640.a
		add_political_power = 10
	}
}

#New Peasant Emergence
country_event = {
	id = rossiya.641
	title = rossiya.641.t
	desc = rossiya.641.d
	picture = GFX_report_event_generic_peasants_wealthy
	
	is_triggered_only = yes

	option = {
		name = rossiya.641.a
		custom_effect_tooltip = eoanb_tt_RUS_peasant_counter_revolutionary_tooltip
			effect_tooltip = {}
		add_stability = 0.2
		#swap_ideas = { 
			#	remove_idea = lp_land_purchase 
				#add_idea = lp_peasant_holdings }
		#}
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.05
		}
	}
}

### BoP on_activation events:

#Worsening Conservative Backlash
country_event = {
	id = rossiya.642
	title = rossiya.642.t
	desc = rossiya.642.d
	picture = GFX_report_event_non_supportive_autocracy
	
	is_triggered_only = yes

	option = {
		name = rossiya.642.a
		add_popularity = {
			ideology = autocracy
			popularity = -0.03
		}
		custom_effect_tooltip = eoanb_tt_RUS_conservative_backlash
	}
}

#Worsening Reformist Backlash
country_event = {
	id = rossiya.643
	title = rossiya.643.t
	desc = rossiya.643.d
	picture = GFX_report_event_public_supports_reform
	
	is_triggered_only = yes

	option = {
		name = rossiya.643.a
		add_popularity = {
			ideology = autocracy
			popularity = -0.03
		}
		custom_effect_tooltip = eoanb_tt_RUS_progressive_backlash
	}
}

#Society Sees our Policies as True Reformist
country_event = {
	id = rossiya.644
	title = rossiya.644.t
	desc = rossiya.644.d
	picture = GFX_report_event_public_supports_reform
	
	is_triggered_only = yes

	option = {
		name = rossiya.644.a
		add_popularity = {
			ideology = autocracy
			popularity = 0.03
		}
		custom_effect_tooltip = eoanb_tt_RUS_progressive_confidence
	}
}

#Society Sees our Policies as Reactionary
country_event = {
	id = rossiya.645
	title = rossiya.645.t
	desc = rossiya.645.d
	picture = GFX_report_event_non_supportive_autocracy
	
	is_triggered_only = yes

	option = {
		name = rossiya.645.a
		add_popularity = {
			ideology = autocracy
			popularity = 0.03
		}
		custom_effect_tooltip = eoanb_tt_RUS_conservative_confidence
	}
}


### Dictatorship of the Heart (691-700)
#Supreme Executive Commission
country_event = {
	id = rossiya.691
	title = rossiya.691.t
	desc = rossiya.691.d
	picture = GFX_report_event_loris_melikov

	is_triggered_only = yes

	option = {
		name = rossiya.691.a
		add_stability = 0.05
		add_power_balance_value = {
			id = RUS_Balance_of_Power_Russian_Establishment
			value = 0.02
		}
		country_event = { 
			id = rossiya.692
			days = 90 
		}
	}
}

#Senate Revisions
country_event = {
	id = rossiya.692
	title = rossiya.692.t
	desc = rossiya.692.d
	picture = GFX_report_event_narodnikist

	is_triggered_only = yes

	option = {
		name = rossiya.692.a
		if = {
			limit = {
				power_balance_value = {
   				id = RUS_Balance_of_Power_Russian_Establishment
				value < 0.4
				}
			}
			custom_effect_tooltip = eoanb_tt_RUS_senate_revision_a_tooltip
			effect_tooltip = {
				add_stability = -0.03
				add_popularity = {
					ideology = social_egalitarianism
					popularity = -0.01
				}
				add_power_balance_value = {
					id = RUS_Balance_of_Power_Russian_Establishment
					value = 0.02
				}
			}
		}
		else = {
			custom_effect_tooltip = eoanb_tt_RUS_senate_revision_b_tooltip
			effect_tooltip = {
				add_stability = 0.01
				add_popularity = {
					ideology = social_egalitarianism
					popularity = -0.03
				}
				add_power_balance_value = {
					id = RUS_Balance_of_Power_Russian_Establishment
					value = 0.05
				}
			}
		}
		country_event = { 
			id = rossiya.693
			days = 7
		}	
	}
}

#End of Supreme Executive Commission
country_event = {
	id = rossiya.693
	title = rossiya.693.t
	desc = rossiya.693.d
	picture = GFX_report_event_generic_parliament_gathering_hearing

	is_triggered_only = yes

	option = {
		name = rossiya.693.a
		unlock_national_focus = RUS_vic_dictatorship_of_the_heart
		add_advisor_role = {
			character = RUS_michael_loris_melikov
			activate = yes
			advisor = {
				slot = political_advisor
				cost = 50
				idea_token = RUS_michael_loris_melikov
				traits = {
					RUS_trait_reformist_dictator
				}
			}
		}
	}
}

#Autocracy is Unbreakable Alexander III
country_event = {
	id = rossiya.694
	title = rossiya.694.t
	desc = rossiya.694.d
	picture = GFX_report_event_generic_parliament_gathering_hearing

	is_triggered_only = yes

	option = {
		name = rossiya.694.a
		custom_effect_tooltip = eoanb_tt_RUS_autocracy_is_unbreakable_tooltip
			effect_tooltip = {
				complete_national_focus = RUS_vic_No_Need_to_Further_Change
				add_popularity = {
					ideology = autocracy
					popularity = 0.05
				}
				add_popularity = {
					ideology = centrism
					popularity = -0.05
				}
			}
	}
}

#Star of Captivating Happiness - Alexander II
country_event = {
	id = rossiya.695
	title = rossiya.695.t
	desc = rossiya.695.d
	picture = GFX_report_event_loris_melikov

	is_triggered_only = yes

	option = {
		name = rossiya.695.a
		custom_effect_tooltip = eoanb_tt_RUS_road_to_constitution_tooltip
			effect_tooltip = {
		}
		complete_national_focus = RUS_vic_Loris_Melikov_Constitution
		#swap_ideas = {
		#	remove_idea = human_rights
		#	add_idea = limited_constitution
		#}
		swap_ideas = {
			remove_idea = parliamentary_suffrage
			add_idea = property_owners_suffrage
		}
		swap_ideas = {
			remove_idea = pp_underground_parties
			add_idea = pp_limited_party_freedom
		}
		add_popularity = {
			ideology = centrism
			popularity = 0.05
		}
	}
}

#Star of Captivating Happiness - Alexander III
country_event = {
	id = rossiya.696
	title = rossiya.696.t
	desc = rossiya.696.d
	picture = GFX_report_event_loris_melikov

	is_triggered_only = yes

	option = {
		name = rossiya.696.a
		custom_effect_tooltip = eoanb_tt_RUS_road_to_constitution_tooltip
			effect_tooltip = {
		}
		complete_national_focus = RUS_vic_Loris_Melikov_Constitution
		#swap_ideas = {
		#	remove_idea = human_rights
		#	add_idea = limited_constitution
		#}
		swap_ideas = {
			remove_idea = parliamentary_suffrage
			add_idea = property_owners_suffrage
		}
		swap_ideas = {
			remove_idea = pp_underground_parties
			add_idea = pp_limited_party_freedom
		}
		add_popularity = {
			ideology = centrism
			popularity = 0.05
		}
	}
}

#Autocracy is Unbreakable Alexander II
country_event = {
	id = rossiya.697
	title = rossiya.697.t
	desc = rossiya.697.d
	picture = GFX_report_event_generic_parliament_gathering_hearing

	is_triggered_only = yes

	option = {
		name = rossiya.697.a
		custom_effect_tooltip = eoanb_tt_RUS_autocracy_is_unbreakable_tooltip
			effect_tooltip = {
				complete_national_focus = RUS_vic_No_Need_to_Further_Change
				add_popularity = {
					ideology = autocracy
					popularity = 0.05
				}
				add_popularity = {
					ideology = centrism
					popularity = -0.05
				}
			}
	}
}

##### MILITARY EVENTS (rossiya.701-999) #####

### GENERAL AND ADMIRAL EVENTS (rossiya.701-800) ###

#Death of Ivane Amilakhvari (27.08.1905)
country_event = {
	id = rossiya.701
	title = rossiya.701.t
	desc = rossiya.701.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.701.a
		ai_chance = { factor = 40 }
		retire_character = RUS_ivane_amilakhvari
	}
		
	option = {
		name = rossiya.701.b
		ai_chance = { factor = 60 }
		retire_character = RUS_ivane_amilakhvari
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexander Baryatinsky (09.03.1879)
country_event = {
	id = rossiya.702
	title = rossiya.702.t
	desc = rossiya.702.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.702.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexander_baryatinsky
	}
        
	option = {
		name = rossiya.702.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexander_baryatinsky
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Aleksey Kuropatkin (16.01.1925)
country_event = {
	id = rossiya.703
	title = rossiya.703.t
	desc = rossiya.703.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.703.a
		ai_chance = { factor = 40 }
		retire_character = RUS_aleksey_kuropatkin
	}
        
	option = {
		name = rossiya.703.b
		ai_chance = { factor = 60 }
		retire_character = RUS_aleksey_kuropatkin
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Konstantin Petrovich von Kaufmann (16.05.1882)
country_event = {
	id = rossiya.704
	title = rossiya.704.t
	desc = rossiya.704.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.704.a
		ai_chance = { factor = 40 }
		retire_character = RUS_konstantin_petrovich_von_kaufmann
	}
		
	option = {
		name = rossiya.704.b
		ai_chance = { factor = 60 }
		retire_character = RUS_konstantin_petrovich_von_kaufmann
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Mikhail Skobelev (07.07.1882)
country_event = {
	id = rossiya.705
	title = rossiya.705.t
	desc = rossiya.705.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.705.a
		ai_chance = { factor = 40 }
		retire_character = RUS_mikhail_skobelev
	}
        
	option = {
		name = rossiya.705.b
		ai_chance = { factor = 60 }
		retire_character = RUS_mikhail_skobelev
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexander Konstantinovich Abramov (25.10.1886)
country_event = {
	id = rossiya.706
	title = rossiya.706.t
	desc = rossiya.706.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.706.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexander_konstantinovich_abramov
	}
		
	option = {
		name = rossiya.706.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexander_konstantinovich_abramov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexander Nikolaevich Manvelov (02.04.1906)
country_event = {
	id = rossiya.707
	title = rossiya.707.t
	desc = rossiya.707.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
			
	option = {
		name = rossiya.707.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexander_nikolaevich_manvelov
	}
		
	option = {
		name = rossiya.707.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexander_nikolaevich_manvelov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Mikhail Annenkov (21.01.1899)
country_event = {
	id = rossiya.708
	title = rossiya.708.t
	desc = rossiya.708.d
	picture = GFX_report_event_quistorp_funeral
	
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.708.a
		ai_chance = { factor = 40 }
		retire_character = RUS_mikhail_annenkov
	}
        
	option = {
		name = rossiya.708.b
		ai_chance = { factor = 60 }
		retire_character = RUS_mikhail_annenkov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Ivane Bagration of Mukhrani (11.03.1895)
country_event = {
	id = rossiya.709
	title = rossiya.709.t
	desc = rossiya.709.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.709.a
		ai_chance = { factor = 40 }
		retire_character = RUS_ivane_bagration_of_mukhrani
	}
		
	option = {
		name = rossiya.709.b
		ai_chance = { factor = 60 }
		retire_character = RUS_ivane_bagration_of_mukhrani
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Mikhail Batyanov (05.12.1916)
country_event = {
	id = rossiya.710
	title = rossiya.710.t
	desc = rossiya.710.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.710.a
		ai_chance = { factor = 40 }
		retire_character = RUS_mikhail_batyanov
	}
		
	option = {
		name = rossiya.710.b
		ai_chance = { factor = 60 }
		retire_character = RUS_mikhail_batyanov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Nikolai Demidov-Lopukhin (18.12.1910)
country_event = {
	id = rossiya.711
	title = rossiya.711.t
	desc = rossiya.711.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.711.a
		ai_chance = { factor = 40 }
		retire_character = RUS_nikolai_demidovlopukhin
	}
	
	option = {
		name = rossiya.711.b
		ai_chance = { factor = 60 }
		retire_character = RUS_nikolai_demidovlopukhin
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Johan Casimir Ehrnrooth (05.02.1913)
country_event = {
	id = rossiya.712
	title = rossiya.712.t
	desc = rossiya.712.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.712.a
		ai_chance = { factor = 40 }
		retire_character = RUS_johan_casimir_ehrnrooth
	}
    
	option = {
		name = rossiya.712.b
		ai_chance = { factor = 60 }
		retire_character = RUS_johan_casimir_ehrnrooth
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Otto Wilhelm Furuhjelm (24.05.1883)
country_event = {
	id = rossiya.713
	title = rossiya.713.t
	desc = rossiya.713.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.713.a
		ai_chance = { factor = 40 }
		retire_character = RUS_otto_wilhelm_furuhjelm
	}
	
	option = {
		name = rossiya.713.b
		ai_chance = { factor = 60 }
		retire_character = RUS_otto_wilhelm_furuhjelm
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Oskar Gripenburg (25.12.1915)
country_event = {
	id = rossiya.714
	title = rossiya.714.t
	desc = rossiya.714.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.714.a
		ai_chance = { factor = 40 }
		retire_character = RUS_oskar_gripenburg
	}
	
	option = {
		name = rossiya.714.b
		ai_chance = { factor = 60 }
		retire_character = RUS_oskar_gripenburg
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexander Bagration-Imeretinsky (17.11.1900)
country_event = {
	id = rossiya.715
	title = rossiya.715.t
	desc = rossiya.715.d
	picture = GFX_report_event_quistorp_funeral
	
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.715.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexander_bagration_imeretinsky
	}
	
	option = {
		name = rossiya.715.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexander_bagration_imeretinsky
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexander Von Kaulbars (25.01.1925)
country_event = {
	id = rossiya.716
	title = rossiya.716.t
	desc = rossiya.716.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.716.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexander_von_kaulbars
	}
	
	option = {
		name = rossiya.716.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexander_von_kaulbars
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Mikhail Chernyayev (16.08.1898)
country_event = {
	id = rossiya.717
	title = rossiya.717.t
	desc = rossiya.717.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.717.a
		ai_chance = { factor = 40 }
		retire_character = RUS_mikhail_chernyayev
	}
	
	option = {
		name = rossiya.717.b
		ai_chance = { factor = 60 }
		retire_character = RUS_mikhail_chernyayev
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Nikolay Krasnov (15.09.1900)
country_event = {
	id = rossiya.718
	title = rossiya.718.t
	desc = rossiya.718.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.718.a
		ai_chance = { factor = 40 }
		retire_character = RUS_nikolay_krasnov
	}
	
	option = {
		name = rossiya.718.b
		ai_chance = { factor = 60 }
		retire_character = RUS_nikolay_krasnov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Ivan Krasnov (14.04.1871)
country_event = {
	id = rossiya.719
	title = rossiya.719.t
	desc = rossiya.719.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.719.a
		ai_chance = { factor = 40 }
		retire_character = RUS_ivan_krasnov
	}
	
	option = {
		name = rossiya.719.b
		ai_chance = { factor = 60 }
		retire_character = RUS_ivan_krasnov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Ivan Davidovich Lazarev (14.08.1879)
country_event = {
	id = rossiya.720
	title = rossiya.720.t
	desc = rossiya.720.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.720.a
		ai_chance = { factor = 40 }
		retire_character = RUS_ivan_davidovich_lazarev
	}
	
	option = {
		name = rossiya.720.b
		ai_chance = { factor = 60 }
		retire_character = RUS_ivan_davidovich_lazarev
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Vladislav Romishevskiy (20.08.1907)
country_event = {
	id = rossiya.721
	title = rossiya.721.t
	desc = rossiya.721.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.721.a
		ai_chance = { factor = 40 }
		retire_character = RUS_vladislav_romishevskiy
	}
	
	option = {
		name = rossiya.721.b
		ai_chance = { factor = 60 }
		retire_character = RUS_vladislav_romishevskiy
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Mikhail Dragomirov (28.10.1905)
country_event = {
	id = rossiya.722
	title = rossiya.722.t
	desc = rossiya.722.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.722.a
		ai_chance = { factor = 40 }
		retire_character = RUS_mikhail_dragomirov
	}
	
	option = {
		name = rossiya.722.b
		ai_chance = { factor = 60 }
		retire_character = RUS_mikhail_dragomirov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Boris Shelkovnikov (10.02.1878)
country_event = {
	id = rossiya.723
	title = rossiya.723.t
	desc = rossiya.723.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.723.a
		ai_chance = { factor = 40 }
		retire_character = RUS_boris_shelkovnikov
	}
	
	option = {
		name = rossiya.723.b
		ai_chance = { factor = 60 }
		retire_character = RUS_boris_shelkovnikov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Pavel Andreevich Shuvalov (20.04.1908)
country_event = {
	id = rossiya.724
	title = rossiya.724.t
	desc = rossiya.724.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.724.a
		ai_chance = { factor = 40 }
		retire_character = RUS_pavel_andreevich_shuvalov
	}
	
	option = {
		name = rossiya.724.b
		ai_chance = { factor = 60 }
		retire_character = RUS_pavel_andreevich_shuvalov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Arshak Artemievich Ter-Gukasov (20.01.1881)
country_event = {
	id = rossiya.725
	title = rossiya.725.t
	desc = rossiya.725.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes 
	is_triggered_only = yes
		
	option = {
		name = rossiya.725.a
		ai_chance = { factor = 40 }
		retire_character = RUS_arshak_artemievich_ter_gukasov
	}
	
	option = {
		name = rossiya.725.b
		ai_chance = { factor = 60 }
		retire_character = RUS_arshak_artemievich_ter_gukasov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Eduard von Totleben (01.07.1884)
country_event = {
	id = rossiya.726
	title = rossiya.726.t
	desc = rossiya.726.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.726.a
		ai_chance = { factor = 40 }
		retire_character = RUS_eduard_von_totleben
	}
	
	option = {
		name = rossiya.726.b
		ai_chance = { factor = 60 }
		retire_character = RUS_eduard_von_totleben
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexandr Alexandrovich Bilderling (26.07.1912)
country_event = {
	id = rossiya.727
	title = rossiya.727.t
	desc = rossiya.727.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.727.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexandr_alexandrovich_bilderling
	}
	
	option = {
		name = rossiya.727.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexandr_alexandrovich_bilderling
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Georgiy Evseevich Eristov (18.11.1863)
country_event = {
	id = rossiya.728
	title = rossiya.728.t
	desc = rossiya.728.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.728.a
		ai_chance = { factor = 40 }
		retire_character = RUS_georgiy_evseevich_eristov
	}

	option = {
		name = rossiya.728.b
		ai_chance = { factor = 60 }
		retire_character = RUS_georgiy_evseevich_eristov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Grigoriy Dmitrievich of Jambakur-Orbeliani (21.03.1883)
country_event = {
	id = rossiya.729
	title = rossiya.729.t
	desc = rossiya.729.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.729.a
		ai_chance = { factor = 40 }
		retire_character = RUS_grigoriy_dmitrievich_of_jambakur_orbeliani
	}
	
	option = {
		name = rossiya.729.b
		ai_chance = { factor = 60 }
		retire_character = RUS_grigoriy_dmitrievich_of_jambakur_orbeliani
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Joseph Carl von Anrep (28.06.1860)
country_event = {
	id = rossiya.730
	title = rossiya.730.t
	desc = rossiya.730.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes 
	is_triggered_only = yes

	option = {
		name = rossiya.730.a
		ai_chance = { factor = 40 }
		retire_character = RUS_joseph_carl_von_anrep
	}
	
	option = {
		name = rossiya.730.b
		ai_chance = { factor = 60 }
		retire_character = RUS_joseph_carl_von_anrep
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Mikhail Muravyov-Vilenskiy (12.09.1866)
country_event = {
	id = rossiya.731
	title = rossiya.731.t
	desc = rossiya.731.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.731.a
		ai_chance = { factor = 40 }
		retire_character = RUS_mikhail_muravyov_vilenskiy
	}
	
	option = {
		name = rossiya.731.b
		ai_chance = { factor = 60 }
		retire_character = RUS_mikhail_muravyov_vilenskiy
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Nikolay Petrovich Annenkov (26.03.1865)
country_event = {
	id = rossiya.732
	title = rossiya.732.t
	desc = rossiya.732.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.732.a
		ai_chance = { factor = 40 }
		retire_character = RUS_nikolay_petrovich_annenkov
	}
	
	option = {
		name = rossiya.732.b
		ai_chance = { factor = 60 }
		retire_character = RUS_nikolay_petrovich_annenkov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Nikolay Sukhozanet (22.07.1871)
country_event = {
	id = rossiya.733
	title = rossiya.733.t
	desc = rossiya.733.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.733.a
		ai_chance = { factor = 40 }
		retire_character = RUS_nikolay_sukhozanet
	}
	
	option = {
		name = rossiya.733.b
		ai_chance = { factor = 60 }
		retire_character = RUS_nikolay_sukhozanet
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Nikolay Muravyov-Karskiy (23.10.1866)
country_event = {
	id = rossiya.734
	title = rossiya.734.t
	desc = rossiya.734.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.734.a
		ai_chance = { factor = 40 }
		retire_character = RUS_nikolay_muravyov_karskiy
	}
	
	option = {
		name = rossiya.734.b
		ai_chance = { factor = 60 }
		retire_character = RUS_nikolay_muravyov_karskiy
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Vasiliy Osipovich Bebutov (22.03.1858)
country_event = {
	id = rossiya.735
	title = rossiya.735.t
	desc = rossiya.735.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.735.a
		ai_chance = { factor = 40 }
		retire_character = RUS_vasiliy_osipovich_bebutov
	}
	
	option = {
		name = rossiya.735.b
		ai_chance = { factor = 60 }
		retire_character = RUS_vasiliy_osipovich_bebutov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Nikolay Karlovich Krabbe (03.01.1876)
country_event = {
	id = rossiya.736
	title = rossiya.736.t
	desc = rossiya.736.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.736.a
		ai_chance = { factor = 40 }
		retire_character = RUS_nikolay_karlovich_krabbe
	}
	
	option = {
		name = rossiya.736.b
		ai_chance = { factor = 60 }
		retire_character = RUS_nikolay_karlovich_krabbe
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Grand Duke Konstantin Nikolayevich (25.01.1892)
country_event = {
	id = rossiya.737
	title = rossiya.737.t
	desc = rossiya.737.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.737.a
		ai_chance = { factor = 40 }
		retire_character = RUS_grand_duke_konstantin_nikolayevich
	}
	
	option = {
		name = rossiya.737.b
		ai_chance = { factor = 60 }
		retire_character = RUS_grand_duke_konstantin_nikolayevich
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Alexander Sergeyevich Menshikov (02.05.1869)
country_event = {
	id = rossiya.738
	title = rossiya.738.t
	desc = rossiya.738.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.738.a
		ai_chance = { factor = 40 }
		retire_character = RUS_alexander_sergeyevich_menshikov
	}
	
	option = {
		name = rossiya.738.b
		ai_chance = { factor = 60 }
		retire_character = RUS_alexander_sergeyevich_menshikov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Lazar Serebryakov (28.02.1862)
country_event = {
	id = rossiya.739
	title = rossiya.739.t
	desc = rossiya.739.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.739.a
		ai_chance = { factor = 40 }
		retire_character = RUS_lazar_serebryakov
	}
	
	option = {
		name = rossiya.739.b
		ai_chance = { factor = 60 }
		retire_character = RUS_lazar_serebryakov
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Michael Reinecke (16.04.1859)
country_event = {
	id = rossiya.740
	title = rossiya.740.t
	desc = rossiya.740.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.740.a
		ai_chance = { factor = 40 }
		retire_character = RUS_michael_reinecke
	}
	
	option = {
		name = rossiya.740.b
		ai_chance = { factor = 60 }
		retire_character = RUS_michael_reinecke
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Stepan Stepanovich Lesovskiy (28.10.1884)
country_event = {
	id = rossiya.741
	title = rossiya.741.t
	desc = rossiya.741.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.741.a
		ai_chance = { factor = 40 }
		retire_character = RUS_stepan_stepanovich_lesovskiy
	}
	
	option = {
		name = rossiya.741.b
		ai_chance = { factor = 60 }
		retire_character = RUS_stepan_stepanovich_lesovskiy
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

#Death of Vasiliy Zavoyko (16.02.1898)
country_event = {
	id = rossiya.742
	title = rossiya.742.t
	desc = rossiya.742.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.742.a
		ai_chance = { factor = 40 }
		retire_character = RUS_vasiliy_zavoyko
	}
	
	option = {
		name = rossiya.742.b
		ai_chance = { factor = 60 }
		retire_character = RUS_vasiliy_zavoyko
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}
	
#Death of Yevfimiy Putyatin (16.10.1883)
country_event = {
	id = rossiya.743
	title = rossiya.743.t
	desc = rossiya.743.d
	picture = GFX_report_event_quistorp_funeral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.743.a
		ai_chance = { factor = 40 }
		retire_character = RUS_yevfimiy_putyatin
	}
	
	option = {
		name = rossiya.743.b
		ai_chance = { factor = 60 }
		retire_character = RUS_yevfimiy_putyatin
		add_timed_idea = {
			idea = idea_national_funeral
			days = 8
		}
	}
}

### ARMY EVENTS (rossiya.801-900) ###

## Milytuin Army Reform
	
#Pedagogicheskii Sbomik
country_event = {
	id = rossiya.801
	title = rossiya.801.t
	desc = rossiya.801.d
	picture = GFX_report_event_rus_alexander_II
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.801.a
	}
}
	
#Russian Machine Guns
country_event = {
	id = rossiya.802
	title = rossiya.802.t
	desc = rossiya.802.d
	picture = GFX_report_event_russian_gatling
		
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = rossiya.802.a
		add_tech_bonus = { bonus = 0.5 uses = 1 category = gatling_gun_tech }
	}
}


#Invest in Special Training for Military Railway Department?
country_event = {
	id = rossiya.803
	title = rossiya.803.t
	desc = rossiya.803.d
	picture = GFX_report_event_russian_railway_troops
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Yes
	option = {
		name = rossiya.803.a
		ai_chance = {
			base = 100
			modifier = {
				add = -75
				OR = {
					has_political_power < 25
					command_power < 10
				}
			}
			modifier = {
				add = -25
				OR = {
					has_political_power < 5
					command_power < 5
				}
			}
		}
		add_political_power = -10
		add_command_power = -10
		hidden_effect = {
			random_list = {
				60 = {
					country_event = { id = rossiya.804 days = 180 }
				}
				40 = {
					country_event = { id = rossiya.805 days = 180 }
				}
			}
		}
	}
	
	#No
	option = {
		name = rossiya.803.b
		ai_chance = {
			base = 0
			modifier = {
				add = 75
				OR = {
					has_political_power < 25
					command_power < 10
				}
			}
			modifier = {
				add = 25
				OR = {
					has_political_power < 5
					command_power < 5
				}
			}
		}
	}
}

#Training for Military Railway Department Finished - Failure
country_event = {
	id = rossiya.804
	title = rossiya.804.t
	desc = rossiya.804.d
	picture = GFX_report_event_russian_railway_troops
	
	is_triggered_only = yes
	
	#Yes
	option = {
		name = rossiya.804.a
		ai_chance = {
			base = 100
			modifier = {
				add = -75
				OR = {
					has_political_power < 25
					command_power < 10
				}
			}
			modifier = {
				add = -25
				OR = {
					has_political_power < 5
					command_power < 5
				}
			}
		}
		add_political_power = -10
		add_command_power = -10
		hidden_effect = {
			random_list = {
				60 = {
					country_event = { id = rossiya.804 days = 180 }
				}
				40 = {
					country_event = { id = rossiya.805 days = 180 }
				}
			}
		}
	}
	
	#No
	option = {
		name = rossiya.804.b
		ai_chance = {
			base = 0
			modifier = {
				add = 75
				OR = {
					has_political_power < 25
					command_power < 10
				}
			}
			modifier = {
				add = 25
				OR = {
					has_political_power < 5
					command_power < 5
				}
			}
		}
	}
}

#Training for Military Railway Department Finished - Success
country_event = {
	id = rossiya.805
	title = rossiya.805.t
	desc = rossiya.805.d
	picture = GFX_report_event_russian_railway_troops
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.805.a
		ai_chance = { base = 100 }
		army_experience = 50
		add_tech_bonus = { bonus = 0.5 uses = 2 category = trains_tech }
	}
}
	
#The Ballon Commision
country_event = {
	id = rossiya.806
	title = rossiya.806.t
	desc = rossiya.806.d
	picture = GFX_report_event_austrian_army_1
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.806.a
		ai_chance = { base = 100 }
		army_experience = 25
		add_tech_bonus = { bonus = 0.5 uses = 1 category = balloons_tech }
	}
}
	
#The Conscription Statute 
country_event = {
	id = rossiya.807
	title = rossiya.807.t
	desc = rossiya.807.d
	picture = GFX_report_event_austrian_army_1
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.807.a
		ai_chance = { base = 100 }
		if = {
			limit = { has_idea = scraping_the_barrel }
			swap_ideas = {
				remove_idea = scraping_the_barrel
				add_idea = limited_conscription
			}
		}
		else_if = {
			limit = { has_idea = all_adults_serve }
			swap_ideas = {
				remove_idea = all_adults_serve
				add_idea = limited_conscription
			}
		}
		else_if = {
			limit = { has_idea = service_by_requirement }
			swap_ideas = {
				remove_idea = service_by_requirement
				add_idea = limited_conscription
			}
		}
		else_if = {
			limit = { has_idea = extensive_conscription }
			swap_ideas = {
				remove_idea = extensive_conscription
				add_idea = limited_conscription
			}
		}
		else_if = {
			limit = { has_idea = limited_conscription }
			add_political_power = 60
		}
		else_if = {
			limit = { has_idea = volunteer_only }
			swap_ideas = {
				remove_idea = volunteer_only
				add_idea = limited_conscription
			}
		}
		else_if = {
			limit = { has_idea = disarmed_nation }
			swap_ideas = {
				remove_idea = disarmed_nation
				add_idea = limited_conscription
			}
		}
	}
}
	
#Berdan Rifle No.2 Development Successful
country_event = {
	id = rossiya.808
	title = rossiya.808.t
	desc = rossiya.808.d
	picture = GFX_report_event_berdan_rifle
	
	fire_only_once = yes
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			set_country_flag = RUS_breechloader_prototype_developed_flag
		}
	}
	
	option = {
		name = rossiya.808.a
		ai_chance = { base = 100 }
		army_experience = 25
	}
}
	
#Milyutin Appointed Army Chief (NOT FIRED?)
country_event = {
	id = rossiya.809
	title = rossiya.809.t
	desc = rossiya.809.d
	picture = GFX_report_event_war_minister
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.809.a
		ai_chance = { base = 100 }
		add_war_support = 0.05
		if = {
			#limit = {
			#	NOT = {
			#		OR = {
			#			has_tech = doctrine_victorian_artillery
			#			has_tech = doctrine_victorian_industry
			#			has_tech = doctrine_victorian_innovation
			#		}
			#	}
			#}
			#set_technology = {
			#	doctrine_victorian_tradition = 1
			#}
		}
		RUS_dmitry_milyutin = {
			add_advisor_role = {
				advisor = {
					slot = theorist
					idea_token = RUS_dmitry_milyutin_theorist
					ledger = army
					traits = {
						military_theorist
					}
				}
				activate = yes
			}
		}
	}
}

#Native Guard Corps
country_event = {
	id = rossiya.810
	title = rossiya.810.t
	desc = rossiya.810.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Disband them
	option = {
		name = rossiya.810.a
		ai_chance = { base = 100 }
	}
	
	#Keep them
	option = {
		name = rossiya.810.b
		ai_chance = { base = 0 }
	}
}

#Maykop Fort
country_event = {
	id = rossiya.811
	title = rossiya.811.t
	desc = rossiya.811.d
	picture = GFX_report_event_generic_fort_1

	fire_only_once = yes
	is_triggered_only = yes
	
	trigger = {
		234 = { is_controlled_by = RUS }
		CIR = { exists = yes }
	}

	option = {
		name = rossiya.811.a
		add_war_support = 0.01
		234 = {
			add_building_construction = {
				type = bunker
				level = 2
				instant_build = yes
				province = 3720
			}
		}
	}
}

#Pavel Military School (31.01.1864)
country_event = {
	id = rossiya.812
	title = rossiya.812.t
	desc = rossiya.812.d
	picture = GFX_report_event_pavlov_school
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.812.a
		add_doctrine_cost_reduction = { cost_reduction = 0.5 uses = 1 category = land_doctrine }
		army_experience = 5
	}
}

#Siberian Military District (11.12.1864)
country_event = {
	id = rossiya.813
	title = rossiya.813.t
	desc = rossiya.813.d	
	picture = GFX_report_event_krenholm_manufacture
	
	fire_only_once = yes
	is_triggered_only = yes	
		
	option = {
		name = rossiya.813.a
		army_experience = 5
	}
}

#Saint Petersburg Declaration of 1868 (11.12.1868)
country_event = {
	id = rossiya.814
	title = rossiya.814.t
	desc = rossiya.814.d	
	picture = GFX_report_event_st_petersburg_declaration
	
	fire_only_once = yes
	is_triggered_only = yes	
		
	option = {
		name = rossiya.814.a
		add_stability = 0.03
		add_war_support = -0.02
		add_tech_bonus = { bonus = 0.25 uses = 1 category = infantry_weapons }
	}
}

#Odessa Military Academy (1.3.1866)
country_event = {
	id = rossiya.815
	title = rossiya.815.t
	desc = rossiya.815.d	
	picture = GFX_report_event_odessa_military_academy
	
	fire_only_once = yes
	is_triggered_only = yes	
		
	option = {
		name = rossiya.815.a
		add_manpower = 5000
		add_war_support = 0.03
		add_tech_bonus = { bonus = 0.25 uses = 1 category = infantry_weapons }
		custom_effect_tooltip = RUS_army_reform_effect_tt
		add_to_variable = { RUS_army_reform_ldcf = -0.05 tooltip = land_doctrine_cost_factor_tooltip }
		add_to_variable = { RUS_army_reform_mlcf = 0.05 tooltip = military_leader_cost_factor_tooltip }
	}
}

### NAVY EVENTS (rossiya.901-999) ###

#ENG - Russia Seeks Naval Cooperation
country_event = {
	id = rossiya.901
	title = rossiya.901.t
	desc = rossiya.901.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes

	#Accept
	option = {
		name = rossiya.901.a
		navy_experience = 5
		add_tech_bonus = { bonus = 0.5 uses = 2 category = naval_equipment }
		hidden_effect = {
			RUS = {
				country_event = { id = rossiya.902 days = 3 }
			}
		}
	}

	#Refuse
	option = {
		name = rossiya.901.b
		hidden_effect = {
			RUS = {
				country_event = { id = rossiya.903 days = 3 }
			}
		}
	}
}

#RUS - ENG Accepts Naval Cooperation
country_event = {
	id = rossiya.902
	title = rossiya.902.t
	desc = rossiya.902.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes
	
	option = { 
		name = rossiya.902.a
		add_opinion_modifier = { target = ENG modifier = eoanb_om_RUS_increase_small }
		reverse_add_opinion_modifier = { target = ENG modifier = eoanb_om_RUS_increase_small }
		navy_experience = 10
		add_doctrine_cost_reduction = { cost_reduction = 0.5 uses = 2 category = naval_doctrine }
	}
}

#RUS - ENG Refuses Naval Cooperation
country_event = {
	id = rossiya.903
	title = rossiya.903.t
	desc = rossiya.903.d
	picture = GFX_report_event_krenholm_manufacture
		
	fire_only_once = yes
	is_triggered_only = yes

	option = { 
		name = rossiya.903.a
		add_opinion_modifier = { target = ENG modifier = eoanb_om_RUS_decrease_very_small }
		reverse_add_opinion_modifier = { target = ENG modifier = eoanb_om_RUS_decrease_very_small }
	}
}

#The Horrors of Crimean War - Navy
country_event = {
	id = rossiya.904
	title = rossiya.904.t
	desc = rossiya.904.d
	picture = GFX_report_event_crimean_war_navy
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.904.a
		ai_chance = { base = 100 }
		add_doctrine_cost_reduction = { cost_reduction = 0.25 uses = 1 category = naval_doctrine }
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_cgf = 0.01 tooltip = consumer_goods_expected_value_tooltip }
		add_to_variable = { RUS_naval_reform_ppf = 0.01 tooltip = political_power_factor_tooltip }
		add_to_variable = { RUS_naval_reform_egn = 0.01 tooltip = experience_gain_navy_tooltip }
		add_to_variable = { RUS_naval_reform_ndcf = 0.05 tooltip = naval_doctrine_cost_factor_tooltip }
	}
}
	
#The Vladivostok Port
country_event = {
	id = rossiya.905
	title = rossiya.905.t
	desc = rossiya.905.d
	#picture = GFX_report_event_vladivostok
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.905.a
		ai_chance = { base = 100 }
		408 = {
			add_extra_state_shared_building_slots = 1
		}
		add_victory_points = {
			province = 957
			value = 3
		}
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
	}
}
	
#Siberian Fleet Gunboats
country_event = {
	id = rossiya.906
	title = rossiya.906.t
	desc = rossiya.906.d
	picture = GFX_report_event_siberian_gunboats
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.906.a
		ai_chance = { base = 100 }
		custom_effect_tooltip = AUS_screw_gunboat_first_series_effect_tt
		navy_experience = 5
		unlock_decision_tooltip = AUS_decision_order_screw_gunboats_2
		hidden_effect = {
			create_equipment_variant = {
				name = "Siberian Flotilla Gunboat"
				type = ship_hull_gunboat_2
				#name_group = GER_CA_HISTORICAL
				parent_version = 0
				modules = {
					fixed_ship_battery_slot = ship_cannon_battery_1
					fixed_ship_fire_control_system_slot = fire_control_system_0
					fixed_ship_engine_slot = ship_engine_steam_screw_gunboat
					fixed_ship_armor_slot = ship_armor_capital_hardwood_1
					mid_1_custom_slot = ship_cannon_battery_1
					mid_2_custom_slot = ship_cannon_battery_1
				}
			}
			create_equipment_variant = {
				name = "Siberian Flotilla Schooner"
				type = ship_hull_gunboat_2
				name_group = GER_CA_HISTORICAL
				parent_version = 0
				modules = {
					fixed_ship_battery_slot = ship_cannon_battery_1
					fixed_ship_fire_control_system_slot = fire_control_system_0
					fixed_ship_engine_slot = ship_engine_steam_screw_gunboat
					fixed_ship_secondaries_slot = empty
					fixed_ship_armor_slot = ship_armor_capital_hardwood_0
					mid_1_custom_slot = empty
					mid_2_custom_slot = empty
					rear_1_custom_slot = empty
				}
			}
		}
	}
}
	
#St.Petersburg Navy Schools
country_event = {
	id = rossiya.907
	title = rossiya.907.t
	desc = rossiya.907.d
	picture = GFX_report_event_petersburg_navy_schools
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.907.a
		ai_chance = { base = 100 }
		add_war_support = 0.01
		add_command_power = 25
		custom_effect_tooltip = AUS_naval_reform_effect_tt
		add_to_variable = { RUS_naval_reform_ppf = 0.01 tooltip = political_power_factor_tooltip }
		add_to_variable = { RUS_naval_reform_egn = 0.03 tooltip = experience_gain_navy_tooltip }
		add_to_variable = { RUS_naval_reform_ndcf = -0.05 tooltip = naval_doctrine_cost_factor_tooltip }
		195 = {
			add_extra_state_shared_building_slots = 1
			add_building_construction = {
				type = naval_base
				level = 1
				instant_build = yes
				province = 3151
			}
		}
		add_victory_points = {
			province = 3151
			value = 3
		}
		set_temp_variable = { eoanb_prestige_change = 3 }
		eoanb_change_prestige_score = yes
	}
}
	
#PIE/FRA - Villafranca Maritime Contract
country_event = {
	id = rossiya.908
	title = rossiya.908.t
	desc = rossiya.908.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	#Sign the contract
	option = {
		name = rossiya.908.a
		ai_chance = { base = 100 }
		RUS = { country_event = { id = rossiya.909 } }
	}
	
	#Refuse to sign the contract
	option = {
		name = rossiya.908.b
		ai_chance = { base = 0 }
		RUS = { country_event = { id = rossiya.910 } }
	}
}

#Russia – Sardinia/France Agrees to Villafranca Maritime Contract
country_event = {
	id = rossiya.909
	title = rossiya.909.t
	desc = rossiya.909.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.909.a
		ai_chance = { base = 100 }
		if = {
			limit = {
				FROM = { tag = PIE }
			}
			#add_ideas = 
		}
		if = {
			limit = {
				FROM = { tag = FRA }
			}
			#add_ideas = 
		}
		#unlock_decision_tooltip = 
	}
}

#Russia – Sardinia/France Rejects to Villafranca Maritime Contract
country_event = {
	id = rossiya.910
	title = rossiya.910.t
	desc = rossiya.910.d
	
	fire_only_once = yes
	is_triggered_only = yes
	
	option = {
		name = rossiya.910.a
		ai_chance = { base = 100 }
		add_political_power = -25
		add_stability = -0.03
	}
}

#Petropavlovsk Class Ships
country_event = {
	id = rossiya.911
	title = rossiya.911.t
	desc = rossiya.911.d
	picture = GFX_report_event_petropavlovsk_ship
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.911.a
		#custom_effect_tooltip = DEN_event_refit_dannebrog_tt
		navy_experience = 5
		hidden_effect = {
			create_equipment_variant = {
				#name = "Petropavlovsk Class"
				name = "Armored frigate Sevastopol-class M1861"
				type = ship_hull_ironclad_0
				name_group = RUS_IRC_HISTORICAL_0
				parent_version = 0
				#modules = {
				#	fixed_ship_battery_slot = ship_cannon_battery_1
				#	fixed_ship_fire_control_system_slot = fire_control_system_0
				#	fixed_ship_engine_slot = ship_engine_steam_screw_cruiser
				#	fixed_ship_armor_slot = ship_armor_capital_hardwood_1
				#	mid_1_custom_slot = ship_cannon_battery_1
				#	mid_2_custom_slot = ship_cannon_battery_1
				#	front_1_custom_slot = ship_cannon_battery_1
				#	rear_1_custom_slot = ship_cannon_battery_1
				#}
				modules = {
					fixed_ship_battery_slot=ship_module_ram_0
					fixed_ship_fire_control_system_slot=fire_control_system_0
					fixed_ship_engine_slot=ship_engine_steam_screw_cruiser
					mid_1_custom_slot=empty
					fixed_ship_armor_slot=ship_armor_capital_hardwood_1
					mid_2_custom_slot=empty
					mid_3_custom_slot=empty
					front_1_custom_slot=ship_cannon_battery_1
					front_2_custom_slot=empty
					rear_1_custom_slot=ship_cannon_battery_1
				}
			}
			load_oob = RUS_petropavlovsk_class_mtg
		}
	}
}
	
#General-Admiral Ships
country_event = {
	id = rossiya.912
	title = rossiya.912.t
	desc = rossiya.912.d
	picture = GFX_report_event_rus_general_admiral
		
	fire_only_once = yes
	is_triggered_only = yes
		
	option = {
		name = rossiya.912.a
		#custom_effect_tooltip = DEN_event_refit_dannebrog_tt
		navy_experience = 5
		hidden_effect = {
			create_equipment_variant = {
				#name = "General-Admiral Class"
				name = "Armored frigate General-Admiral class M1870"
				#type = ship_hull_ironclad_0
				type = ship_hull_ironclad_1
				#name_group = RUS_IRC_HISTORICAL_0
				name_group = RUS_IRC_HISTORICAL_1
				parent_version = 0
				#modules = {
				#	fixed_ship_battery_slot = ship_cannon_battery_1
				#	fixed_ship_fire_control_system_slot = fire_control_system_0
				#	fixed_ship_engine_slot = ship_engine_steam_screw_cruiser
				#	fixed_ship_armor_slot = ship_armor_capital_hardwood_1
				#	mid_1_custom_slot = ship_cannon_battery_1
				#	mid_2_custom_slot = ship_cannon_battery_1
				#	front_1_custom_slot = ship_cannon_battery_1
				#	rear_1_custom_slot = ship_cannon_battery_1
				#}
				modules = {
					fixed_ship_battery_slot=ship_module_ram_0
					fixed_ship_fire_control_system_slot=fire_control_system_0
					fixed_ship_engine_slot=ship_engine_steam_screw_cruiser
					fixed_ship_armor_slot=ship_armor_capital_hardwood_1
					rear_1_custom_slot=ship_cannon_battery_2
					mid_1_custom_slot=ship_cannon_battery_2
					mid_2_custom_slot=ship_cannon_battery_2
					front_1_custom_slot=ship_cannon_battery_2
				}
			}
			load_oob = RUS_general_admiral_class_mtg
		}
	}
}
