# Mistborn: The Final Empire - Cultural Traditions
# Custom traditions reflecting the unique aspects of Scadrian cultures

tradition_allomantic_heritage = {
	category = realm # Cultural traditions that affect the whole realm

	layers = {
		0 = martial
		1 = western
		4 = eagle.dds
	}

	is_shown = {
		has_cultural_pillar = heritage_scadrial
	}
	can_pick = {
		has_cultural_pillar = heritage_scadrial
	}

	parameters = {
		# Nobles with this tradition have a higher chance of producing Allomantic children
		allomantic_potential_bonus = yes
	}

	character_modifier = {
		# Allomantic bloodlines are prized among nobility
		monthly_dynasty_prestige_mult = 0.1
		health = 0.25 # Allomantic abilities can enhance physical well-being
	}

	cost = {
		prestige = {
			add = {
				value = tradition_base_cost
				multiply = 2
			}
		}
	}

	ai_will_do = {
		value = 100
		# Only noble Scadrians value Allomantic heritage
	}
}

tradition_noble_intrigue = {
	category = societal

	layers = {
		0 = intrigue
		1 = western
		4 = crown.dds
	}

	is_shown = {
		has_cultural_pillar = heritage_scadrial
	}
	can_pick = {
		has_cultural_pillar = heritage_scadrial
	}

	parameters = {
		# The Great Houses are masters of political intrigue
		noble_intrigue_bonus = yes
	}

	character_modifier = {
		intrigue = 2
		owned_personal_scheme_success_chance_add = 5 # Better at scheming
	}

	cost = {
		prestige = {
			add = {
				value = tradition_base_cost
			}
		}
	}

	ai_will_do = {
		value = 80
	}
}

tradition_skaa_resilience = {
	category = societal

	layers = {
		0 = martial
		1 = western
		4 = shield.dds
	}

	is_shown = {
		has_cultural_pillar = heritage_scadrial
	}
	can_pick = {
		has_cultural_pillar = heritage_scadrial
	}

	parameters = {
		# The skaa have endured a thousand years of oppression
		skaa_resilience_bonus = yes
	}

	character_modifier = {
		stress_loss_mult = 0.2 # Hardened by generations of suffering
		negate_health_penalty_add = 0.25 # Tougher constitution from hard labor
	}

	cost = {
		prestige = {
			add = {
				value = tradition_base_cost
			}
		}
	}

	ai_will_do = {
		value = 50
	}
}

tradition_terris_scholarship = {
	category = societal

	layers = {
		0 = learning
		1 = western
		4 = book.dds
	}

	is_shown = {
		has_cultural_pillar = heritage_scadrial
	}
	can_pick = {
		has_cultural_pillar = heritage_scadrial
	}

	parameters = {
		# The Terris Keepers preserve all knowledge
		terris_scholarship_bonus = yes
	}

	character_modifier = {
		learning = 3
		development_growth_factor = 0.1 # Knowledge drives development
	}

	culture_modifier = {
		cultural_acceptance_gain_mult = 0.15 # Terris people are widely traveled
	}

	cost = {
		prestige = {
			add = {
				value = tradition_base_cost
				multiply = 1.5
			}
		}
	}

	ai_will_do = {
		value = 90
	}
}
