buildings = {
	#Fabricas acero
	iron_work = {
		base_cost = 6500
		per_level_extra_cost = 650
		icon_frame = 32
		refinery = yes
		value = 5
		
		show_modifier = yes
		infrastructure_construction_effect = yes
		
		level_cap = {
			state_max = 5
		}
		
		local_resources_steel = 5
		state_modifiers = {
			local_building_slots_factor = 0.05
			state_production_speed_buildings_factor = 0.05
			local_factory_energy_consumption = 0.02
		}
	}
	
	#Fabricas aluminio
	aluminum_mill = {
		base_cost = 8000
		per_level_extra_cost = 950
		icon_frame = 33
		refinery = yes
		value = 5
		
		show_modifier = yes
		infrastructure_construction_effect = yes
		
		level_cap = {
			state_max = 5
		}
		
		local_resources_aluminium = 5
		state_modifiers = {
			local_building_slots_factor = 0.05
			state_production_speed_buildings_factor = 0.05
			local_factory_energy_consumption = 0.03
		}
	}
}
