ideas = {
	nationalization = { 
		law = yes
		private_control = {
			
			available = {
				NOT = {
						has_government = fascism
						has_government = communism
						has_country_flag = taxes_extreme
						has_country_flag = press_state
				}
			}
			
			cost = 150
			removal_cost = -1
			
			modifier = {
				production_speed_buildings_factor = -0.05

				political_power_factor = -0.2
				research_speed_factor = 0.1
				
				industrial_capacity_factory = -0.1
				industrial_capacity_dockyard = -0.1
				
				production_factory_max_efficiency_factor = 0.05
				production_factory_efficiency_gain_factor = 0.05
				line_change_production_efficiency_factor = 0.05
				
				stability_factor = -0.1
				war_support_factor = -0.1

			}
			
			on_add = {
				set_country_flag = private_control
				clr_country_flag = key_industries
				clr_country_flag = major_industries
				clr_country_flag = planned_economy
			}
			
			cancel_if_invalid = no
			
			ai_will_do = {
				factor = 10
				modifier = {
					factor = 10
					tag = USA
				}
				modifier = {
					factor = 5
					has_government = democratic
				}			
			}
		}
		key_industries = {

			available = {
				NOT = {
					has_government = communism
				}
			}
			cost = 150
			removal_cost = -1
			
			modifier = {
				production_speed_buildings_factor = 0.05

				political_power_factor = -0.1
				research_speed_factor = 0.05
				
				industrial_capacity_factory = -0.05
				industrial_capacity_dockyard = -0.05
				
				production_factory_max_efficiency_factor = -0.025
				production_factory_efficiency_gain_factor = -0.025
				line_change_production_efficiency_factor = -0.025
				
				stability_factor = -0.05
				war_support_factor = -0.05

				local_resources_factor = 0.05

			}
			
			on_add = {
				set_country_flag = key_industries
				clr_country_flag = private_control
				clr_country_flag = major_industries
				clr_country_flag = planned_economy
			}
			
			default = yes
			
			cancel_if_invalid = no
			
			ai_will_do = {
				factor = 10
				modifier = {
					factor = 10
					OR = {
					##democratic_govt = yes
					has_government = democratic
					}
					has_war = yes
				}
				modifier = {
					factor = 5
					has_government = democratic
				}
			}
		}
		major_industries = {
			
			available = {
				OR = {
					AND = {
						OR = {
					has_government = democratic
					}
						has_war = yes
						any_enemy_country = {
							ic_ratio = { 
								tag = ROOT 
								ratio > 0.8
							}
						}
					}
					has_government = fascism
					has_government = communism
					has_government = neutrality
				}
			}
		
			cost = 150
			removal_cost = -1
			
			modifier = {			
				production_speed_buildings_factor = 0.075

				political_power_factor = 0.1
				research_speed_factor = -0.05
				
				industrial_capacity_factory = 0.05
				industrial_capacity_dockyard = 0.05
				
				production_factory_max_efficiency_factor = -0.05
				production_factory_efficiency_gain_factor = -0.05
				line_change_production_efficiency_factor = -0.05
				
				stability_factor = -0.025
				war_support_factor = -0.025

				local_resources_factor = 0.075

			}
			
			on_add = {
				set_country_flag = major_industries
				clr_country_flag = key_industries
				clr_country_flag = private_control
				clr_country_flag = planned_economy
			}
			
			cancel_if_invalid = no

			ai_will_do = {
   				factor = 10
				modifier = {
					factor = 100
					has_government = fascism
				}
				modifier = {
					factor = 00
					OR = {
					##democratic_govt = yes
					has_government = democratic
					}
					has_war = yes
					is_in_faction = yes
					is_major = no
				}
   				
			}
		}
		planned_economy = {
			
			available = {
				OR = { 
					has_government = fascism
					has_government = communism
					has_government = neutrality
				}
				NOT = { has_country_flag = taxes_none has_country_flag = press_free }
			}
			
			cost = 150
			removal_cost = -1
			
			modifier = {
				production_speed_buildings_factor = 0.1

				political_power_factor = 0.15
				research_speed_factor = -0.2
				
				industrial_capacity_factory = 0.15
				industrial_capacity_dockyard = 0.15
				
				production_factory_max_efficiency_factor = -0.15
				production_factory_efficiency_gain_factor = -0.15
				line_change_production_efficiency_factor = -0.15

                                stability_factor = 0.05
				war_support_factor = -0.05

				local_resources_factor = 0.1

			}
			
			on_add = {
				set_country_flag = planned_economy
				clr_country_flag = key_industries
				clr_country_flag = major_industries
				clr_country_flag = private_control
			}
			
			cancel_if_invalid = no

			ai_will_do = {
   				factor = 5
				modifier = {
					factor = 1000
					has_government = communism
				}
   			}
		}
	}
}
### EOF ###