﻿############################################
# Mistborn: The Final Empire - Special Buildings
# Unique buildings tied to specific provinces
############################################

# Kredik Shaw - The Hill of a Thousand Spires
# The Lord Ruler's palace complex in central Luthadel
kredik_shaw = {
	construction_time = slow_construction_time

	type = special

	can_construct_potential = {
		building_requirement_tribal = no
	}

	can_construct = {
		barony = title:b_kredik_shaw
	}

	is_enabled = {
		always = yes
	}

	cost_gold = 0

	county_modifier = {
		monthly_county_control_growth_add = 0.5
		tax_mult = 0.15
		development_growth_factor = 0.1
	}

	character_modifier = {
		monthly_prestige = 2
		monthly_piety = 1
		dread_baseline_add = 20
	}

	flag = special_building

	ai_value = {
		base = 100
	}
}

# Pits of Hathsin - Atium Mining Prison
# A brutal prison camp where skaa mine atium geodes
pits_of_hathsin = {
	construction_time = slow_construction_time

	type = special

	can_construct_potential = {
		building_requirement_tribal = no
	}

	can_construct = {
		barony = title:b_pits_of_hathsin
	}

	is_enabled = {
		always = yes
	}

	cost_gold = 0

	county_modifier = {
		monthly_county_control_growth_add = -0.3
		county_opinion_add = -20
		tax_mult = 0.3
	}

	character_modifier = {
		monthly_prestige = 0.5
		monthly_income = 2
		tyranny_gain_mult = 0.2
	}

	flag = special_building

	ai_value = {
		base = 80
	}
}

# Conventical of Seran - Canton of Inquisition Headquarters
# The primary research base of the Steel Inquisitors
conventical_of_seran = {
	construction_time = slow_construction_time

	type = special

	can_construct_potential = {
		building_requirement_tribal = no
	}

	can_construct = {
		barony = title:b_conventical_of_seran
	}

	is_enabled = {
		always = yes
	}

	cost_gold = 0

	county_modifier = {
		monthly_county_control_growth_add = 0.3
	}

	character_modifier = {
		monthly_piety = 1
		martial = 2
		dread_baseline_add = 15
		hostile_scheme_power_mult = 0.15
	}

	flag = special_building

	ai_value = {
		base = 60
	}
}
