﻿building_persepolis = {
	building_group = bg_monuments
	texture = "gfx/interface/icons/building_icons/mosque_of_djenne.dds"	
	expandable = no
	#buildable = yes
	downsizeable = no
	unique = yes
	locator = "persepolis_locator"
	
	entity_not_constructed = { }
	entity_under_construction = { "building_construction_3x3_entity" }
	entity_constructed = { "wonder_great_mosque_of_djenne_01_entity"}
	
	city_gfx_interactions = {
		clear_size_area = yes
		size = 4
	}

	#has_max_level = yes

	unlocking_technologies = {
		#nationalism
		persepolis
	}
	
	production_method_groups = {
		pmg_base_building_persepolis
		pmg_base_building_great_library_of_persia
	}
	
	required_construction = construction_cost_monument

	
	possible = {
		state_region = s:STATE_FARS
	}
	
	ai_value = 10000
	

}


building_darolfonoon = {
	building_group = bg_monuments
	texture = "gfx/interface/icons/building_icons/building_university.dds"	
	expandable = no
	buildable = yes
	downsizeable = no
	unique = yes
	locator = "darolfonoon_locator"
	
	entity_not_constructed = { }
	entity_under_construction = { "building_construction_3x3_entity" }
	entity_constructed = { "wonder_great_mosque_of_djenne_01_entity"}
	
	city_gfx_interactions = {
		clear_size_area = yes
		size = 4
	}
	
	production_method_groups = {
		pmg_base_building_darolfonoon
	}
	
	required_construction = construction_cost_monument

	
	possible = {
		state_region = s:STATE_IRAKAJEMI
	}
	
	ai_value = 10000
	

}