buildings = {
	#21 Oil Refinery
    oil_refinery = {
		base_cost = 25000	#Was 3000, Reduced by about 20k form 45k In
		icon_frame = 36
		refinery = yes
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 25
		}

		local_resources_oil = 7 # May use local_resources_ + any resource name
	}
    #22 Rubber Refinery
	rubber_refinery = {
		base_cost = 25000	#Was 3000, Reduced by about 20k form 45k In
		icon_frame = 41
		refinery = yes
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 25
		}

		local_resources_rubber = 5 # May use local_resources_ + any resource name
		country_modifiers = {
			modifiers = {
				country_resource_cost_oil = 2
			}
		}
	}
    #23 Steel Refinery
	steel_refinery = {
		base_cost = 25000	#Was 3000, Reduced by about 20k form 45k In
		icon_frame = 39
		refinery = yes
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 25
		}

		local_resources_steel = 8 # May use local_resources_ + any resource name
		country_modifiers = {
			modifiers = {
				country_resource_cost_oil = 2
			}
		}
	}
	#24 Light Metals Refinery
	aluminium_refinery = {
		base_cost = 25000	#Was 3000, Reduced by about 20k form 45k In
		icon_frame = 37
		refinery = yes
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 25
		}

		local_resources_aluminium = 7 # May use local_resources_ + any resource name
		country_modifiers = {
			modifiers = {
				country_resource_cost_oil = 2
			}
		}
	}
	#25 Technology Metals Refinery
	tungsten_refinery = {
		base_cost = 25000	#Was 3000, Reduced by about 20k form 45k In
		icon_frame = 38
		refinery = yes
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 25
		}

		local_resources_tungsten = 5 # May use local_resources_ + any resource name
		country_modifiers = {
			modifiers = {
				country_resource_cost_oil = 2
				country_resource_cost_steel = 2
				country_resource_cost_aluminium = 1
			}
		}
	}
	#26 Precious Metals Refinery
	chromium_refinery = {
		base_cost = 25000	#Was 3000, Reduced by about 20k form 45k In
		icon_frame = 40
		refinery = yes
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			shares_slots = yes
			state_max = 25
		}

		local_resources_chromium = 4 # May use local_resources_ + any resource name
		country_modifiers = {
			modifiers = {
				country_resource_cost_oil = 2
				country_resource_cost_aluminium = 2
				country_resource_cost_tungsten = 1
			}
		}
	}
}#