political_decisions = {
	enact_liquor_prohibition = {
		potential = {
			social_science = 1
			has_country_modifier = temperance_league
			NOT = {
				has_country_modifier = liquor_prohibition
			}
		}
		allow = {
			OR = {
				OR = {
					moralism = 0.2
					liberal = 50
				}
				OR = {
					government = proletarian_dictatorship
					government = fascist_dictatorship
					government = bourgeois_dictatorship
					government = presidential_dictatorship
				}
			}
		}
		effect = {
			add_country_modifier = {
				name = liquor_prohibition
				duration = -1
			}
		}
	}
	abolish_prohibition = {
		potential = {
			has_country_modifier = liquor_prohibition
		}
		allow = {
			OR = {
				OR = {
					government = proletarian_dictatorship
					government = fascist_dictatorship
					government = bourgeois_dictatorship
					government = presidential_dictatorship
				}
				OR = {
					NOT = {
						liberal = 0.5
						moralism = 0.2
					}
				}
			}
		}
		effect = {
			remove_country_modifier = liquor_prohibition
		}
	}
	institute_central_bank = {
		potential = {
			NOT = {
				has_country_modifier = central_bank_established
			}
			central_bank_money_bill_printing = 1
		}
		
		allow = {
			prestige = 1
			modern_central_bank_system = 1
		}
		
		effect = {
			add_country_modifier = {
				name = central_bank_established
				duration = -1
			}
		}
	}
	
	enact_female_suffrage = {
		potential = {
			year = 1870
			civilized = yes
			NOT = { has_country_modifier = female_suffrage }
			OR = {
				government = prussian_constitutionalism
				government = hms_government
				government = democracy
			}
			OR = {
				vote_franschise = wealth_voting
				vote_franschise = universal_weighted_voting
				vote_franschise = universal_voting
			}	
		}
		
		allow = {
			social_science = 1
			revolution_n_counterrevolution = 1
			OR = {
				upper_house = {
					ideology = socialist
					value = 0.3
				}
				upper_house = {
					ideology = liberal
					value = 0.3
				}
			}
			OR = {
				political_reform_want = 0.15
				vote_franschise = universal_voting
			}
			average_consciousness = 4
		}
		
		effect = {
			war_exhaustion = -2
			add_country_modifier = {
				name = female_suffrage
				duration = -1
			}
		}
	}
	westernize_nation = {
		potential = {
			civilized = no
			NOT = {
				tag = JAP
			}
		}
		allow = {
			war = no
			enlightenment_thought = 1
			publishing_industry = 1
			freedom_of_trade = 1
			private_banks = 1
			post_napoleonic_thought = 1
			military_score = 50
			prestige = 40
		}
		effect = {
			civilized = yes
			prestige = 5
			remove_country_modifier = educational_reform
			remove_country_modifier = military_reform
			remove_country_modifier = western_influences
			remove_country_modifier = uncivilized_isolationism
			remove_country_modifier = trade_restrictions
			remove_country_modifier = sayings_of_the_dutch
			remove_country_modifier = extraterritoriality_granted
			any_owned = {
				remove_province_modifier = western_presence
				remove_province_modifier = foreign_smugglers
				remove_province_modifier = foreign_trading_post
				remove_province_modifier = local_opium_habit
				remove_province_modifier = european_military_mission
				remove_province_modifier = legation_quarter
				remove_province_modifier = kettler_denkmal
			}
		}
	}
	the_meiji_restoration = {
		potential = {
			civilized = no
			TAG = JAP
		}
		allow = {
			war = no
			freedom_of_trade = 1
			enlightenment_thought = 1
			post_napoleonic_thought = 1
			military_score = 80
			prestige = 30
		}
		effect = {
			civilized = yes
			remove_country_modifier = western_influences
			remove_country_modifier = uncivilized_isolationism
			years_of_research = 0.5
			prestige = 10
			remove_country_modifier = educational_reform
			remove_country_modifier = military_reform
			remove_country_modifier = western_influences
			remove_country_modifier = uncivilized_isolationism
			remove_country_modifier = trade_restrictions
			remove_country_modifier = sayings_of_the_dutch
			remove_country_modifier = extraterritoriality_granted
			any_owned = {
				remove_province_modifier = western_presence
				remove_province_modifier = foreign_smugglers
				remove_province_modifier = foreign_trading_post
				remove_province_modifier = local_opium_habit
				remove_province_modifier = european_military_mission
				remove_province_modifier = legation_quarter
				remove_province_modifier = kettler_denkmal
			}
		}
	}
}