ideas = {
	country = {
		OLE_raising_dissent = {
			
			
			allowed = {
				original_tag = "OLE"
				has_country_flag = OLE_do_nothing
			}
			allowed_civil_war = {
				NOT = {
					has_government = democratic
					has_government = communism
					has_government = fascism
				}
			}
			
			removal_cost = -1
			
			modifier = {
				political_power_cost = 0.10				
			}
		}
	}
country = {
	OLE_currupt_government = {
			
			
			allowed = {
				always = yes
			}

            removal_cost = -1
	
			modifier = {
				consumer_goods_factor = 0.15
				unity_factor = -0.3
               			production_factory_max_efficiency_factor = -0.20
                			industrial_capacity_factory = -0.15
                			production_speed_buildings_factor = -0.25
			}
		}
	}

country = {
	OLE_fighting_corruption = {
			
			
			allowed = {
				always = no
			}

            removal_cost = -1
	
			modifier = {
				consumer_goods_factor = 0.10
				unity_factor = -0.1
               			production_factory_max_efficiency_factor = -0.10
                			industrial_capacity_factory = -0.5
                			production_speed_buildings_factor = -0.15
			}
		}
	}
country = {
OLE_tank_production = {
			allowed = {	always = no	}
			allowed_civil_war = { always = yes }
			equipment_bonus = {
				armor = {
					build_cost_ic = -0.10
				}
				mechanized_equipment = {
					build_cost_ic = -0.10
				}
				motorized_equipment = {
					build_cost_ic = -0.10
				}
			}
			picture = generic_production_bonus
			removal_cost = -1
		}
    }
country = {
			OLE_perkele = {
			modifier = {
				decryption = 1
				encryption = 1
			}
			picture = generic_spy_coup
		}
    }
country = {
    OLE_hellfire = {
				picture = generic_intel_bonus
				modifier = {
				army_attack_factor = 0.05
				army_artillery_attack_factor = 0.15
				army_artillery_defence_factor = 0.15
			}	
	    }	
	}	
}