﻿pm_canal = {
	texture = "gfx/interface/icons/production_method_icons/canals.dds"

	country_modifiers = {
		workforce_scaled = {
			country_prestige_add = 100
			country_trade_route_competitiveness_mult = 0.25
			country_trade_route_quantity_mult = 0.25
			country_tax_income_add = 30000
		}
	}

	building_modifiers = {
		workforce_scaled = {
			# input goods
			building_input_tools_add = 10
			building_input_coal_add = 15
		}

		level_scaled = {
			building_employment_clerks_add = 2000
			building_employment_machinists_add = 2500
			building_employment_capitalists_add = 500
		}
	}
}
