#####---------------------------------------------------------------------> by Greatexperiment

buildings = {
	
	steel_mill = {
		show_on_map = 1
		base_cost = 6500
		icon_frame = 30
		local_resources_steel = 5
		refinery = yes
		value = 5
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 20
		}
	}

	aluminum_mill = {
		show_on_map = 1
		base_cost = 7500
		icon_frame = 31
		local_resources_aluminium = 5
		refinery = yes
		value = 5
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 20
		}
	}
	
	rubber_refinery = {
		show_on_map = 1
		base_cost = 8000
		icon_frame = 32
		local_resources_rubber = 5
		refinery = yes
		value = 5
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 3
		}
	}
	
}