ideas = {

	country = {
	
		tp_fascist_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = fascism
			}

			removal_cost = -1

			picture = generic_fascism_drift_bonus

			
			modifier = {
				fascism_drift = 100
			}
		}
	
		tp_fascism_banned = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				NOT = { has_government = fascism }
			}

			removal_cost = -1

			picture = generic_fascism_banned

			
			modifier = {
				fascism_drift = -100
			}
		}

		tp_communist_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = communism
			}

			removal_cost = -1

			picture = generic_communism_drift_bonus

			
			modifier = {
				communism_drift = 100
			}
		}
	
		tp_communism_banned = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				NOT = { has_government = communism }
			}

			removal_cost = -1

			picture = anti_soviet_pact

			
			modifier = {
				communism_drift = -100
			}
		}

		tp_democratic_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = democratic
			}

			removal_cost = -1

			picture = generic_democratic_drift_bonus

			
			modifier = {
				democratic_drift = 100
			}
		}
	
		tp_democratic_banned = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				NOT = { has_government = democratic }
			}

			removal_cost = -1

			picture = tpt_democratic_banned

			
			modifier = {
				democratic_drift = -100
			}
		}

		tp_neutral_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = neutrality
			}

			removal_cost = -1

			picture = generic_neutrality_drift_bonus

			
			modifier = {
				neutrality_drift = 100
			}
		}
	
		tp_neutrality_banned = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				NOT = { has_government = neutrality }
			}

			removal_cost = -1

			picture = tpt_neutrality_banned

			
			modifier = {
				neutrality_drift = -100
			}
		}
	}
}