﻿
pm_experimental_telephones = {
	texture = "gfx/interface/icons/production_method_icons/telephone_switchboards.dds"
	building_modifiers = {
		workforce_scaled = {
			goods_input_electronics_add = 20	# 800
			goods_input_lead_add = 10			# 400
			goods_input_steel_add = 3			# 150
			goods_input_wire_add = 15			# 450	# TOTAL 1800

			goods_output_telephones_add = 42	# 2940	# PROFIT 1140
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 2000
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 1000
		}
	}
}
pm_telephones = {
	texture = "gfx/interface/icons/production_method_icons/telephones.dds"
	
	unlocking_technologies = {
		advanced_electronics
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_electronics_add = 25	# 1000
			goods_input_rubber_add = 5			# 200
			goods_input_lead_add = 10			# 400
			goods_input_plastics_add = 8		# 400
			goods_input_wire_add = 20			# 600	# TOTAL 2600	(target 2600)

			goods_output_telephones_add = 65	# 4550	# PROFIT 1950	(target 4500)
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 1500
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 1500
		}
	}
}

pm_radios = {
	texture = "gfx/pm_icons/radio_main.dds"
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_electronics_add = 20		# 800
			goods_input_copper_add = 10				# 400
			goods_input_steel_add = 4				# 200
			goods_input_hardwood_add = 10			# 400	# TOTAL 1800
			
			goods_output_radios_add = 36.25			# 2900	# PROFIT 1100
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 2000
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 1000
		}
	}

	required_input_goods = electricity
}

pm_lr_radios = {
	texture = "gfx/pm_icons/radio_lr.dds"
	
	
	unlocking_technologies = {
		advanced_electronics
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_electronics_add = 30		# 1200
			goods_input_copper_add = 10				# 400
			goods_input_plastics_add = 10			# 500
			goods_input_hardwood_add = 7.5			# 300	# TOTAL 2400 (target 2600)
			
			goods_output_radios_add = 56.25			# 4500	# PROFIT 1900 (target 4500)
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 1500
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 1500
		}
	}

}

pm_early_electronics = {
	texture = "gfx/pm_icons/electrification.dds"
	building_modifiers = {
		workforce_scaled = {
			goods_input_wire_add = 10			# 300
			goods_input_fabric_add = 10			# 200
			goods_input_copper_add = 10			# 400
			goods_input_electricity_add = 10	# 300	# TOTAL 1200

			goods_output_electronics_add = 50	# 2000	# PROFIT 800
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 3000
			building_employment_machinists_add = 1250
			building_employment_engineers_add = 250
		}
	}
}

pm_developed_electronics = {
	unlocking_technologies = {
		telephone
	}
	
	texture = "gfx/pm_icons/vactube_main.dds"
	building_modifiers = {
		workforce_scaled = {
			goods_input_wire_add = 10			# 300
			goods_input_rubber_add = 10			# 400
			goods_input_copper_add = 15			# 600
			goods_input_lead_add = 5			# 200
			goods_input_electricity_add = 10	# 300	# TOTAL 1800

			goods_output_electronics_add = 72.5	# 2900	# PROFIT 1100
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 2500
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 500
		}
	}
}

pm_automobile_production = {
	texture = "gfx/interface/icons/production_method_icons/automobiles.dds"
	state_modifiers = {
		workforce_scaled = {
			state_pollution_generation_add = 10
		}
	}

	unlocking_technologies = {
		combustion_engine
	}

	building_modifiers = {
		workforce_scaled = {
			# input goods
			goods_input_engines_add = 10		# 600
			goods_input_wire_add = 5			# 150
			goods_input_rubber_add = 5			# 200
			goods_input_oil_add = 5				# 200
			goods_input_electricity_add = 5		# 150	# TOTAL 1300

			# output goods
			goods_output_automobiles_add = 30	# 3000	# PROFIT 1700
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 2000
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 1000
		}
	}
}

pm_mass_automobile_production = {
	texture = "gfx/interface/icons/production_method_icons/standardized_automobiles.dds"
	state_modifiers = {
		workforce_scaled = {
			state_pollution_generation_add = 10
		}
	}

	unlocking_technologies = {
		compression_ignition
	}

	building_modifiers = {
		workforce_scaled = {
			# input goods
			goods_input_engines_add = 10		# 600
			goods_input_electronics_add = 10	# 800
			goods_input_rubber_add = 10			# 400
			goods_input_fuel_add = 10			# 500
			goods_input_electricity_add = 10	# 300	# TOTAL 2600

			# output goods
			goods_output_automobiles_add = 60	# 6000	# PROFIT 3400
		}

		level_scaled = {
			building_employment_shopkeepers_add = 500
			building_employment_laborers_add = 1500
			building_employment_machinists_add = 1500
			building_employment_engineers_add = 1500
		}
	}
}
