﻿##########
# Fortress Monastery of Andorra
##########

fortress_andorra_01 = {

	construction_time = very_slow_construction_time

	type_icon = "icon_structure_falak_ol_aflak_citadel.dds" 
	
	can_construct_potential = {
		scope:holder = {
			OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
		}
	}
	
	is_enabled = {
		scope:holder = {
			OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
		}
	}
	
	cost_gold = 1000

	character_modifier = {
		monthly_piety_gain_mult = 0.1
		zealot_opinion = 5
	}
	
	county_modifier = {
		hostile_raid_time = 0.5
	}
	
	province_modifier = {
		fort_level = 4
		defender_holding_advantage = 4
		monthly_income = 1
	}
	
	ai_value = {
		base = 100
		modifier = { # Fill all building slots before going for special buildings
			factor = 0
			free_building_slots > 0
		}
	}
	
	type = special

	flag = travel_point_of_interest_religious
}