
ideas = {
	country = {
		cic_idea_civ_construction = {
			picture = SOV_third_five_year_plan_civilian
			modifier = {
				production_speed_industrial_complex_factor = 0.05
			}
		}
		cic_idea_mil_construction = {
			picture = SOV_third_five_year_plan_military
			modifier = {
				production_speed_arms_factory_factor = 0.05
			}
		}
		cic_idea_civ_construction2 = {
			picture = SOV_third_five_year_plan_civilian
			modifier = {
				production_speed_industrial_complex_factor = 0.1
			}
		}
		cic_idea_mil_construction2 = {
			picture = SOV_third_five_year_plan_military
			modifier = {
				production_speed_arms_factory_factor = 0.1
			}
		}
		cic_idea_civ_mil_construction = {
			picture = SOV_third_five_year_plan
			modifier = {
				production_speed_industrial_complex_factor = 0.1
				production_speed_arms_factory_factor = 0.05
			}
		}
	}
}