﻿
##########
# Theodosian Walls
##########

theodosian_walls_01 = {
	construction_time = very_slow_construction_time

	type_icon = "icon_structure_theodosian_walls.dds"
	
	can_construct_potential = {
		barony = title:b_constantinople
		building_requirement_tribal = no
	}
	
	cost_gold = 3000
	
	garrison = 1000
	duchy_capital_county_modifier = {
		#levy_size = 0.15
		tax_mult = 0.15
	}
	province_modifier = {
		fort_level = 5
		garrison_size = 1
	}
	county_modifier = {
		development_growth = 0.3
		development_growth_factor = 0.2
		levy_size = 1.5
		tax_mult = 2
		hostile_raid_time = 0.5
	}
	
	ai_value = {
		base = 100
	}
	
	type = duchy_capital
}


