country_decisions = {

	eastern_westernisation = {
		potential = {
			technology_group = eastern
			any_neighbor_country = {
				technology_group = western
			}
		}
		allow = {
			NOT = { centralization_decentralization = -1 }
			NOT = { innovative_narrowminded = -2 }
			stability = 3
			ADM = 6
		}
	  effect = {
			technology_group = western
			random_owned = {
				base_tax = 1
			}
			innovative_narrowminded = -1
			stability = -5
			add_country_modifier = {
				name = "western_influences"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	muslim_westernisation = {
		potential = {
			technology_group = muslim
			any_neighbor_country = {
				technology_group = western
				technology_group = eastern
			}
		}
		allow = {
			NOT = { centralization_decentralization = -1 }
			NOT = { innovative_narrowminded = -2 }
			stability = 3
			ADM = 6
		}
	  effect = {
			technology_group = eastern
			random_owned = {
				base_tax = 1
				change_manpower = 1
			}
			innovative_narrowminded = -1
			stability = -5
			add_country_modifier = {
				name = "western_influences"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	rotw_westernisation = {
		potential = {
			OR = {
				technology_group = sub_saharan
				technology_group = new_world
				technology_group = indian
				technology_group = chinese
			}
			any_neighbor_country = {
				OR = {
					technology_group = western
					technology_group = eastern
					technology_group = muslim
				}
			}
		}
		allow = {
			NOT = { centralization_decentralization = -1 }
			NOT = { innovative_narrowminded = -2 }
			stability = 3
			ADM = 6
		}
	  effect = {
			technology_group = muslim
			random_owned = {
				base_tax = 1
				change_manpower = 1
			}
			innovative_narrowminded = -1
			stability = -5
			add_country_modifier = {
				name = "western_influences"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	military_modernization_muslim = {
		potential = {
			technology_group = muslim
			NOT = {
				OR = {
					unit_type = muslim
					unit_type = western
					unit_type = eastern
				}
			}
		}
		allow = {
			stability = 3
			centralization_decentralization = -2
			ADM = 7
			NOT = { has_country_modifier = resist_western_influences }
		}
		effect = {
			unit_type = muslim
			stability = -6
			centralization_decentralization = 2
			add_country_modifier = {
				name = "action_and_reaction"
				duration = 730
			}
			remove_country_modifier = "western_influences"
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	military_modernization_eastern = {
		potential = {
			technology_group = eastern
			NOT = {
				OR = {
					unit_type = eastern
					unit_type = western
				}
			}
		}
		allow = {
			stability = 3
			centralization_decentralization = -3
			ADM = 7
			NOT = { has_country_modifier = resist_western_influences }
		}
		effect = {
			unit_type = eastern			
			stability = -6
			centralization_decentralization = 2
			add_country_modifier = {
				name = "action_and_reaction"
				duration = 1095
			}
			remove_country_modifier = "western_influences"
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	military_modernization_western = {
		potential = {
			technology_group = western
			NOT = {
				unit_type = western
			}
		}
		allow = {
			stability = 3
			centralization_decentralization = -4
			ADM = 7
			NOT = { has_country_modifier = resist_western_influences }
		}
		effect = {
			unit_type = western
			stability = -6
			centralization_decentralization = 2
			add_country_modifier = {
				name = "action_and_reaction"
				duration = 1460
			}
			remove_country_modifier = "western_influences"
		}
		ai_will_do = {
			factor = 1
		}
	}
		
}
