﻿GLOBAL = {
	every_country = {
		limit = {
			OR = {
				AND = {
					exists = c:USA
					this = c:USA
				}
				AND = {
					exists = c:GBR
					this = c:GBR
				}
				AND = {
					exists = c:PRU
					this = c:PRU
				}
				AND = {
					exists = c:BEL
					this = c:BEL
				}
				AND = {
					exists = c:FRA
					this = c:FRA
				}
			}
		}
		add_technology_researched = mechanical_production
		activate_production_method = {
			building_type = building_tooling_workshops
			production_method = pm_steel
		}
	}
}
