﻿# Character modifier which indicates that the applied character has been
# scouted as a target for capture during a regula raid.
regula_scouted_target_modifier = {
	icon = target_negative
	enemy_hostile_scheme_success_chance_add = -10
}

# County modifier which indicates that the county had a generous welcome
# event recently.
regula_generous_welcome_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = low_positive_opinion
}

# County modifier which indicates that the populace of the county was
# inspired to contribute more towards their taxes.
regula_generous_welcome_inspired_populace_modifier = {
	icon = county_modifier_opinion_positive
	tax_mult = 0.25
	county_opinion_add = low_positive_opinion
}

# County modifier which indicates that the populace of the county approves
# of their liege's regula religion.
regula_dispatch_missionaries_liege_religion_approval_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = low_positive_opinion
}

# County modifier which indicates that the populace of the county disapproves
# of their liege's non-regula religion.
regula_dispatch_missionaries_liege_religion_disapproval_modifier = {
	icon = county_modifier_opinion_negative
	stacking = yes
	county_opinion_add = -10
}

# County modifier which indicates that the populace of the county has been
# suppressed, and are less likely to form engage in heresy against the magister
# without outside influence.
regula_impromptu_inspections_county_suppressed_modifier = {
	icon = county_modifier_control_positive
	monthly_county_control_growth_factor = 0.25
	county_opinion_add = medium_positive_opinion
}

# County modifier which indicates that the populace of the county is thankful
# for helping hands recieved through task_beasts_of_burden.
regula_beasts_of_burden_thankful_populace_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = low_positive_opinion
}

# County modifier which indicates that the populace of the county is feels
# indebeted due to free labor task_beasts_of_burden.
regula_beasts_of_burden_obedient_populace_modifier = {
	icon = county_modifier_control_positive
	county_opinion_add = 5
	monthly_county_control_growth_factor = 0.2
	monthly_county_control_decline_factor = -0.2
}

# County modifier which indicates that the populace of the county is enriched
# by free labor through task_beasts_of_burden.
regula_beasts_of_burden_enriched_populace_modifier = {
	icon = economy_positive
	tax_mult = 0.25
}

# County modifier which indicates that the populace of the county is making
# significant construction progress due to task_beasts_of_burden.
regula_beasts_of_burden_efficient_workforce_modifier = {
	icon = county_modifier_development_positive
	build_speed = -0.2
	holding_build_speed = -0.2
}

# County modifier which indicates that the populace of the county is making
# significant development progress due to task_beasts_of_burden.
regula_beasts_of_burden_developed_workforce_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = small_development_growth_gain
}

# County modifier which indicates that the populace of the county is was
# given offense through task_beasts_of_burden.
regula_beasts_of_burden_offended_populace_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = low_negative_opinion
}

# County modifier which indicates that the populace of the county's resources
# were squandered by improper management during task_beasts_of_burden.
regula_beasts_of_burden_squandered_resources_modifier = {
	icon = economy_negative
	tax_mult = -0.2
}

# County modifier which indicates that the populace of the county is making
# lower construction progress due to task_beasts_of_burden.
regula_beasts_of_burden_clumsy_workforce_modifier = {
	icon = county_modifier_development_negative
	build_speed = 0.2
	holding_build_speed = 0.2
}
