﻿PRODUCTION_METHODS = {
	c:USA ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_gas_streetlights
		}
	}
	c:GBR ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_gas_streetlights
		}
	}
	c:BEL ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_gas_streetlights
		}
	}
	c:CHI ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
	}
	c:FRA ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
	}
	s:STATE_ILE_DE_FRANCE={
		region_state:FRA={
			activate_production_method = {
				building_type = building_urban_center
				production_method = pm_gas_streetlights
			}
		}
	}
	c:PRU ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
	}
	c:AUS ?= {
		activate_production_method = {
			building_type = building_urban_center
			production_method = pm_market_squares
		}
	}
}
