ideas = {

	economic_system = { 
		law = yes
		use_list_view = yes

		PB_Govidea_Free_Market_Capitalism = {
						

			available = {
				NOT = { has_government = communism }
			}
			
            picture = PB_Free_Market_Capitalism
                  	level = 6
			modifier = {
				consumer_goods_factor = -0.10
				production_factory_max_efficiency_factor = 0.10
				production_speed_buildings_factor = -0.10
				stability_factor = -0.075
				political_power_factor = -0.1
				local_resources_factor = -0.1
				research_speed_factor = 0.075
				industrial_capacity_factory = -0.075
				min_export = 0.15
			}
			
			ai_will_do = {
   				factor = 1
				modifier = {
					num_of_factories > 75
					factor = 40
				}
			}

			cancel_if_invalid = yes
		}

		PB_Govidea_Mixed_Market_Capitalism = {
						

			available = {
				OR = {
					has_government = democratic
					has_government = neutrality
					has_government = fascism
				}
			}
			
            picture = PB_Mixed_Market_Capitalism
                  	level = 5
			modifier = {
				production_factory_max_efficiency_factor = -0.075
				political_power_factor = -0.075
				local_resources_factor = 0.05
				consumer_goods_factor = -0.07
				research_speed_factor = 0.05
				industrial_capacity_factory = -0.05
				production_speed_buildings_factor = 0.075
				min_export = 0.1
			}

			ai_will_do = {
   				factor = 1
				modifier = {
				    has_government = democratic
					num_of_factories > 50
					factor = 40
				}
			}

			cancel_if_invalid = yes
		}

		PB_Govidea_Welfare_Capitalism = {
						

			available = {
				OR = {
					has_government = democratic
					has_government = neutrality
				}
			}
			
            picture = PB_Welfare_Capitalism
                  	level = 4
			modifier = {
				consumer_goods_factor = -0.05
				production_factory_max_efficiency_factor = -0.05
				min_export = 0.05
				production_speed_buildings_factor = 0.05
				political_power_factor = -0.05
			}

			ai_will_do = {
   				factor = 1
				modifier = {
					num_of_factories < 30
					factor = 40
				}
			}	
			
			cancel_if_invalid = yes
		}

		PB_Govidea_State_Capitalism = {
						
			available = {
				NOT = { has_government = communism }
				NOT = { has_government = democratic }
			}
			
            picture = PB_State_Capitalism
                  	level = 3
			modifier = {
				
				production_factory_efficiency_gain_factor = -0.025
				production_speed_buildings_factor = 0.075
				political_power_factor = 0.05
				local_resources_factor = 0.05
				consumer_goods_factor = 0.05
				research_speed_factor = -0.05
				industrial_capacity_factory = 0.05
				min_export = -0.1
			}
			
			ai_will_do = {
   				factor = 1
				modifier = {
				    has_government = democratic
					num_of_factories < 50
					factor = 40
				}
			}	
			
			cancel_if_invalid = yes
		}

		PB_Govidea_Planned_Economy = {
						

			available = {
				OR = {
					has_government = fascism
					has_government = communism
				}
			}
			
            picture = PB_Planned_Economy
                  	level = 2
			modifier = {

				production_factory_efficiency_gain_factor = 0.15
				production_speed_buildings_factor = -0.10
				conversion_cost_civ_to_mil_factor = 0.05
				stability_factor = 0.075
				political_power_factor = 0.1
				local_resources_factor = 0.1
				consumer_goods_factor = 0.10
				research_speed_factor = -0.075
				industrial_capacity_factory = 0.075
				min_export = -0.15
			}
			
			ai_will_do = {
   				factor = 1
				modifier = {
				    has_government = fascism
					factor = 40
				}
			}
			
			cancel_if_invalid = yes
		}

		PB_Govidea_Communal_Economy = {
						
			

			available = {
				has_government = communism
			}
			
            picture = PB_Communal_Economy
                  	level = 1
			modifier = {
				production_speed_buildings_factor = -0.15
				conversion_cost_civ_to_mil_factor = 0.1
				stability_factor = 0.10
				political_power_factor = 0.15
				local_resources_factor = 0.15
				research_speed_factor = -0.10
				industrial_capacity_factory = -0.15
				min_export = -0.15
				local_resources_factor = 0.15
				consumer_goods_factor = 0.15
			}

			ai_will_do = {
   				factor = 1
				modifier = {
				    has_government = communism
					factor = 40
				}
			}	
			
			cancel_if_invalid = yes
		}

	}
}
	