technologies = {

	basic_machine_tools = {

		production_factory_max_efficiency_factor = 0.1
		equipment_conversion_speed = 0.2

		path = {
			leads_to_tech = improved_machine_tools
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = concentrated_industry
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = dispersed_industry
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1920
		folder = {
			name = industry_folder
			position = { x = 0 y = 0 }
		}

		ai_will_do = {
			factor = 50
		}

		categories = {
			industry
			cat_production
		}
	}

	#Machine tools branch
	improved_machine_tools = {

		production_factory_max_efficiency_factor = 0.1
		equipment_conversion_speed = 0.2
		path = {
			leads_to_tech = advanced_machine_tools
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = improved_equipment_conversion
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1921

		folder = {
			name = industry_folder
			position = { x = 0 y = 4 }
		}

		ai_will_do = {
			factor = 40

			modifier = {
				factor = 10
				date > "1921.1.1"
			}
		}

		categories = {
			industry
			cat_production
		}
	}

	advanced_machine_tools = {

		production_factory_max_efficiency_factor = 0.1
		equipment_conversion_speed = 0.2

		path = {
			leads_to_tech = assembly_line_production
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = wartime_materials_allocation
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1923

		folder = {
			name = industry_folder
			position = { x = 0 y = 6 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1923.1.1"
			}
		}

		categories = {
			industry
			cat_production
		}
	}

	assembly_line_production = {

		production_factory_max_efficiency_factor = 0.1
		equipment_conversion_speed = 0.2

		path = {
			leads_to_tech = flexible_line
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = streamlined_line
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = wartime_materials_substitution
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1925

		folder = {
			name = industry_folder
			position = { x = 0 y = 8 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1925.1.1"
			}
		}

		categories = {
			industry
			cat_production
		}
	}

	flexible_line = {

		production_factory_max_efficiency_factor = 0.1
		line_change_production_efficiency_factor = 0.2

		path = {
			leads_to_tech = assembly_line_6
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = wartime_design_to_manufacture
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1927

		XOR = {
			streamlined_line
		}

		folder = {
			name = industry_folder
			position = { x = -1 y = 10 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}

		categories = {
			industry
			cat_production
		}
	}

	streamlined_line = {

		production_factory_max_efficiency_factor = 0.1
		production_factory_efficiency_gain_factor = 0.1

		path = {
			leads_to_tech = assembly_line_6
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = wartime_design_to_manufacture
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1927

		XOR = {
			flexible_line
		}

		folder = {
			name = industry_folder
			position = { x = 1 y = 10 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1927.1.1"
			}

		}

		categories = {
			industry
			cat_production
		}
	}

	#Conversion branch - Enabled in DoD
	improved_equipment_conversion = {

	energy_gain_factor = 0.15


		path = {
			leads_to_tech = advanced_equipment_conversion
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1921

		folder = {
			name = industry_folder
			position = { x = 2 y = 4 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
			factor = 10

			has_resources_in_country = {
				resource = coal
				amount > 0
				only_imported = yes
			}
		}

		modifier = {
			factor = 5
			energy_ratio < 0.9
		}
	}

	categories = {
		industry
		cat_production
		construction_tech
		excavation_tech
		}
	}

	advanced_equipment_conversion = {
	energy_gain_factor = 0.15
	#equipment_conversion_speed = 0.40

		research_cost = 2
		start_year = 1923

		folder = {
			name = industry_folder
			position = { x = 2 y = 6 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
			factor = 5

			has_resources_in_country = {
				resource = coal
				amount > 0
				only_imported = yes
			}
		}

		modifier = {
			factor = 5
			energy_ratio < 0.9
	}
}

categories = {
	industry
	cat_production
	construction_tech
	excavation_tech
		}
	}

	###############
	concentrated_industry = {

		industrial_capacity_factory = 0.15
		industrial_capacity_dockyard = 0.1
		global_building_slots_factor = 0.20

		path = {
			leads_to_tech = concentrated_industry2
			research_cost_coeff = 1
		}

		research_cost = 2

		XOR = {
			dispersed_industry
		}

		folder = {
			name = industry_folder
			position = { x = 4 y = 2 }
		}

		ai_will_do = {
			factor = 25

			modifier = {
				factor = 2
				NOT = { tag = EMP }
			}

			modifier = {
				factor = 2
				tag = USA
			}

			modifier = {
				factor = 2
				tag = ALK
			}

			modifier = {
				factor = 2
				tag = JAP
			}

			modifier = {
				factor = 0
				has_tech = dispersed_industry
			}

			modifier = {
				factor = 0
				is_researching_technology = dispersed_industry
			}

			modifier = {
				factor = 5
				date > "1921.1.1"
			}
		}

		categories = {
			industry
			concentrated_industry_category
		}

		ai_research_weights = {
			offensive = -1.0
		}
	}

	concentrated_industry2 = {

		industrial_capacity_factory = 0.15
		industrial_capacity_dockyard = 0.1
		global_building_slots_factor = 0.20

		path = {
			leads_to_tech = concentrated_industry3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1921

		folder = {
			name = industry_folder
			position = { x = 4 y = 4 }
		}

		ai_will_do = {
			factor = 20

			modifier = {
				factor = 10
				date > "1921.1.1"
			}

		}

		categories = {
			industry
			concentrated_industry_category
		}

		ai_research_weights = {
			offensive = -1.0
		}
	}

	concentrated_industry3 = {

		industrial_capacity_factory = 0.15
		industrial_capacity_dockyard = 0.1
		global_building_slots_factor = 0.20

		path = {
			leads_to_tech = concentrated_industry4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1923

		folder = {
			name = industry_folder
			position = { x = 4 y = 6 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1923.1.1"
			}
		}

		categories = {
			industry
			concentrated_industry_category
		}

		ai_research_weights = {
			offensive = -1.0
		}
	}

	concentrated_industry4 = {

		industrial_capacity_factory = 0.15
		industrial_capacity_dockyard = 0.1
		global_building_slots_factor = 0.20

		path = {
			leads_to_tech = concentrated_industry5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1925

		folder = {
			name = industry_folder
			position = { x = 4 y = 8 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1925.1.1"
			}
		}

		categories = {
			industry
			concentrated_industry_category
		}

		ai_research_weights = {
			offensive = -1.0
		}
	}

	concentrated_industry5 = {

		industrial_capacity_factory = 0.15
		industrial_capacity_dockyard = 0.1
		global_building_slots_factor = 0.20

		research_cost = 2
		start_year = 1927

		path = {
			leads_to_tech = industry6
			research_cost_coeff = 1
		}


		folder = {
			name = industry_folder
			position = { x = 4 y = 10 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 5
				date > "1926.1.9"
			}

			modifier = {
				factor = 20
				date > "1927.1.1"
			}
		}

		categories = {
			industry
			concentrated_industry_category
		}

		ai_research_weights = {
			offensive = -1.0
		}
	}

	dispersed_industry = {

		industrial_capacity_factory = 0.1
		industrial_capacity_dockyard = 0.1
		line_change_production_efficiency_factor = 0.1
		production_factory_start_efficiency_factor = 0.05

		industry_air_damage_factor = -0.15
		global_building_slots_factor = 0.2

		path = {
			leads_to_tech = dispersed_industry2
			research_cost_coeff = 1
		}

		research_cost = 2

		XOR = {
			concentrated_industry
		}

		folder = {
			name = industry_folder
			position = { x = 6 y = 2 }
		}

		ai_will_do = {
			factor = 25

			modifier = {
				factor = 2
				tag = EMP
			}

			modifier = {
				factor = 0.25
				tag = USA
			}

			modifier = {
				factor = 0.25
				tag = ALK
			}

			modifier = {
				factor = 0.25
				tag = JAP
			}

			modifier = {
				factor = 0
				has_tech = concentrated_industry
			}

			modifier = {
				factor = 0
				is_researching_technology = concentrated_industry
			}

			modifier = {
				factor = 5
				date > "1921.1.1"
			}
		}

		categories = {
			industry
			dispersed_industry_category
		}

		ai_research_weights = {
			defensive = -1.0
		}
	}

	dispersed_industry2 = {

		industrial_capacity_factory = 0.1
		industrial_capacity_dockyard = 0.1
		line_change_production_efficiency_factor = 0.1
		production_factory_start_efficiency_factor = 0.05
		industry_air_damage_factor = -0.10
		global_building_slots_factor = 0.2

		path = {
			leads_to_tech = dispersed_industry3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1921

		folder = {
			name = industry_folder
			position = { x = 6 y = 4 }
		}

		ai_will_do = {
			factor = 20

			modifier = {
				factor = 10
				date > "1921.1.1"
			}
		}

		categories = {
			industry
			dispersed_industry_category
		}

		ai_research_weights = {
			defensive = -1.0
		}
	}

	dispersed_industry3 = {

		industrial_capacity_factory = 0.1
		industrial_capacity_dockyard = 0.1
		line_change_production_efficiency_factor = 0.1
		production_factory_start_efficiency_factor = 0.05
		industry_air_damage_factor = -0.10
		global_building_slots_factor = 0.2

		path = {
			leads_to_tech = dispersed_industry4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1923

		folder = {
			name = industry_folder
			position = { x = 6 y = 6 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1923.1.1"
			}
		}

		categories = {
			industry
			dispersed_industry_category
		}

		ai_research_weights = {
			defensive = -1.0
		}
	}

	dispersed_industry4 = {

		industrial_capacity_factory = 0.1
		industrial_capacity_dockyard = 0.1
		line_change_production_efficiency_factor = 0.1
		production_factory_start_efficiency_factor = 0.05
		industry_air_damage_factor = -0.10
		global_building_slots_factor = 0.2

		path = {
			leads_to_tech = dispersed_industry5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1925

		folder = {
			name = industry_folder
			position = { x = 6 y = 8 }
		}

		ai_will_do = {
			factor = 15

			modifier = {
				factor = 10
				date > "1925.1.1"
			}
		}

		categories = {
			industry
			dispersed_industry_category
		}

		ai_research_weights = {
			defensive = -1.0
		}
	}

	dispersed_industry5 = {

		industrial_capacity_factory = 0.1
		industrial_capacity_dockyard = 0.1
		line_change_production_efficiency_factor = 0.1
		production_factory_start_efficiency_factor = 0.05
		industry_air_damage_factor = -0.10
		global_building_slots_factor = 0.2

		path = {
			leads_to_tech = industry6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1927

		folder = {
			name = industry_folder
			position = { x = 6 y = 10 }
		}

		ai_will_do = {
			factor = 15


			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}

		categories = {
			industry
			dispersed_industry_category
		}

		ai_research_weights = {
			defensive = -1.0
		}
	}

	fuel_silos = {

		enable_building = {
			building = fuel_silo
			level = 3
		}

		path = {
			leads_to_tech = synth_oil_experiments
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = fuel_refining
			research_cost_coeff = 1
		}

		research_cost = 1
		start_year = 1920
		folder = {
			name = industry_folder
			position = { x = 1 y = 0 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				oil > 10
			}
			modifier = {
				factor = 3
				oil > 20
			}
			modifier = {
				factor = 4
				oil > 30
			}

			modifier = {
				factor = 2
				num_of_military_factories > 10
			}
			modifier = {
				factor = 3
				num_of_military_factories > 20
			}
			modifier = {
				factor = 4
				num_of_military_factories > 30
			}
			modifier = {
				factor = 4
				num_of_military_factories > 40
			}
			modifier = {
				factor = 4
				num_of_military_factories > 50
			}

			modifier = {
				factor = 2
				num_of_naval_factories > 10
			}
			modifier = {
				factor = 3
				num_of_naval_factories > 20
			}
			modifier = {
				factor = 4
				num_of_naval_factories > 30
			}
			modifier = {
				factor = 4
				num_of_naval_factories > 40
			}
			modifier = {
				factor = 4
				num_of_naval_factories > 50
			}

			modifier = {
				factor = 0.2
				date < "1937.1.1"
			}
			modifier = {
				factor = 0.4
				date < "1938.1.1"
			}
		}
	}

	fuel_refining = {

		fuel_gain_factor = 0.2
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining2
			research_cost_coeff = 1
		}

		enable_equipment_modules = {
			low_octane_fuel
		}

		research_cost = 3
		start_year = 1920
		folder = {
			name = industry_folder
			position = { x = 3 y = 2 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 10
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 20
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 30
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 10
			}
			modifier = {
				factor = 1.5
				num_of_naval_factories > 20
			}
			modifier = {
				factor = 1.5
				num_of_naval_factories > 30
			}
		}

	}

	fuel_refining2 = {

		fuel_gain_factor = 0.2
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining3
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1921
		folder = {
			name = industry_folder
			position = { x = 3 y = 4 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 20
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 30
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 20
			}
			modifier = {
				factor = 1.5
				num_of_naval_factories > 30
			}
		}

	}

	fuel_refining3 = {

		fuel_gain_factor = 0.2
		fuel_gain_factor_from_states = 0.1

		enable_equipment_modules = {
			high_octane_fuel
		}

		path = {
			leads_to_tech = fuel_refining4
			research_cost_coeff = 1
		}
		research_cost = 3
		start_year = 1923
		folder = {
			name = industry_folder
			position = { x = 3 y = 6 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 30
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 30
			}
		}
	}

	fuel_refining4 = {

		fuel_gain_factor = 0.20
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining5
			research_cost_coeff = 1
		}
		research_cost = 3
		start_year = 1925
		folder = {
			name = industry_folder
			position = { x = 3 y = 8 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 30
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 30
			}
		}
	}

	fuel_refining5 = {

		fuel_gain_factor = 0.20
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining6
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1927
		folder = {
			name = industry_folder
			position = { x = 3 y = 10 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 40
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 40
			}
		}
	}

	fuel_refining6 = {

		fuel_gain_factor = 0.20
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining7
			research_cost_coeff = 1
		}

		enable_equipment_modules = {
			aviation_kerosene_fuel
		}

		research_cost = 3
		start_year = 1929
		folder = {
			name = industry_folder
			position = { x = 3 y = 12 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 40
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 40
			}
		}
	}

	fuel_refining7 = {

		fuel_gain_factor = 0.20
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining8
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1934
		folder = {
			name = industry_folder
			position = { x = 3 y = 14 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 40
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 40
			}
		}
	}

	fuel_refining8 = {

		fuel_gain_factor = 0.20
		fuel_gain_factor_from_states = 0.1

		path = {
			leads_to_tech = fuel_refining9
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1939
		folder = {
			name = industry_folder
			position = { x = 3 y = 16 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 40
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 40
			}
		}
	}

	fuel_refining9 = {

		fuel_gain_factor = 0.20
		fuel_gain_factor_from_states = 0.1

		research_cost = 3
		start_year = 1944
		folder = {
			name = industry_folder
			position = { x = 3 y = 18 }
		}

		categories = {
			industry
			synth_resources
		}

		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 0.5
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0.25
			}
			modifier = {
				factor = 1.5
				num_of_military_factories > 40
			}

			modifier = {
				factor = 1.5
				num_of_naval_factories > 40
			}
		}
	}

	synth_oil_experiments = {

		enable_building = {
			building = synthetic_refinery
			level = 3
		}

		path = {
			leads_to_tech = oil_processing
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = rubber_processing
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1920
		folder = {
			name = industry_folder
			position = { x = 0 y = 2 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		on_research_complete = {
			# LEG effect from focus Tire Factory at Nokia
			if = {
				limit = {
					has_dlc = "Arms Against Tyranny"
					tag = LEG
					has_completed_focus = FIN_tire_factory_at_nokia
					controls_state = 927
				}
				FIN_nokia_tires_after_tech_effect = yes
			}
		}

		ai_will_do = {
			factor = 5
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
					tag = JAP
				}
				has_war = yes
				factor = 5
			}
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}
	}

	oil_processing = {

		fuel_gain_factor_from_states = 0.5

		start_year = 1921

		path = {
			leads_to_tech = improved_oil_processing
			research_cost_coeff = 1
		}

		research_cost = 1.5

		folder = {
			name = industry_folder
			position = { x = -1 y = 4 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
					tag = JAP
				}
				has_war = yes
				factor = 25
			}
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
			modifier = {
				factor = 25
				original_tag = EMP
				date > "1921.1.1"
			}

		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	improved_oil_processing = {

		fuel_gain_factor_from_states = 0.5

		path = {
			leads_to_tech = advanced_oil_processing
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1923

		folder = {
			name = industry_folder
			position = { x = -1 y = 6 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
					tag = JAP
				}
				has_war = yes
				factor = 25
			}
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
			modifier = {
				original_tag = EMP
				has_war = yes
				factor = 3
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	advanced_oil_processing = {

		fuel_gain_factor_from_states = 0.5

		path = {
			leads_to_tech = modern_oil_processing
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1925

		folder = {
			name = industry_folder
			position = { x = -1 y = 8 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
					tag = JAP
				}
				has_war = yes
				factor = 25
			}
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	modern_oil_processing = {

		fuel_gain_factor_from_states = 0.5

		research_cost = 1.5
		start_year = 1927

		path = {
			leads_to_tech = oil_processing_1945
			research_cost_coeff = 1
		}

		folder = {
			name = industry_folder
			position = { x = -1 y = 10 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	oil_processing_1945 = {

		fuel_gain_factor_from_states = 0.5

		research_cost = 1.5
		start_year = 1929

		path = {
			leads_to_tech = oil_processing_1950
			research_cost_coeff = 1
		}

		folder = {
			name = industry_folder
			position = { x = -1 y = 12 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	oil_processing_1950 = {

		fuel_gain_factor_from_states = 0.5

		research_cost = 1.5
		start_year = 1934

		path = {
			leads_to_tech = oil_processing_1955
			research_cost_coeff = 1
		}

		folder = {
			name = industry_folder
			position = { x = -1 y = 14 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	oil_processing_1955 = {

		fuel_gain_factor_from_states = 0.5

		research_cost = 1.5
		start_year = 1939

		path = {
			leads_to_tech = oil_processing_1960
			research_cost_coeff = 1
		}

		folder = {
			name = industry_folder
			position = { x = -1 y = 16 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	oil_processing_1960 = {

		fuel_gain_factor_from_states = 0.5

		research_cost = 1.5
		start_year = 1944

		# path = {
			# leads_to_tech = oil_processing_1960
			# research_cost_coeff = 1
		# }

		folder = {
			name = industry_folder
			position = { x = -1 y = 18 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_oil
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				oil > 10
			}
			modifier = {
				factor = 0.5
				oil > 20
			}
			modifier = {
				factor = 0.5
				oil > 30
			}
		}

		ai_research_weights = {
			oil = -2.0
		}

		show_effect_as_desc = yes
	}

	#####################################
	rubber_processing = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = improved_rubber_processing
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1921

		folder = {
			name = industry_folder
			position = { x = 1 y = 4 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
				}
				has_war = yes
				factor = 15
			}
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
			modifier = {
				factor = 25
				original_tag = EMP
				date > "1922.1.1"

			}

		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	improved_rubber_processing = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = advanced_rubber_processing
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1923

		folder = {
			name = industry_folder
			position = { x = 1 y = 6 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
				}
				has_war = yes
				factor = 15
			}
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	advanced_rubber_processing = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = modern_rubber_processing
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1925

		folder = {
			name = industry_folder
			position = { x = 1 y = 8 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = EMP
					tag = ILD
				}
				has_war = yes
				factor = 15
			}
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	modern_rubber_processing = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = rubber_processing_1945
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1927

		folder = {
			name = industry_folder
			position = { x = 1 y = 10 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	rubber_processing_1945 = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = rubber_processing_1950
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1929

		folder = {
			name = industry_folder
			position = { x = 1 y = 12 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	rubber_processing_1950 = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = rubber_processing_1955
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1934

		folder = {
			name = industry_folder
			position = { x = 1 y = 14 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	rubber_processing_1955 = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		path = {
			leads_to_tech = rubber_processing_1960
			research_cost_coeff = 1
		}

		# enable_equipment_modules = {
			# anechoic_tiles_2
		# }

		research_cost = 1.5
		start_year = 1939

		folder = {
			name = industry_folder
			position = { x = 1 y = 16 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}

	rubber_processing_1960 = {

		on_research_complete = {
			modify_building_resources = {
				building = synthetic_refinery
				resource = rubber
				amount = 1
			}
		}

		# path = {
			# leads_to_tech = rubber_processing_1960
			# research_cost_coeff = 1
		# }

		research_cost = 1.5
		start_year = 1944

		folder = {
			name = industry_folder
			position = { x = 1 y = 18 }
		}

		categories = {
			industry
			synth_resources
			cat_synth_rubber
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				factor = 0.5
				rubber > 10
			}
			modifier = {
				factor = 0.5
				rubber > 20
			}
			modifier = {
				factor = 0.5
				rubber > 30
			}
			modifier = {
				tag = USA
				rubber < 50
				has_war = yes
				factor = 15
			}
		}

		ai_research_weights = {
			rubber = -2.0
		}

		show_effect_as_desc = yes
	}
	#####################################

	construction1 = {

		production_speed_buildings_factor = 0.1
		industry_repair_factor = 0.10

		path = {
			leads_to_tech = construction2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = excavation1
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1920
		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 0 }
		}

		ai_will_do = {
			factor = 50

			modifier = {
				factor = 5
				date > "1921.1.1"
			}
		}
	}

	excavation1 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05
		path = {
			research_cost_coeff = 1
		}

		research_cost = 2

		categories = {
			industry
			construction_tech
			excavation_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 0 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}
	modifier = {
		factor = 1.5
		OR = {
			oil > 8
			aluminium > 8
			rubber > 8
			tungsten > 8
			steel > 8
			chromium > 8
			coal > 8
				}
			}
		}
	}

	construction2 = {

		production_speed_buildings_factor = 0.1
		industry_repair_factor = 0.10

		path = {
			leads_to_tech = construction3
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = excavation2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1921

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 2 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1921.1.1"
			}
		}
	}

	excavation2 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05

		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1921

		categories = {
			industry
			construction_tech
			excavation_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 2 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	construction3 = {

		production_speed_buildings_factor = 0.1
		industry_repair_factor = 0.10

		path = {
			leads_to_tech = construction4
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = excavation3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1923

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 4 }
		}

		ai_will_do = {
			factor = 10

			modifier = {
				factor = 1.5
				has_war = yes
			}

			modifier = {
				factor = 0.5
				has_war = no
			}

			modifier = {
				factor = 3
				date > "1924.1.1"
			}
		}
	}


	excavation3 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05
		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1923

		categories = {
			industry
			construction_tech
			excavation_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 4 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	construction4 = {

		production_speed_buildings_factor = 0.1
		industry_repair_factor = 0.10

		on_research_complete = {
	custom_effect_tooltip = {
		localization_key = SP_UNLOCK_PROJECT
		PROJECT = sp_commercial_nuclear_reactor
	}
}

		path = {
			leads_to_tech = construction5
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = excavation4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1925

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 6 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1925.1.1"
			}
		}
	}

	excavation4 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05
		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1925

		categories = {
			industry
			construction_tech
			excavation_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 6 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	construction5 = {

		production_speed_buildings_factor = 0.1
		industry_repair_factor = 0.10

		path = {
			leads_to_tech = excavation5
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = construction6
			research_cost_coeff = 1
		}


		research_cost = 2
		start_year = 1927

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 8 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}
	}


	excavation5 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05

		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1927

		categories = {
			industry
			construction_tech
			excavation_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 8 }
		}

		ai_will_do = {
			factor = 2

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

construction6 = {

		production_speed_buildings_factor = 0.05
		industry_repair_factor = 0.05

		path = {
			leads_to_tech = excavation6
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = construction7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1929

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 10 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}
	}

	construction7 = {

		production_speed_buildings_factor = 0.05
		industry_repair_factor = 0.05

		path = {
			leads_to_tech = excavation7
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = construction8
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1934

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 12 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}
	}

	construction8 = {

		production_speed_buildings_factor = 0.05
		industry_repair_factor = 0.05

		path = {
			leads_to_tech = excavation8
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = construction9
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 14 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}
	}

	construction9 = {

		production_speed_buildings_factor = 0.05
		industry_repair_factor = 0.05

		path = {
			leads_to_tech = excavation9
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = construction10
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1944

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 16 }
		}

		ai_will_do = {
			factor = 4

			modifier = {
				factor = 10
				date > "1927.1.1"
			}
		}
	}

	construction10 = {

		production_speed_buildings_factor = 0.05
		industry_repair_factor = 0.05

		path = {
			leads_to_tech = excavation10
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1954

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 0 y = 18 }
		}

		ai_will_do = {
			factor = 4
			modifier = {
				factor = 10
				date > "1949.1.1"
			}
		}
	}

	excavation6 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05


		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1929

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 10 }
		}

		ai_will_do = {
			factor = 2

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	excavation7 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05

		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1934

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 12 }
		}

		ai_will_do = {
			factor = 2

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	excavation8 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05

		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 14 }
		}

		ai_will_do = {
			factor = 2

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	excavation9 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05

		path = {
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1944

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 16 }
		}

		ai_will_do = {
			factor = 2

			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}

			modifier = {
				factor = 1.5
				OR = {
					oil > 8
					aluminium > 8
					rubber > 8
					tungsten > 8
					steel > 8
					chromium > 8
					coal > 8
				}
			}
		}
	}

	excavation10 = {

		local_resources_factor = 0.10
		local_resources_coal_factor = 0.05

		research_cost = 2
		start_year = 1954

		categories = {
			industry
			construction_tech
		}

		folder = {
			name = industry_folder
			position = { x = 2 y = 18 }
		}

		ai_will_do = {
			factor = 2
			modifier = {
				factor = 5.0
				OR = {
					oil > 0
					aluminium > 0
					rubber > 0
					tungsten > 0
					steel > 0
					chromium > 0
					coal > 0
				}
			}
		}
	}

	industry6 = {

		industrial_capacity_factory = 0.05
		industrial_capacity_dockyard = 0.025
		global_building_slots_factor = 0.05

		path = {
			leads_to_tech = industry7
			research_cost_coeff = 1
		}

		# dependencies = {
			# industrial_robotics1 = 1
		# }

		research_cost = 2
		start_year = 1929


		folder = {
			name = industry_folder
			position = { x = 5 y = 12 }
		}

		categories = {
			industry
		}

		ai_will_do = {
			factor = 100
		}

	}

	industry7 = {

		industrial_capacity_factory = 0.05
		industrial_capacity_dockyard = 0.025
		global_building_slots_factor = 0.05

		path = {
			leads_to_tech = industry8
			research_cost_coeff = 1
		}

		# dependencies = {
			# industrial_robotics2 = 1
		# }
		research_cost = 2
		start_year = 1934


		folder = {
			name = industry_folder
			position = { x = 5 y = 14 }
		}

		categories = {
			industry
		}

		ai_will_do = {
			factor = 100
		}

	}

	industry8 = {

		industrial_capacity_factory = 0.05
		industrial_capacity_dockyard = 0.025
		global_building_slots_factor = 0.05
		factory_energy_consumption = 0.03

		path = {
			leads_to_tech = industry9
			research_cost_coeff = 1
		}

		# dependencies = {
			# industrial_robotics3 = 1
		# }
		research_cost = 2.5
		start_year = 1939


		folder = {
			name = industry_folder
			position = { x = 5 y = 16 }
		}

		categories = {
			industry
		}

		ai_will_do = {
			factor = 100
		}
	}

	industry9 = {

		industrial_capacity_factory = 0.05
		industrial_capacity_dockyard = 0.025
		global_building_slots_factor = 0.05
		factory_energy_consumption = 0.03

		# dependencies = {
			# industrial_robotics4 = 1
		# }
		path = {
	leads_to_tech = industry10
	research_cost_coeff = 1
}

		research_cost = 2.5
		start_year = 1944


		folder = {
			name = industry_folder
			position = { x = 5 y = 18 }
		}

		ai_will_do = {
			factor = 100
		}

	}

	industry10 = {

		industrial_capacity_factory = 0.05
		industrial_capacity_dockyard = 0.025
		global_building_slots_factor = 0.05
		factory_energy_consumption = 0.03

		research_cost = 2.5
		start_year = 1954

		folder = {
			name = industry_folder
			position = { x = 5 y = 20 }
		}

		ai_will_do = {
			factor = 100
		}

	}

	assembly_line_6 = {

		production_factory_max_efficiency_factor = 0.05

		path = {
			leads_to_tech = assembly_line_7
			research_cost_coeff = 1
		}

		# dependencies = {
			# robotic_assembly_line_integration_1 = 1
		# }

		research_cost = 2
		start_year = 1929

		folder = {
			name = industry_folder
			position = { x = 0 y = 12 }
		}

		ai_will_do = {
			factor = 40

			modifier = {
				factor = 10
			}
		}

		categories = {
			industry
		}
	}

	assembly_line_7 = {

		production_factory_max_efficiency_factor = 0.05

		path = {
			leads_to_tech = assembly_line_8
			research_cost_coeff = 1
		}

		# dependencies = {
			# robotic_assembly_line_integration_2 = 1
		# }

		research_cost = 2
		start_year = 1934

		folder = {
			name = industry_folder
			position = { x = 0 y = 14 }
		}

		ai_will_do = {
			factor = 40

			modifier = {
				factor = 10
			}
		}

		categories = {
			industry
		}
	}

	assembly_line_8 = {

		production_factory_max_efficiency_factor = 0.05
		line_change_production_efficiency_factor = 0.05
		production_factory_efficiency_gain_factor = 0.1
		factory_energy_consumption = 0.03

		path = {
			leads_to_tech = assembly_line_9
			research_cost_coeff = 1
		}

		# dependencies = {
			# robotic_assembly_line_integration_3 = 1
		# }

		research_cost = 2.5
		start_year = 1939

		folder = {
			name = industry_folder
			position = { x = 0 y = 16 }
		}

		ai_will_do = {
			factor = 40

			modifier = {
				factor = 10
			}
		}

		categories = {
			industry
		}
	}

	assembly_line_9 = {

		production_factory_max_efficiency_factor = 0.05
		line_change_production_efficiency_factor = 0.05
		production_factory_efficiency_gain_factor = 0.1
		factory_energy_consumption = 0.03

		# dependencies = {
			# robotic_assembly_line_integration_4 = 1
		# }

		path = {
			leads_to_tech = assembly_line_10
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1944

		folder = {
			name = industry_folder
			position = { x = 0 y = 18 }
		}

		ai_will_do = {
			factor = 40

			modifier = {
				factor = 10
			}
		}

		categories = {
			industry
		}
	}

	assembly_line_10 = {

		production_factory_max_efficiency_factor = 0.05
		line_change_production_efficiency_factor = 0.05
		production_factory_efficiency_gain_factor = 0.1
		factory_energy_consumption = 0.03

		research_cost = 2.5
		start_year = 1954

		folder = {
			name = industry_folder
			position = { x = 0 y = 20 }
		}

		ai_will_do = {
			factor = 40

			modifier = {
				factor = 10
			}
		}

		categories = {
			industry
		}
	}

	usa_industry_gambiarra = {

 		allow = { always = no }

		global_building_slots_factor = 0.3

	}

	agriculture_1 = {

		monthly_population = 0.05
		local_supplies = 0.05

		path = {
			leads_to_tech = agriculture_2
			research_cost_coeff = 1
		}


		research_cost = 0.5
		start_year = 1920
		folder = {
			name = industry_folder
			position = { x = 0 y = 0 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	agriculture_2 = {

		monthly_population = 0.05
		local_supplies = 0.05


		path = {
			leads_to_tech = agriculture_3
			research_cost_coeff = 1
		}


		research_cost = 0.5
		start_year = 1925
		folder = {
			name = industry_folder
			position = { x = 0 y = 8 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	agriculture_3 = {

		monthly_population = 0.05
		local_supplies = 0.05


		path = {
			leads_to_tech = agriculture_4
			research_cost_coeff = 1
		}


		research_cost = 0.5
		start_year = 1930
		folder = {
			name = industry_folder
			position = { x = 0 y = 12 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	agriculture_4 = {

		monthly_population = 0.05
		local_supplies = 0.05


		path = {
			leads_to_tech = agriculture_5
			research_cost_coeff = 1
		}


		research_cost = 0.5
		start_year = 1935
		folder = {
			name = industry_folder
			position = { x = 0 y = 14 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	agriculture_5 = {

		monthly_population = 0.05
		local_supplies = 0.05


		path = {
			leads_to_tech = agriculture_6
			research_cost_coeff = 1
		}


		research_cost = 0.5

		start_year = 1940
		folder = {
			name = industry_folder
			position = { x = 0 y = 16 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	agriculture_6 = {

		monthly_population = 0.05
		local_supplies = 0.05

		path = {
			leads_to_tech = agriculture_6
			research_cost_coeff = 1
		}


		research_cost = 0.5
		start_year = 1945
		folder = {
			name = industry_folder
			position = { x = 0 y = 18 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	plastics_1 = {

		unit_upkeep_attrition_factor = -0.02
		supply_consumption_factor = -0.03
		production_lack_of_resource_penalty_factor = -0.02

		path = {
			leads_to_tech = plastics_2
			research_cost_coeff = 1
		}

		dependencies = {
			assembly_line_6 = 1
			industry6 = 1
		}

		research_cost = 1.5
		start_year = 1929
		folder = {
			name = industry_folder
			position = { x = 0 y = 12 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	plastics_2 = {

		unit_upkeep_attrition_factor = -0.02
		supply_consumption_factor = -0.03
		production_lack_of_resource_penalty_factor = -0.02


		path = {
			leads_to_tech = plastics_3
			research_cost_coeff = 1
		}

		dependencies = {
			assembly_line_7 = 1
			industry7 = 1
		}

		research_cost = 1.5
		start_year = 1934
		folder = {
			name = industry_folder
			position = { x = 0 y = 14 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	plastics_3 = {

		unit_upkeep_attrition_factor = -0.02
		supply_consumption_factor = -0.03
		production_lack_of_resource_penalty_factor = -0.02


		path = {
			leads_to_tech = plastics_4
			research_cost_coeff = 1
		}

		dependencies = {
			assembly_line_8 = 1
			industry8 = 1
		}

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = industry_folder
			position = { x = 0 y = 16 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	plastics_4 = {

		unit_upkeep_attrition_factor = -0.02
		supply_consumption_factor = -0.03
		production_lack_of_resource_penalty_factor = -0.02

		dependencies = {
			assembly_line_9 = 1
			industry9 = 1
		}

		path = {
			leads_to_tech = plastics_5
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1944
		folder = {
			name = industry_folder
			position = { x = 0 y = 18 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}
	plastics_5 = {

	unit_upkeep_attrition_factor = -0.02
	supply_consumption_factor = -0.03
	production_lack_of_resource_penalty_factor = -0.02

	dependencies = {
		assembly_line_10 = 1
		industry10 = 1
	}

	research_cost = 1.5
	start_year = 1954
	folder = {
		name = industry_folder
		position = { x = 0 y = 20 }
	}

	ai_will_do = {
		factor = 2
	}

	categories = {
		industry
		cat_production
	}
}

	wartime_materials_allocation = {

		allow = {
	 		has_war = yes
			OR = {
				has_idea = war_economy
				has_idea = tot_economic_mobilisation
				has_idea = totaler_krieg_economy
				has_idea = national_defense_state
				has_idea = JAP_war_communism_idea
			}
		}

		enable_equipment_modules = {
			non_strategic_materials_small
			non_strategic_materials_medium
			non_strategic_materials_large
		}

		production_lack_of_resource_penalty_factor = -0.05
		local_resources_steel_factor = 0.05
		local_resources_aluminium_factor = 0.05

		# dependencies = {
			# assembly_line_6 = 1
			# industry6 = 1
		# }

		research_cost = 1.5
		start_year = 1924
		folder = {
			name = industry_folder
			position = { x = -2 y = 7 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	wartime_materials_substitution = {

		allow = {
	 		has_war = yes
			OR = {
				has_idea = war_economy
				has_idea = tot_economic_mobilisation
				has_idea = totaler_krieg_economy
				has_idea = national_defense_state
				has_idea = JAP_war_communism_idea
			}
		}

		enable_equipment_modules = {
			non_strategic_materials_jet_engine
		}

		production_lack_of_resource_penalty_factor = -0.05
		local_resources_tungsten_factor = 0.05
		local_resources_chromium_factor = 0.05

		# dependencies = {
			# assembly_line_6 = 1
			# industry6 = 1
		# }

		research_cost = 1.5
		start_year = 1926
		folder = {
			name = industry_folder
			position = { x = -2 y = 9 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}

	wartime_design_to_manufacture = {

		allow = {
	 		has_war = yes
			OR = {
				has_idea = war_economy
				has_idea = tot_economic_mobilisation
				has_idea = totaler_krieg_economy
				has_idea = national_defense_state
				has_idea = JAP_war_communism_idea
			}
		}

		production_lack_of_resource_penalty_factor = -0.05
		production_factory_efficiency_gain_factor = 0.03

		# dependencies = {
			# assembly_line_6 = 1
			# industry6 = 1
		# }

		research_cost = 1.5
		start_year = 1928
		folder = {
			name = industry_folder
			position = { x = -2 y = 11 }
		}

		ai_will_do = {
			factor = 2
		}

		categories = {
			industry
			cat_production
		}
	}
}
