ideas = {
	country = {
		
		
		TUR_into_fascism = {
			removal_cost = -1
			
			picture = generic_fascism_drift_bonus
			
			allowed = {
				always = no
			}
			
			allowed_civil_war = {
				NOT = {
					OR = {
						has_government = communism
						AND = {
							NOT = { has_government = fascism }
							any_country = {
								original_tag = TUR
								has_government = fascism
							}
						}
					}
				}
			}
			
			modifier = {
				fascism_drift = 0.2
			}
		}
		
		TUR_into_democracy = {
			removal_cost = -1
			
			picture = generic_fascism_drift_bonus
			
			allowed = {
				always = no
			}
			
			allowed_civil_war = {
				NOT = {
					OR = {
						has_government = communism
						AND = {
							NOT = { has_government = democracy }
							any_country = {
								original_tag = TUR
								has_government = democracy
							}
						}
					}
				}
			}
			
			modifier = {
				democracy_drift = 0.2
			}
		}
		
	}
}