﻿# REGULA LEGACIES

# Charming Presence
# Extra Charm scheme
# Increases Fascinare min value
# Attraction opinion
regula_legacy_1 = {
	legacy = regula_legacy_track

	character_modifier = {
		max_regula_fascinare_schemes_add = 1
		attraction_opinion = 20
	}

	effect = {
		custom_description_no_bullet = {
			text = regula_legacy_1_legacy_effect
		}
	}

	ai_chance = {
		value = 0
	}
}

# Willing Famuli
regula_legacy_2 = {
	legacy = regula_legacy_track

	character_modifier = {
		development_growth = 0.3
		levy_reinforcement_rate = 0.3
	}

	effect = {
		custom_description_no_bullet = {
			text = regula_legacy_2_legacy_effect
		}
	}
}

# Compedita Chains
regula_legacy_3 = {
	legacy = regula_legacy_track

	character_modifier = {
		knight_limit = 3
		domain_tax_same_faith_mult = 0.25
	}

	effect = {
		custom_description_no_bullet = {
			text = regula_legacy_3_legacy_effect_1
		}
		custom_description_no_bullet = {
			text = regula_legacy_3_legacy_effect_2
		}
	}
}

# Soul Sculpting
regula_legacy_4 = {
	legacy = regula_legacy_track

	character_modifier = {
		negate_health_penalty_add = medium_health_bonus
		inbreeding_chance = -0.25
	}

	effect = {
		custom_description_no_bullet = {
			text = regula_legacy_4_legacy_effect
		}
	}
}

# Rule of the Master
regula_legacy_5 = {
	legacy = regula_legacy_track

	character_modifier = {
		vassal_limit = 10
		tyranny_loss_mult = 0.5
		devoted_levy_contribution_add = 0.10
		devoted_tax_contribution_add = 0.10
		legitimacy_gain_mult = 0.25
	}
}