ideas = {
	country = {
		police_action_on_leaflets = {
			picture = generic_secret_police
			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}
			
			on_add = {
				set_variable = { THIS.leaflet_scale_modifier = 0.8 }
				THIS_update_leaflet_modifier = yes
			}
			
			on_remove = {
				set_variable = { THIS.leaflet_scale_modifier = 1 }
				THIS_update_leaflet_modifier = yes
			}
			
			removal_cost = -1
			
			modifier = {
				custom_modifier_tooltip = police_action_on_leaflets_tt
			}
		}
		raid_on_leaflet_bombers = {
			picture = generic_air_bonus
			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}
			
			on_add = {
				set_variable = { THIS.leaflet_scale_modifier = 0.5 }
				THIS_update_leaflet_modifier = yes
			}
			
			on_remove = {
				set_variable = { THIS.leaflet_scale_modifier = 1 }
				THIS_update_leaflet_modifier = yes
			}
			
			removal_cost = -1
			
			modifier = {
				custom_modifier_tooltip = raid_on_leaflet_bombers_tt
				enemy_army_bonus_air_superiority_factor = 0.05
				industry_air_damage_factor = 0.1
			}
		}
		prca_ENG_together = {
			picture = MEX_politicised_army_2
			allowed = {
				always = no
			}

			allowed_civil_war = {
				is_subject_of = ENG
			}
			
			available = { 
				is_subject_of = ENG				
			}
				
			removal_cost = -1
			
			modifier = {
				army_org_factor = 0.10
				army_morale_factor = 0.10
				stability_factor = 0.05
				war_support_factor = 0.05
				surrender_limit = 0.05
			}
		}
	}
	hidden_ideas = {
		prca_newspaper_lvl2_idea = {
		
			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}
			
			removal_cost = -1
			
			modifier = {
				drift_defence_factor = 0.05
			}
		}
		
		prca_radio_lvl2_idea = {
		
			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}
			
			removal_cost = -1
			
			modifier = {
				production_speed_radar_station_factor = 0.10
			}
		}
		
		prca_movie_lvl1_idea = {
		
			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}
			
			removal_cost = -1
			
			modifier = {
				conscription_factor = -0.05
			}
		}
	}
}