political_decisions = {
	abolish_serfdom = {
		potential = {
			tag = RUS
			NOT = {
				has_country_flag = serfdom_abolished
			}
			average_consciousness = 3
			government = absolute_monarchy
		}
		allow = {
			OR = {
				upper_house = {
					ideology = liberal
					value = 0.3
				}
				ruling_party_ideology = liberal
			}
		}
		effect = {
			farmers = {
				militancy = -2
				consciousness = 1
			}
			labourers = {
				militancy = -2
				consciousness = 1
			}
			badboy = -4
			years_of_research = 0.05
			set_country_flag = serfdom_abolished
		}
	}
	establish_the_sovnarkom = {
		potential = {
			tag = RUS
			NOT = {
				has_country_flag = big_brother_is_watching
			}
			government = proletarian_dictatorship
		}
		allow = {
			mass_politics = 1
		}
		
		effect = {
			any_pop = {
				militancy = -1
				consciousness = -1
				ideology = {
					value = socialist
					factor = 0.05
				}
			}
			prestige = 5
			set_country_flag = big_brother_is_watching
		}
	}
	
	manifesto_on_unshakable_autocracy = {
		potential = {
			tag = RUS
			government = absolute_monarchy
			NOT = {
				has_country_flag = the_manifesto
			}
			nationalism_n_imperialism = 1
		}
		
		allow = {
			revolution_n_counterrevolution = 1
		}
		
		effect = {
			prestige = 5
			badboy = 3
			any_pop = {
				consciousness = -0.5
				militancy = -0.5
			}
			set_country_flag = the_manifesto
		}
	}
	
	promulgate_the_ems_ukaz = {
		potential = {
			tag = RUS
			NOT = {
				has_country_flag = ems_ukaz_dispatched
			}
			government = absolute_monarchy
			owns = 958
			phenomenalism = 1
			exists = GER
			GER = {
				owns = 570
			}
		}
		
		allow = {
			biologism = 1
		}
		
		effect = {
			any_pop = {
				limit = {
					has_pop_culture = ukrainian
				}
				militancy = 3
				consciousness = -2
			}
			set_country_flag = ems_ukaz_dispatched
		}
	}

	protect_eastern_christians = {
		potential = {
			TAG = RUS
			is_greater_power = yes
			government = absolute_monarchy
			NOT = {
				has_country_flag = eastern_christians_up_in_here_yall
			}
			exists = TUR
			TUR = {
				government = absolute_monarchy
				is_greater_power = no
			}
		}
		
		allow = {
			NOT = {
				relation = {
					who = TUR
					value = 0
				}
			}
			TUR = {
				average_militancy = 3
			}
		}
		
		effect = {
			set_country_flag = eastern_christians_up_in_here_yall
			add_country_modifier = {
				name = protector_of_eastern_christendom
				duration = -1
			}
			any_greater_power = {
				limit = {
					NOT = {
						tag = TUR
					}
					capital_scope = {
						continent = europe
					}
				}
				country_event = 19030
			}
		}
	}
	
	peking_convention = {
		potential = {
			tag = RUS
			CHI = {
					owns = 1082 }
			NOT = {
				has_country_flag = peking_convention
			}
			OR = {
				is_sphere_leader_of = CHI
				has_global_flag = summer_palace_torched
			}
		}
		
		allow = {
			is_greater_power = yes
		}
		
		effect = {
			CHI_1082 = {
				add_core = RUS
			}
			1469 = {
				add_core = RUS
			}
			set_country_flag = peking_convention			
			CHI = {
				country_event = 80000
			}
			prestige = 2
		}
	}

	russian_vladivostok = {
		potential = {
		tag = RUS
		owns = 1085
		owns = 1084
		owns = 2617
		owns = 1083
        owns = 1082
		NOT = {
				has_global_flag = russian_vladivostok
			}
		}
		
		allow = {
			prestige = 10
		}
		
		effect = {
			1085 = {
				change_province_name = "Blagoveshchensk"
			}
			1084 = {
				change_province_name = "Nikolayevsk-na-amure"
			}
			1083 = {
				change_province_name = "Khabarovsk"
			}
			2617 = {
				change_province_name = "Pashkovo"
			}
			1082 = {
				change_province_name = "Vladivostok"
				state_scope = {
					change_region_name = "Primorye"
				}
			}
			prestige = 5
			set_global_flag = russian_vladivostok
		}
	}
}