buildings = {
	Farm_building = {
		show_on_map = 6
		base_cost = 10000
		icon_frame = 32
		infrastructure_construction_effect = yes
		value = 1
		country_modifiers = {
			modifiers = {
				monthly_population = 0.15
			}
		}
		level_cap = {
			shares_slots = yes
			state_max = 5
	}
	}
	research_center = {
		show_on_map = 6
		base_cost = 37500
		icon_frame = 33
		infrastructure_construction_effect = yes
		value 1
		country_modifiers = {
			modifiers = {
				research_speed_factor = 0.2
			}
		}
		level_cap = {
			shares_slots = yes
			state_max = 2
	}
	}
	steel_manufacture = {
		show_on_map = 6
		base_cost = 12500
		icon_frame = 34
		allied_build = yes
		infrastructure_construction_effect = yes
		value 1
		local_resources_steel = 15
		level_cap = {
			shares_slots = yes
			state_max = 5
	}
	}
	tungsten_mine = {
		show_on_map = 6
		base_cost = 13000
		icon_frame = 35
		allied_build = yes
		infrastructure_construction_effect = yes
		value 8
		local_resources_tungsten = 10
		level_cap = {
			shares_slots = yes
			state_max = 5
	}
	}
	chrome_mine = {
		show_on_map = 6
		base_cost = 15000
		icon_frame = 36
		allied_build = yes
		infrastructure_construction_effect = yes
		value 1
		local_resources_chromium = 10
		level_cap = {
			shares_slots = yes
			state_max = 5
	}
	}
	fort = {
		show_on_map = 1
		has_destroyed_mesh = yes
		base_cost = 2500
		per_level_extra_cost = 2500
		disabled_in_dmz = yes
		allied_build = yes
		icon_frame = 37
		land_fort = 2
		value = 1
		infrastructure_construction_effect = yes
		level_cap = {
			province_max = 3
		}
	}
	barracks = {
		show_on_map = 0
		base_cost = 15000
		icon_frame = 38
		infrastructure_construction_effect = yes
		country_modifiers = {
			modifiers = {
				conscription = 0.002
				special_forces_cap_factor = 0.1
			}
		}
		level_cap = {
			shares_slots = yes
			state_max = 1
		}
	}
	
	university = {
		show_on_map = 0
		base_cost = 17500
		icon_frame = 39
		allied_build = yes
		infrastructure_construction_effect = yes
		country_modifiers = {
			modifiers = {
				special_project_speed_factor = 0.1
			}
		}
		level_cap = {
			shares_slots = yes
			state_max = 1
		}
	}
	
	town_hall = {
		show_on_map = 0
		base_cost = 17500
		icon_frame = 40
		allied_build = yes
		infrastructure_construction_effect = yes
		country_modifiers = {
			modifiers = {
				compliance_growth = 0.25
			}
		}
		level_cap = {
			shares_slots = yes
			state_max = 1
		}
	}
	
	schools = {
		show_on_map = 0
		base_cost = 3500
		per_level_extra_cost = 500
		icon_frame = 41
		allied_build = yes
		infrastructure_construction_effect = yes
		country_modifiers = {
			modifiers = {
				research_speed_factor = 0.01
			}
		}
		level_cap = {
			state_max = 10
		}
	}
	
	community_centers = {
		show_on_map = 0
		base_cost = 5000
		per_level_extra_cost = 500
		icon_frame = 42
		allied_build = yes
		infrastructure_construction_effect = yes
		country_modifiers = {
			modifiers = {
				political_power_gain = 0.05
			}
		}
		level_cap = {
			state_max = 5
		}
	}
	
	construction_yard = {
		show_on_map = 0
		base_cost = 8000
		per_level_extra_cost = 500
		icon_frame = 43
		allied_build = yes
		infrastructure_construction_effect = yes
		state_modifiers = {
			local_building_slots = 1
		}
		level_cap = {
			state_max = 10
		}
	}
	
	coal_mine = {
		show_on_map = 6
		base_cost = 10000
		icon_frame = 44
		allied_build = yes
		infrastructure_construction_effect = yes
		value 1
		local_resources_coal = 15
		level_cap = {
			shares_slots = yes
			state_max = 5
	}
	}
	
	aluminium_mine = {
		show_on_map = 6
		base_cost = 12000
		icon_frame = 45
		allied_build = yes
		infrastructure_construction_effect = yes
		value 1
		local_resources_aluminium = 20
		level_cap = {
			shares_slots = yes
			state_max = 5
	}
	}
}