﻿# Mistborn: The Final Empire - Holy Sites
# Sacred locations across the Final Empire
# Differentiated by faith — each faith has 3 core sites plus conditional ones

# ============================================================
# SHARED / MULTI-FAITH SITES
# ============================================================

holy_site_luthadel = {
	county = c_luthadel
	barony = b_kredik_shaw # Kredik Shaw, the Hill of a Thousand Spears - The Lord Ruler's palace

	character_modifier = {
		monthly_prestige = 0.5
		monthly_piety = 1.0
	}

	is_active = yes
}

holy_site_pits_of_hathsin = {
	county = c_pits_of_hathsin
	barony = b_pits_of_hathsin # The Pits of Hathsin - source of atium, Kelsier's snapping

	character_modifier = {
		monthly_prestige = 0.3
		monthly_piety = 0.5
	}

	is_active = yes
}

# ============================================================
# STEEL MINISTRY SITES
# ============================================================

holy_site_conventical = {
	county = c_south_seran
	barony = b_conventical_of_seran # The Conventical of Seran - Obligator research center

	character_modifier = {
		monthly_piety = 1.0
		learning = 2
	}

	is_active = yes
}

# ============================================================
# TERRIS WORLDBRINGERS SITES
# ============================================================

holy_site_tathingdwen = {
	county = c_tathingdwen
	barony = b_tathingdwen # Tathingdwen - historical Terris capital, Keeper archives

	character_modifier = {
		monthly_piety = 0.5
		learning = 3
	}

	is_active = yes
}

holy_site_terris_peaks = {
	county = c_terris_peaks
	barony = b_terris_shrine # Sacred mountains where Keepers hid copperminds

	character_modifier = {
		learning = 2
		monthly_piety = 0.5
	}

	is_active = yes
}

# ============================================================
# SURVIVORIST SITES
# ============================================================

holy_site_urteau = {
	county = c_urteau
	barony = b_urteau # Urteau - northern skaa population center, rebellion base

	character_modifier = {
		monthly_prestige = 0.3
		monthly_piety = 0.3
	}

	is_active = yes
}

holy_site_arguois_caverns = {
	county = c_arguois
	barony = b_arguois_caves # Underground skaa meeting place, rebel hideout

	character_modifier = {
		monthly_prestige = 0.3
		intrigue = 1
	}

	is_active = yes
}

# ============================================================
# CULT OF RUIN SITES
# ============================================================

holy_site_ruin_deposit = {
	county = c_ruin_deposit
	barony = b_ruin_well # A place where Ruin's influence bleeds through

	character_modifier = {
		prowess = 1
		dread_baseline_add = 5
	}

	is_active = yes
}

# ============================================================
# CONDITIONAL SITES — activated by global flags
# ============================================================

holy_site_kelsiers_pyre = {
	county = c_luthadel
	barony = b_execution_square # The site where Kelsier died — sacred to Survivorists

	character_modifier = {
		same_faith_opinion = 20
		monthly_prestige = 0.5
	}

	# Only activates after kelsier_martyred flag is set
	is_active = {
		has_global_variable = kelsier_martyred
	}
}

holy_site_well_of_ascension = {
	county = c_luthadel
	barony = b_well_of_ascension # The Well of Ascension beneath Kredik Shaw

	character_modifier = {
		learning = 3
		monthly_piety = 1.0
	}

	# Only activates after the Fall of Kredik Shaw endgame
	is_active = {
		has_global_variable = well_of_ascension_discovered
	}
}
