ideas = {

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

			allowed_civil_war = {
				has_government = fascism
			}

			removal_cost = -1

			picture = tpt_idea_fascism

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

			allowed_civil_war = {
				NOT = { has_government = fascism }
			}

			removal_cost = -1

			picture = GFX_tpt_idea_fascism_banned

			
			modifier = {
				fascism_drift = -100
			}
		}

		tp_communist_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = communism
			}

			removal_cost = -1

			picture = GFX_tpt_idea_communism

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

			allowed_civil_war = {
				NOT = { has_government = communism }
			}

			removal_cost = -1

			picture = GFX_tpt_idea_communism_banned

			
			modifier = {
				communism_drift = -100
			}
		}

		tp_democratic_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = democratic
			}

			removal_cost = -1

			picture = GFX_tpt_idea_democratic

			
			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 = GFX_tpt_idea_neutrality

			
			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
			}
		}

		tp_nationalist_nation = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = nationalist
			}

			removal_cost = -1

			picture = GFX_tpt_idea_nationalism

			
			modifier = {
				nationalist_drift = 100
			}
		}
	
		tp_nationalist_banned = {
			
			allowed = {
				always = no
			}

			allowed_civil_war = {
				NOT = { has_government = nationalist }
			}

			removal_cost = -1

			picture = GFX_tpt_idea_nationalism_banned

			
			modifier = {
				nationalist_drift = -100
			}
		}
	}
}