gw_great_work_generic = {
	construction_time = gw_great_work_construction_time_debug

	type_icon = "icon_building_university.dds"
	
	can_construct_potential = {
		building_requirement_tribal = no
		building_great_work_requirement = yes
	}

	is_enabled = {
		county.holder = {
			custom_description = {
				text = "is_king_or_emperor"
				highest_held_title_tier >= tier_kingdom
			}
		}
	}

	can_construct_showing_failures_only = {
		culture = {
			has_innovation = innovation_burhs
		}
	}

	show_disabled = yes
	
	cost_gold = gw_great_work_construction_cost_debug

	garrison = 500
	levy = 1

	character_modifier = {
		learning_per_prestige_level = 1
		monthly_lifestyle_xp_gain_mult = 0.05
		monthly_dynasty_prestige = 0.25
	}

	county_modifier = {
		tax_mult = 0.1
		garrison_size = 0.25
		development_growth_factor = 0.1
	}

	province_modifier = {
		fort_level = 5
		monthly_income = 2
	}
	
	ai_value = {
		base = 100
	}
	
	type = special
}
