﻿# Scaling modifier that gives realm benefits per Regula Leader Devoted (Paelex/Familia Paelex/Domina)
# One for each tier of Paelex - Queen/Duchess/Countess
# Queen provides highest benefits
regula_regina_paelex_realm_benefits = {
	icon = paelex_positive

	domain_tax_mult = 0.1
	development_growth_factor = 0.1
	monthly_county_control_growth_add = 0.5
	monthly_piety = 1

	scale = {
		value = regula_num_regina_paelex
		desc = MODIFIER_DEFINITION_VALUE_PER_LANDED_REGINA_PAELEX
		display_mode = scaled
	}
}

regula_ducissa_paelex_realm_benefits = {
	icon = paelex_positive

	development_growth_factor = 0.05
	monthly_county_control_growth_add = 0.3
	monthly_piety = 0.5

	scale = {
		value = regula_num_ducissa_paelex
		desc = MODIFIER_DEFINITION_VALUE_PER_LANDED_DUCISSA_PAELEX
		display_mode = scaled
	}
}

regula_comitissa_paelex_realm_benefits = {
	icon = paelex_positive

	monthly_county_control_growth_add = 0.1
	monthly_piety = 0.1

	scale = {
		value = regula_num_comitissa_paelex
		desc = MODIFIER_DEFINITION_VALUE_PER_LANDED_COMITISSA_PAELEX
		display_mode = scaled
	}
}

regula_paelex_unlanded_penalty = {
	icon = paelex_negative

	levy_reinforcement_rate = -0.10
	same_faith_opinion = -5
	monthly_piety = -0.25

	scale = {
		value = regula_num_unlanded_spouses
		desc = MODIFIER_DEFINITION_VALUE_PER_UNLANDED_PAELEX
		display_mode = scaled
	}
}

# If using alternate Harem style (Contubernalium) then Paelex give a small benefit each, while Contubernalis provide a realm bonus
contubernalis_realm_benefits = {
	icon = wit_positive

	health = 0.04
	levy_reinforcement_rate_same_faith = 0.02
	knight_effectiveness_mult = 0.04
	monthly_piety = 0.05

	scale = {
		value = regula_contubernalis_renown
		desc = MODIFIER_DEFINITION_VALUE_CONTUBERNALIS_RENOWN
	}
}

# Low Paelex benefits are equal to Paelex, regardless of their title rank
paelex_realm_benefits_low = {
	icon = paelex_positive

	monthly_county_control_growth_add = 0.1
	monthly_piety = 0.1

	scale = {
		value = regula_num_leader_spouses
		desc = MODIFIER_DEFINITION_VALUE_PER_LANDED_PAELEX_LOW
	}
}

# Modifier applied to the magister per 'Tropaeum' that the Magister has.
magister_tropaeum_prestige  = {
	icon = trophy_positive

	monthly_dynasty_prestige = 0.25
	monthly_prestige = 0.5

	scale = {
		value = regula_num_tropaeum
		desc = MODIFIER_DEFINITION_VALUE_PER_TROPAEUM
		display_mode = scaled
	}
}

regula_sanctifica_serva_penalty = {
	icon = health_negative
	stacking = yes
	health = massive_health_penalty
}

regula_exhaurire_vitale_small_health_penalty = {
	icon = health_negative
	stacking = yes
	health = miniscule_health_penalty
}

regula_exhaurire_vitale_vitality_malus = {
	icon = health_negative
	stacking = yes
	health = major_health_penalty
	life_expectancy = -10
}

regula_exhaurire_vitale_vitality_bonus = {
	icon = health_positive
	stacking = yes
	health = major_health_bonus
	life_expectancy = 10
	years_of_fertility = 10
}

regula_mutare_corpus_small_boost = {
	icon = health_positive
	stacking = yes
	health = minor_health_bonus
}

regula_mutare_corpus_medium_boost = {
	icon = health_positive
	stacking = yes
	health = medium_health_bonus
}

regula_mutare_corpus_large_boost = {
	icon = health_positive
	stacking = yes
	health = major_health_bonus
}

regula_orba_health_loss = {
	icon = health_negative
	stacking = yes
	health = medium_health_penalty
}