﻿###############################################
# #Estate modifiers

ep3_estate_hired_agents_modifier = {
	icon = intrigue_positive

	owned_hostile_scheme_success_chance_max_add = 3
	owned_hostile_scheme_success_chance_growth_add = 3
	hostile_scheme_phase_duration_add = microscopic_scheme_phase_duration_bonus_value

	scale = {
		value = influence_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_PER_INFLUENCE_LEVEL
		display_mode = scaled
	}
}

ep3_estate_bolster_security_modifier = {
	icon = intrigue_positive

	enemy_hostile_scheme_success_chance_add = -4
	enemy_hostile_scheme_phase_duration_add = microscopic_scheme_phase_duration_malus_value

	scale = {
		value = influence_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_PER_INFLUENCE_LEVEL
		display_mode = scaled
	}
}

ep3_estate_governor_patrols_modifier = {
	icon = martial_positive
	
	defender_holding_advantage = 10
	monthly_county_control_growth_add = 0.5
}

ep3_estate_granary_modifier = {
	icon = treat_positive
	
	monthly_income = 0.1
	
	scale = {
		value = granary_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_ESTATE_FACTORS
		display_mode = scaled
	}
}

###############################################
# Eparch modifiers

ep3_eparch_county_opinion_modifier = {
	icon = county_modifier_opinion_positive
	
	county_opinion_add = 10
	
	scale = {
		value = eparch_aptitude_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_troops_modifier = {
	icon = martial_positive
	
	stationed_maa_damage_mult = 0.1
	stationed_maa_toughness_mult = 0.05
	stationed_maa_siege_value_mult = 0.12
	
	scale = {
		value = eparch_aptitude_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_control_modifier = {
	icon = county_modifier_control_positive
	
	monthly_county_control_growth_add = 0.3
	
	scale = {
		value = eparch_aptitude_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_development_modifier = {
	icon = county_modifier_development_positive
	
	development_growth = 0.1
	
	scale = {
		value = eparch_aptitude_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_fortified_capital_modifier = {
	icon = travel_safety_positive
	
	fort_level = 1
	garrison_size = 0.05
	
	scale = {
		value = eparch_aptitude_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_somewhat_fortified_capital_modifier = {
	icon = travel_safety_positive
	
	fort_level = 2
}

ep3_eparch_plague_protection_modifier = {
	icon = treatment_positive
	
	epidemic_resistance = 5
	epidemic_travel_danger = -2
	
	scale = {
		value = eparch_aptitude_modifier_scaling_value
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_physician_at_work_modifier = {
	icon = treatment_positive
	
	epidemic_resistance = 5
	development_decline_factor = -0.15
	
	scale = {
		value = {
			value = 1
			if = {
				limit = {
					exists = scope:physician
				}
				add = scope:physician.aptitude:court_physician_court_position
			}
			desc = MODIFIER_DEFINITION_MAIN_DESC_EPARCH_APTITUDE
		}
		desc = MODIFIER_DEFINITION_VALUE_EPARCH_APTITUDE
		display_mode = scaled
	}
}

ep3_eparch_university_influence_modifier = {
	icon = influence_positive
	
	monthly_influence_mult = 0.1
	# Has custom effects
}

###############################################
# #Governance modifiers

ep3_governance_tax_relief = {
	icon = stewardship_mixed
	
	tax_mult = -0.1
	development_growth_factor = 0.25
	county_opinion_add = 20
}

ep3_governance_stationed_troops = {
	icon = martial_positive
	
	tax_mult = 0.1
	monthly_county_control_growth_factor = 0.2
	stationed_maa_damage_mult = 0.1
	fort_level = 2
}

ep3_governance_festivities = {
	icon = county_modifier_opinion_positive
	
	tax_mult = 0.05
	monthly_county_control_growth_factor = 0.1
	county_opinion_add = 25
}

ep3_governance_infrastructure = {
	icon = economy_positive
	
	build_gold_cost = -0.15
	build_speed = -0.15
	holding_build_gold_cost = -0.1
	holding_build_speed = -0.1
}

ep3_governance_harvest = {
	icon = food_positive
	
	county_opinion_add = 10
	development_growth_factor = 0.05
	travel_danger = -4
	epidemic_resistance = 2
}

ep3_governance_great_harvest = {
	icon = food_positive
	
	county_opinion_add = 20
	development_growth_factor = 0.1
	travel_danger = -8
	epidemic_resistance = 6
}

ep3_governance_mercenary_troops = {
	icon = martial_mixed
	
	men_at_arms_maintenance = -0.2
	knight_effectiveness_mult = 0.2
	maa_damage_mult = 0.1
	county_opinion_add = -15
	monthly_prestige_gain_mult = -0.2
}

ep3_governance_workforce = {
	icon = economy_positive
	
	county_opinion_add = 10
	development_growth_factor = 0.1
	build_gold_cost = -0.1
	build_speed = -0.1
}

ep3_governance_rampant_bandits = {
	icon = travel_safety_negative
	
	county_opinion_add = -10
	travel_danger = 20
	monthly_county_control_decline_add = -0.2
}

ep3_settled_troops_province_modifier = {
	icon = martial_positive
	stationed_maa_damage_mult = 0.3
	stationed_maa_toughness_mult = 0.3
	stationed_maa_siege_value_mult = 0.3
}

ep3_longer_breaks_province_modifier = {
	icon = martial_negative
	stationed_maa_damage_mult = -0.1
	stationed_maa_toughness_mult = -0.1
}

ep3_better_paid_soldiers_modifier = {
	icon = martial_mixed
	men_at_arms_maintenance = 0.1
	maa_damage_mult = 0.15
}

ep3_mismanaged_administration_modifier = {
	icon = economy_negative
	tax_mult = -0.1
	monthly_county_control_decline_add = -0.2
}

ep3_contract_infrastructure_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = 0.2
	travel_danger = -10
}

ep3_invested_military_modifier = {
	icon = martial_positive
	stationed_maa_damage_mult = 0.1
	stationed_maa_toughness_mult = 0.1
}

ep3_food_distribution_modifier = {
	icon = food_positive
	county_opinion_add = 20
	monthly_county_control_growth_add = 0.15
}

ep3_peasant_border_raids_modifier = {
	icon = goods_mixed
	monthly_county_control_decline_add = -0.2
	garrison_size = 0.2
	hostile_raid_time = 0.4
}

ep3_peasant_workers_modifier = {
	icon = food_mixed
	tax_mult = 0.2
	county_opinion_add = -20
	development_growth_factor = 0.1
}

ep3_abundant_game_modifier = {
	icon = hunt_positive
	development_growth_factor = 0.15
}

ep3_wild_predators_modifier = {
	icon = hunt_negative
	development_growth_factor = -0.25
}

ep3_ferocious_pets_modifier = {
	icon = beast_mixed
	enemy_hostile_scheme_phase_duration_add = medium_scheme_phase_duration_malus_value
	dread_gain_mult = 0.25
	monthly_influence_mult = 0.1
	tax_mult = -0.15
}

ep3_church_investigation_modifier = {
	icon = flame_mixed
	holding_build_piety_cost = -0.5
	church_holding_build_speed = -0.3
	county_opinion_add = -25
	tax_mult = 0.2
}

ep3_rationalist_gov_modifier = {
	icon = learning_mixed
	learning = 2
	county_opinion_add = -10
	monthly_piety_gain_mult = -0.1
}

ep3_local_practices_modifier = {
	icon = county_modifier_control_positive
	county_opinion_add = 20
	monthly_county_control_growth_factor = 0.2
}

ep3_treasure_invest_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = 0.2
	build_gold_cost = -0.1
	travel_danger = -5
}

ep3_treasure_distributed_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = 0.2
}

ep3_lands_reinstated_modifier = {
	icon = administrative_positive
	levy_size = 0.2
	tax_mult = 0.1
	county_opinion_add = 10
}

ep3_land_confiscate_modifier = {
	icon = goods_positive
	domicile_build_speed = -0.1
	domicile_build_gold_cost = -0.1
}

ep3_religiously_pacified_modifier = {
	icon = piety_positive
	county_opinion_add = 20
	supply_limit_mult = 0.25
 	levy_reinforcement_rate = 0.25
 	travel_danger = -10
}

ep3_doom_repressed_modifier = {
	icon = county_modifier_opinion_mixed
	county_opinion_add = -20
	monthly_county_control_growth_factor = 0.2
}

ep3_religious_debate_modifier = {
	icon = learning_positive
	learning = 2
	monthly_influence_mult = 0.1
}

ep3_repayed_church_titles_modifier = {
	icon = piety_positive
	holding_build_piety_cost = -0.25
	church_holding_build_speed = -0.25
	church_holding_build_gold_cost = -0.25
}

ep3_rebuild_effort_modifier = {
	icon = rat_positive
	epidemic_resistance = 5
	supply_limit_mult = 0.15
	development_growth_factor = 0.2
	county_opinion_add = 10
}

ep3_tight_control_modifier = {
	icon = county_modifier_opinion_mixed
	county_opinion_add = -20
	development_growth_factor = -0.2
	monthly_county_control_growth_factor = 0.2
	epidemic_resistance = 10
	travel_danger = -10
}

ep3_war_support_modifier = {
	icon = martial_mixed
	tax_mult = -0.2
	fort_level = 1
	garrison_size = 0.5
}

ep3_war_supplies_modifier = {
	icon = goods_mixed
	tax_mult = -0.1
	supply_limit_mult = 0.5
	levy_reinforcement_rate_friendly_territory = 0.5
}

ep3_war_lodgings_modifier = {
	icon = martial_mixed
	tax_mult = -0.1
	supply_limit_mult = 0.25
	defender_holding_advantage = 5
}

ep3_war_lookout_modifier = {
	icon = martial_mixed
	tax_mult = -0.1
	travel_danger = -10
	defender_holding_advantage = 10
}

ep3_war_compensations_modifier = {
	icon = stewardship_positive
	tax_mult = 0.1
	monthly_county_control_growth_at_war_factor = 0.25
	development_growth_factor = 0.25
}

###############################################
# #Character modifiers

ep3_restored_pentarchy_seat_county_modifier = {
	icon = byzantine_eagle_positive
	tax_mult = 0.2
	levy_size = 0.3
}

ep3_restored_pentarchy_seat_modifier = {
	icon = byzantine_eagle_positive
	monthly_piety = 0.3
	learning = 2
	religious_head_opinion = 25
	same_faith_opinion = 10
}

ep3_maximum_border_county_modifier = {
	icon = byzantine_eagle_positive
	development_growth = 0.2
	levy_size = 0.1
	castle_holding_build_gold_cost = -0.1
}

ep3_maximum_border_modifier = {
	icon = byzantine_eagle_positive
	martial = 2
	monthly_prestige = 0.3
	glory_hound_levy_contribution_mult = 0.03
}

ep3_new_justinian_county_modifier = {
	icon = byzantine_eagle_positive
	tax_mult = 0.2
	city_holding_build_gold_cost = -0.2
}

ep3_new_justinian_modifier = {
	icon = byzantine_eagle_positive
	diplomacy = 2
	monthly_influence = 0.3
}

ep3_western_tetrarch_county_modifier = {
	icon = byzantine_eagle_positive
	monthly_county_control_growth_add = 1
	travel_danger = -10
}

ep3_western_tetrarch_modifier = {
	icon = byzantine_eagle_positive
	intrigue = 2
	monthly_lifestyle_xp_gain_mult = 0.2
	men_at_arms_maintenance = -0.03
}

ep3_long_lost_province_county_modifier = {
	icon = byzantine_eagle_positive
	development_growth_factor = 0.1
	city_holding_build_gold_cost = -0.3
}

ep3_long_lost_province_modifier = {
	icon = byzantine_eagle_positive
	diplomacy = 2
	direct_vassal_opinion = 10
	mercenary_hire_cost_mult = -0.1
}

ep3_long_contested_province_county_modifier = {
	icon = byzantine_eagle_positive
	build_speed = -0.15
	defender_holding_advantage = 5
	levy_reinforcement_rate = 0.5
}

ep3_long_contested_province_modifier = {
	icon = byzantine_eagle_positive
	martial = 2
	stress_gain_mult = -0.2
	army_maintenance_mult = -0.1
}

ep3_medi_gem_county_modifier = {
	icon = byzantine_eagle_positive
	build_gold_cost = -0.2
	development_growth_factor = medium_development_growth_gain
}

ep3_medi_gem_modifier = {
	icon = byzantine_eagle_positive
	stewardship = 2
	monthly_income_mult = 0.1
	courtly_tax_contribution_mult = 0.03
}

ep3_politics_before_all_modifier = {
	icon = diplomacy_mixed
	diplomacy = 1
	courtly_opinion = -5
	parochial_opinion = -10
	different_culture_opinion = 5
	minority_opinion = 5
}

ep3_everything_for_byz_modifier = {
	icon = byzantine_eagle_mixed
	zealot_opinion = 5
	glory_hound_opinion = 5
	clergy_opinion = 10
	different_culture_opinion = -5
}

vast_tracts_of_land_modifier = {
	icon = stewardship_positive
	stacking = yes
	monthly_income = 0.8
	monthly_influence = 0.4
}

productive_lands_modifier = {
	icon = stewardship_positive
	monthly_income = 0.3
	monthly_influence = 0.2
}

some_smallholds_modifier = {
	icon = stewardship_positive
	monthly_income = 0.1
	monthly_influence = 0.1
}

holy_water_mortal_stomach_modifier = {
	icon = health_negative
  	health = -0.25
}

haunted_by_hostile_troops_modifier = {
	icon = stress_mixed
	stress_gain_mult = 0.25
	character_travel_speed_mult = 0.1
}

ep3_triumph_of_god_modifier = {
	icon = piety_positive
	zealot_opinion = 15
	same_faith_opinion = 5
	zealot_tax_contribution_mult = 0.25
	monthly_piety = 0.3
}

ep3_blessed_in_triumph_modifier = {
	icon = piety_positive
	zealot_opinion = 5
	same_faith_opinion = 5
	diplomacy_per_piety_level = 1
	monthly_prestige = 0.2
}

ep3_triumph_traditional_punishments_modifier = {
	icon = medical_scissors_positive
	councillor_opinion = 10
	monthly_legitimacy_add = 1
	monthly_prestige_gain_per_legitimacy_level_add = 0.2
	diplomacy_per_prestige_level = 1
}

ep3_triumph_public_executioner_modifier = {
	icon = dread_positive
	monthly_dread = 0.25
	monthly_county_control_growth_add = 0.3
	intimidated_vassal_tax_contribution_mult = 0.1
	cowed_vassal_tax_contribution_mult = 0.2
}

ep3_triumph_promised_victories_modifier = {
	icon = martial_positive
	martial = 1
	glory_hound_opinion = 10
	men_at_arms_maintenance = -0.2
	happy_powerful_vassal_levy_contribution_mult = 0.2
}

ep3_triumph_promised_stability_modifier = {
	icon = diplomacy_positive
	diplomacy = 1
	courtly_opinion = 10
	monthly_prestige_gain_per_happy_powerful_vassal_add = 0.2
	monthly_county_control_growth_add = 0.2
}

ep3_triumph_promised_prosperity_modifier = {
	icon = stewardship_positive
	stewardship = 1
	parochial_opinion = 10
	development_growth_factor = 0.2
	monthly_income_mult = 0.1
}

ep3_voluntary_laamp_character_modifier = {
	icon = prestige_positive
	same_culture_opinion = 10
	same_faith_opinion = 10
	travel_companion_opinion = 10
}

ep3_guide_from_the_borderlands_modifier = {
	icon = travel_positive
	hills_travel_danger = -20
	mountains_travel_danger = -20
	steppe_travel_danger = -20
	character_travel_speed_mult = 0.1
}

ep3_emperor_proving_themselves_modifier = {
	icon = signet_ring_mixed
	legitimacy_gain_mult = 0.05
	religious_head_opinion = -15
	zealot_opinion = -5
}

ep3_blessed_union_modifier = {
	icon = wedding_positive
	zealot_opinion = 5
	monthly_piety_gain_mult = 0.15
	zealot_tax_contribution_mult = 0.1
}

ep3_non_blessed_union_modifier = {
	icon = wedding_negative
	zealot_opinion = -5
	monthly_piety_gain_mult = -0.15
	zealot_tax_contribution_mult = -0.1
}

ep3_ennobled_adventurer_modifier_1 = {
	icon = legitimacy_negative
	fellow_vassal_opinion = -15
	vassal_opinion = -15
	legitimacy_gain_mult = -0.25
}

ep3_ennobled_adventurer_modifier_2 = {
	icon = legitimacy_negative
	fellow_vassal_opinion = -20
	vassal_opinion = -20
	legitimacy_gain_mult = -0.3
}

ep3_ennobled_adventurer_modifier_3 = {
	icon = legitimacy_negative
	fellow_vassal_opinion = -25
	vassal_opinion = -25
	legitimacy_gain_mult = -0.4
}

disrespected_varangians_modifier = {
	icon = intrigue_negative
	enemy_hostile_scheme_phase_duration_add = medium_scheme_phase_duration_bonus_value
	heavy_infantry_damage_mult = -0.1
	heavy_infantry_toughness_mult = -0.1
}

loyal_varangians_modifier = {
	icon = martial_positive
	heavy_infantry_damage_mult = 0.25
	heavy_infantry_toughness_mult = 0.25
	heavy_infantry_recruitment_cost_mult = -0.25
}

attentive_varangians_modifier = {
	icon = intrigue_positive
	enemy_hostile_scheme_phase_duration_add = medium_scheme_phase_duration_malus_value
	courtier_and_guest_opinion = 10
}

ep3_exotic_giraffe_modifier = {
	icon = horse_positive
	monthly_county_control_growth_factor = 0.2
  	monthly_court_grandeur_change_mult = 0.2
  	court_grandeur_baseline_add = 2
}

defender_of_values_modifier = {
	icon = signet_ring_positive
	same_culture_opinion = 10
	parochial_same_culture_opinion = 5
}

ep3_mercenaries_abroad_modifier = {
	icon = martial_negative
	men_at_arms_maintenance = 0.3
	men_at_arms_recruitment_cost = 0.3
}

ep3_mercenaries_from_abroad_modifier = {
	icon = martial_positive
	men_at_arms_maintenance = -0.3
	men_at_arms_recruitment_cost = -0.3
}

ep3_bought_the_purple_modifier = {
	icon = byzantine_eagle_positive
	monthly_influence = 0.1
	general_opinion = 10
}

ep3_leviathan_success_character_modifier = {
	icon = beast_positive
	general_opinion = 5
	county_opinion_add = 20
}

ep3_leviathan_failure_character_modifier = {
	icon = beast_negative
	embarkation_cost_mult = 0.15
}

ep3_iconoclast_modifier = {
	icon = piety_mixed
	county_opinion_add = -20
	same_faith_opinion = 15
}

ep3_grave_robber_modifier = {
	icon = influence_mixed
	county_opinion_add = -20
	monthly_influence_mult = -0.05
	dread_gain_mult = 0.05
}

ep3_construction_contract_modifier = {
	icon = county_modifier_development_positive
	monthly_income = 1	
}

ep3_pilgrim_protector_same_modifier = {
	icon = piety_positive
	same_faith_opinion = 10
	zealot_opinion = 10
	church_holding_build_gold_cost = -0.3
	church_holding_build_speed = -0.3
}

ep3_pilgrim_protector_other_modifier = {
	icon = piety_positive
	different_faith_county_opinion_mult = -0.3
	different_faith_opinion = 15
	faith_conversion_piety_cost_mult = -0.5
	domain_tax_different_faith_mult = 0.1
}

ep3_friendly_host_modifier = {
	icon = influence_positive
	county_opinion_add = 15
	zealot_opinion = 10
}

ep3_unbeliever_in_signs_modifier = {
	icon = wit_mixed
	monthly_piety_gain_mult = -0.15
	stress_gain_mult = -0.15
	diplomacy = 1
	learning = -1
}

ep3_law_and_order_modifier = {
	icon = signet_ring_mixed
	martial = 1
	dread_gain_mult = 0.2
	county_opinion_add = -15
}

ep3_crowd_bender_modifier = {
	icon = diplomacy_positive
	diplomacy = 1
	monthly_influence_mult = 0.2
}

ep3_bolstered_governor_treasury_modifier = {
	icon = administrative_positive
	monthly_influence_mult = 0.1
	development_growth_factor = 0.05
}

ep3_governor_yearly_8080_tense_bureaucracy_modifier = {
	icon = administrative_mixed
	county_opinion_add = 10
	dread_baseline_add = 5
	tax_mult = -0.1
}

ep3_governor_yearly_8080_jumpy_bureaucracy_modifier = {
	icon = administrative_mixed
	county_opinion_add = 25
	dread_baseline_add = 10
	tax_mult = -0.15
}

ep3_governor_yearly_8080_corrupt_bureaucracy_modifier = {
	icon = administrative_negative
	county_opinion_add = -25
	dread_baseline_add = -10
}

ep3_governor_yearly_8050_imperial_recruiter_modifier = {
	icon = administrative_positive
	liege_opinion = 10
	monthly_influence_mult = 0.1
}

ep3_governor_yearly_8050_imperial_fortification_modifier = {
	icon = administrative_mixed
	additional_fort_level = 1
	garrison_size = 0.1
	liege_opinion = -10
	monthly_influence_mult = -0.1
}

ep3_governor_yearly_8050_imperial_resources_modifier = {
	icon = administrative_negative
	liege_opinion = -15
}

ep3_governor_yearly_8040_province_development_modifier = {
	icon = administrative_mixed
	build_gold_cost = -0.25
	holding_build_gold_cost = -0.25
	domicile_build_gold_cost = 0.25
}

ep3_governor_yearly_8040_domicile_development_modifier = {
	icon = administrative_mixed
	domicile_build_gold_cost = -0.25
	build_gold_cost = 0.25
	holding_build_gold_cost = 0.25
}

ep3_governor_yearly_8040_across_things_modifier = {
	icon = administrative_positive
	domicile_build_gold_cost = -0.1
	build_gold_cost = -0.1
	holding_build_gold_cost = -0.1
	vassal_opinion = 10
}

ep3_governor_yearly_8040_overwhelmed_modifier = {
	icon = administrative_negative
	stewardship = -2
	domicile_build_gold_cost = 0.10
	build_gold_cost = 0.10
	holding_build_gold_cost = 0.10
	stress_gain_mult = 0.15
}

ep3_governor_yearly_8040_shirker_modifier = {
	icon = administrative_mixed
	vassal_opinion = -10
	monthly_influence_mult = -0.2
	stress_gain_mult = -0.15
}

laamp_prepping_for_invasion = {
	icon = martial_positive
	men_at_arms_maintenance = -0.1
	men_at_arms_recruitment_cost = -0.1
}

laamp_familiar_lands = {
	icon = travel_positive
	character_travel_speed_mult = 0.1
	character_travel_safety_mult = 0.1
}

ep3_governor_yearly_8120_relief_leader_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 25
	monthly_influence_mult = 0.1
}

ep3_governor_yearly_8120_relief_botched_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -25
	monthly_influence_mult = -0.1
}

ep3_governor_yearly_8120_relief_rejected_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -30
}

ep3_governor_yearly_8130_raised_taxes_modifier = {
	icon = byzantine_eagle_mixed
	tax_mult = 0.2
	county_opinion_add = -30
}

ep3_governor_yearly_8130_special_levy_modifier = {
	icon = byzantine_eagle_negative
	county_opinion_add = -15
}

ep3_governor_yearly_8130_raised_almonage_modifier = {
	icon = byzantine_eagle_mixed
	development_growth_factor = 0.1
	epidemic_resistance = 5
	county_opinion_add = 10
	vassal_opinion = -15
}

ep3_sent_help_to_east_modifier = {
	icon = martial_negative
	vassal_levy_contribution_mult = -0.2
	levy_size = -0.2
}

ep3_efforts_recognized_modifier = {
	icon = signet_ring_positive
	monthly_influence_mult = 0.2
	monthly_prestige_gain_mult = 0.2
	stress_gain_mult = -0.2
}

ep3_publicly_recognized_modifier = {
	icon = signet_ring_positive
	monthly_influence_mult = 0.15
	fellow_vassal_opinion = 10
	dynasty_opinion = 10
}

ep3_integration_promoter_modifier = {
	icon = administrative_positive
	domicile_build_speed = -0.25
	monthly_influence = 0.5
}

# #County modifiers
taxed_and_pressganged_tenants_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -25
	development_growth = -0.25
}

ep3_century_celebration_county_modifier = {
	icon = byzantine_eagle_positive
	development_growth_factor = medium_development_growth_gain
	development_growth = 0.2
	tax_mult = 0.3
	county_opinion_add = 25
}

ep3_foundation_celebration_county_modifier = {
	icon = byzantine_eagle_positive
	development_growth_factor = small_development_growth_gain
}

ep3_development_sacrifice_modifier = {
	icon = county_modifier_development_negative
	development_growth_factor = tiny_development_growth_loss
	tax_mult = -0.1
	county_opinion_add = -10
}

ep3_development_waning_modifier = {
	icon = county_modifier_development_negative
	development_growth_factor = small_development_growth_loss
	tax_mult = -0.15
	county_opinion_add = -15
}

ep3_school_building_county_modifier = {
	icon = learning_negative
	build_speed = 0.5
}

ep3_grammar_school_county_modifier = {
	icon = learning_positive
	county_opinion_add = 20
	development_growth_factor = small_development_growth_gain
}

ep3_leviathan_loose_county_modifier = {
	icon = county_modifier_development_negative
	development_growth_factor = small_development_growth_loss
	tax_mult = -0.2
	county_opinion_add = -25
}

ep3_leviathan_mandate_county_modifier = {
	icon = county_modifier_development_mixed
	development_growth_factor = tiny_development_growth_loss
	tax_mult = -0.1
	county_opinion_add = 10
}

ep3_raider_unchecked_modifier = {
	icon = county_modifier_development_negative
	development_growth_factor = small_development_growth_loss
	tax_mult = -0.2
	county_opinion_add = -25
}

land_of_holy_county_modifier = {
	icon = signet_ring_positive
	county_opinion_add = 20
	monthly_county_control_growth_factor = 0.2
	levy_reinforcement_rate = 0.1
}

no_crooks_county_modifier = {
	icon = signet_ring_positive
	development_growth_factor = small_development_growth_gain
	tax_mult = 0.15
}

ep3_persecuting_saints_county_modifier = {
	icon = signet_ring_negative
	development_growth_factor = small_development_growth_loss
}

ep3_conmen_among_us_county_modifier = {
	icon = signet_ring_negative
	tax_mult = -0.1
}

ep3_settling_nomads_county_modifier = {
	icon = horse_mixed
	development_growth_factor = small_development_growth_gain
	monthly_county_control_growth_factor = -0.1
	epidemic_resistance = -5
}

ep3_tunnels_encouraged_county_modifier = {
	icon = goods_mixed
	hostile_raid_time = 0.75
	defender_holding_advantage = 10
	fort_level = 1
	travel_danger = 10
	tax_mult = -0.3
}

ep3_population_control_county_modifier = {
	icon = county_modifier_control_mixed
	county_opinion_add = -30
	hostile_raid_time = -0.25
	monthly_county_control_growth_factor = 0.2
	tax_mult = 0.1
}

ep3_open_granary_county_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = small_development_growth_gain
	county_opinion_add = 10
}

ep3_roaming_shepherds_county_modifier = {
	icon = horse_mixed
	development_growth_factor = small_development_growth_gain
	travel_danger = -10
	monthly_county_control_growth_add = -0.15
}

ep3_monastic_quiet_county_modifier = {
	icon = learning_mixed
	development_growth_factor = small_development_growth_loss
	epidemic_resistance = 10
	tax_mult = 0.1
}

ep3_rampaging_disorders_county_modifier = {
	icon = blood_negative
	development_growth_factor = medium_development_growth_loss
}

ep3_governor_yearly_8030_stifled_modifier = {
	icon = county_modifier_development_negative
	development_growth_factor = small_development_growth_loss
	county_opinion_add = -25
}

ep3_governor_yearly_8030_benign_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = small_development_growth_gain
	county_opinion_add = 15
}

ep3_governor_yearly_8030_benign_char_modifier = {
	icon = estate_positive
	domicile_build_gold_cost = -0.15
}

ep3_governor_yearly_8170_warning_system_modifier = {
	icon = byzantine_eagle_positive
	hostile_raid_time = 0.25
	development_growth_factor = 0.05
	county_opinion_add = 15
}

ep3_governor_yearly_8170_success_modifier = {
	icon = byzantine_eagle_positive
	hostile_raid_time = 0.5
	additional_fort_level = 1
	county_opinion_add = 25
}

ep3_governor_yearly_8170_failure_modifier = {
	icon = byzantine_eagle_negative
	hostile_raid_time = -0.5
	development_growth_factor = -0.1
	county_opinion_add = -25
}

ep3_governor_yearly_8160_promoted_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 25
}

ep3_governor_yearly_8160_suppressed_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -25
}

ep3_governor_yearly_8140_negotiated_modifier = {
	icon = byzantine_eagle_positive
	development_growth_factor = 0.1
	county_opinion_add = 25
}

ep3_governor_yearly_8140_defended_modifier = {
	icon = byzantine_eagle_negative
	development_decline = -0.2
	county_opinion_add = -40
}

ep3_governor_yearly_8140_ignored_modifier = {
	icon = byzantine_eagle_negative
	development_decline = -0.1
	county_opinion_add = -20
}

ep3_governor_yearly_8120_relief_aid_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 50
	monthly_county_control_growth_add = 0.1
	development_growth = 0.5
}

ep3_governor_yearly_8150_placated_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 25
}

ep3_governor_yearly_8150_insulted_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -50
	tax_mult = -0.1
}

ep3_governor_yearly_8150_concession_modifier = {
	icon = county_modifier_opinion_mixed
	county_opinion_add = 25
	tax_mult = -0.1
	levy_size = -0.1
}

ep3_governor_yearly_8150_crackdown_modifier = {
	icon = county_modifier_opinion_mixed
	county_opinion_add = 25
	development_growth_factor = -0.2
}

ep3_governor_yearly_8150_minority_crackdown_modifier = {
	icon = county_modifier_opinion_mixed
	minority_opinion = -20
	dread_baseline_add = 20
	levy_toughness = -5
}

ep3_governor_yearly_8150_peasant_crackdown_modifier = {
	icon = county_modifier_opinion_mixed
	dread_baseline_add = 20
	levy_toughness = -5
	levy_reinforcement_rate_even_if_baron = -0.2
}

pandidakterion_university_modifier = {
	icon = byzantine_eagle_positive
	development_growth_factor = 0.15
}

grain_providers_county_modifier = {
	icon = economy_positive
	tax_mult = 0.2
}

panem_et_circenses_county_modifier = {
	icon = treat_positive
	county_opinion_add = 10
	development_growth_factor = 0.05
	epidemic_resistance = 3

	scale = {
		value = number_of_granaries_in_egypt_value
		desc = MODIFIER_DEFINITION_VALUE_PER_EGYPT_GRANARY
		display_mode = scaled
	}
}

improve_de_jure_integration_modifier = {
	icon = diplomacy_positive
}

improve_promote_culture_modifier = {
	icon = stewardship_positive
}

# Province modifiers
ep3_leviathan_loose_province_modifier = {
	icon = beast_negative
	coastal_sea_travel_danger = 20
}

ep3_leviathan_mandate_province_modifier = {
	icon = beast_negative
	coastal_sea_travel_danger = 10
}

ep3_governor_yearly_8070_ignore_modifier = {
	icon = stewardship_mixed
	stewardship = -2
	stress_gain_mult = -0.2
}

ep3_imperial_tombs_violated_province_modifier = {
	icon = byzantine_crown_mixed
	monthly_income = 0.1
	build_speed = 0.2
}

# Travel modifiers
ep3_guides_and_guards_modifier = {
	icon = compass_positive
	travel_safety = 10
	travel_speed = 5
}

ep3_lay_of_the_land_modifier = {
	icon = compass_positive
	travel_speed = 5
}

###########################################################
# Schemes Modifiers

scheme_slandered_modifier = {
	icon = influence_negative
}

scheme_promoted_modifier = {
	icon = influence_positive
}

admin_emperor_scheme_modifier = {
	icon = intrigue_positive
	scheme_success_chance_max = 20
	scheme_success_chance_growth = 2
	scheme_phase_duration = -10
	scheme_secrecy = 10
}

admin_dominant_family_scheme_modifier = {
	icon = intrigue_positive
	scheme_success_chance_max = 25
	scheme_success_chance_growth = 3
	scheme_phase_duration = -15
	scheme_secrecy = 15
}

admin_powerful_family_scheme_modifier = {
	icon = intrigue_positive
	scheme_success_chance_max = 10
	scheme_success_chance_growth = 1
	scheme_phase_duration = -5
	scheme_secrecy = 5
}

admin_target_emperor_scheme_modifier = {
	icon = intrigue_negative
	scheme_success_chance_max = -15
	scheme_phase_duration = 10
	scheme_secrecy = -10
}
admin_target_dominant_family_scheme_modifier = {
	icon = intrigue_negative
	scheme_success_chance_max = -20
	scheme_phase_duration = 15
	scheme_secrecy = -15
}
admin_target_powerful_family_scheme_modifier = {
	icon = intrigue_negative
	scheme_success_chance_max = -10
	scheme_phase_duration = 5
	scheme_secrecy = -5
}

hostile_schemes_distracted_modifier = {
	icon = intrigue_negative
	intrigue = -1
}

personal_schemes_distracted_modifier = {
	icon = intrigue_negative
	diplomacy = -1
}

political_schemes_distracted_modifier = {
	icon = intrigue_negative
	monthly_influence_mult = -0.1
}

estate_supporting_buildings_modifier = {
	icon = goods_positive
	domicile_build_speed = -0.1

	scale = {
		value = {
			value = 0
			every_in_list = {
				variable = supporting_building
				add = 1
			}
			min = 1
		}
		desc = MODIFIER_DEFINITION_VALUE_PER_SUPPORTER
		display_mode = scaled
	}
}


###########################################################
# CHARIOT RACE
emperor_chariot_race_speech_appeasing_populace_modifier = {
	icon = county_modifier_opinion_mixed
	county_opinion_add = 30
	tax_mult = -0.2
	monthly_county_control_growth_factor = 0.25
}

emperor_chariot_race_war_speech_modifier = {
	icon = martial_positive
	monthly_war_income_mult = 0.1
	levy_reinforcement_rate = 0.25
	levy_size = 0.1
}

emperor_chariot_race_legend_speech_modifier = {
	icon = legend_positive
	owned_legend_spread_mult = 0.2
	influence_level_impact_mult = 0.2
}

emperor_chariot_race_speech_neutral_county_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 20
}

soused_at_the_races_modifier = {
	icon = stress_mixed
	stress_loss_mult = 0.5
	stress_gain_mult = -0.5
	monthly_influence_mult = -0.75
}

mercantile_contacts_modifier = {
	icon = county_modifier_development_positive
	tax_mult = 0.2
	build_gold_cost = -0.1
	build_speed = -0.1
}

powerful_loyal_deme_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 15
}

sizable_loyal_deme_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 10
}

flourishing_local_deme_modifier = {
	icon = county_modifier_development_mixed
	county_opinion_add = 10
	development_growth_factor = medium_development_growth_gain
	monthly_county_control_growth_factor = -0.2
}

chariot_race_blues_statue_county_modifier = {
	icon = county_modifier_development_positive
	county_opinion_add = 10
	monthly_county_control_growth_add = 0.15
}
chariot_race_greens_statue_county_modifier = {
	icon = county_modifier_development_positive
	county_opinion_add = 10
	monthly_county_control_growth_add = 0.15
}
chariot_race_whites_statue_county_modifier = {
	icon = county_modifier_development_positive
	county_opinion_add = 10
	monthly_county_control_growth_add = 0.15
}
chariot_race_reds_statue_county_modifier = {
	icon = county_modifier_development_positive
	county_opinion_add = 10
	monthly_county_control_growth_add = 0.15
}
calmed_after_charioteer_died_spectator = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -20
}

restored_greek_theme_modifier = {
	icon = signet_ring_positive
	stewardship = 1
	county_opinion_add = 15
}

brutal_castration_modifier = {
	icon = health_negative
	health = -0.75
	stress_gain_mult = 0.2
}

ravaged_by_greek_fire_modifier = {
	icon = flame_negative
	advantage = -2
	coastal_advantage = -3
	embarkation_cost_mult = 3
}

defenders_immolated_modifier = {
	icon = flame_negative
	fort_level = -3
	garrison_size = -0.5
	county_opinion_add = -20
}

defensive_fire_dromons_modifier = {
	icon = flame_mixed
	fort_level = 1
	county_opinion_add = 5
	tax_mult = -0.05
}

assaulted_by_greek_fire_modifier = {
	icon = flame_negative
	advantage = -1
	coastal_advantage = -2
	embarkation_cost_mult = 1.5
}

noble_administrators_modifier = {
	icon = byzantine_eagle_positive
	monthly_influence_mult = 0.1
}

#Dynasty - House
retaken_eastern_provinces_modifier = {
	icon = byzantine_eagle_positive
	monthly_influence_mult = 0.2
}

ep3_unlocked_silk = {
	icon = byzantine_eagle_positive
}

# Admin Eunuch

admin_eunuch_liege_1_modifier = {
	icon = social_negative
	stewardship = -3
	tax_mult = -0.15
	enemy_hostile_scheme_success_chance_add = 15
}

admin_eunuch_liege_2_modifier = {
	icon = social_negative
	stewardship = -2
	tax_mult = -0.10
	enemy_hostile_scheme_success_chance_add = 10
}

admin_eunuch_liege_3_modifier = {
	icon = social_negative
	stewardship = -1
	tax_mult = -0.05
	enemy_hostile_scheme_success_chance_add = 5
}

admin_eunuch_liege_4_modifier = {
	icon = stewardship_mixed
	stewardship = 2
	stress_gain_mult = -0.1
	intrigue = -1
}

admin_eunuch_liege_5_modifier = {
	icon = stewardship_mixed
	stewardship = 3
	domain_limit = 1
	stress_gain_mult = -0.2
	vassal_opinion = -10
	intrigue = -2
	
}

admin_eunuch_liege_6_modifier = {
	icon = stewardship_mixed
	stewardship = 4
	domain_limit = 1
	stress_gain_mult = -0.3
	vassal_opinion = -15
	intrigue = -3
}

admin_eunuch_liege_7_modifier = {
	icon = stewardship_mixed
	stewardship = 5
	domain_limit = 1
	stress_gain_mult = -0.4
	vassal_opinion = -20
	intrigue = -4
}

admin_eunuch_liege_8_modifier = {
	icon = stewardship_mixed
	stewardship = 6
	domain_limit = 2
	stress_gain_mult = -0.5
	vassal_opinion = -25
	intrigue = -5
}

admin_eunuch_eunuch_1_modifier = {
	icon = social_negative
	opinion_of_liege = -45
}

admin_eunuch_eunuch_2_modifier = {
	icon = social_negative
	opinion_of_liege = -30
}

admin_eunuch_eunuch_3_modifier = {
	icon = social_negative
	opinion_of_liege = -15
}

admin_eunuch_eunuch_4_modifier = {
	icon = intrigue_mixed
	intrigue = 2
	monthly_influence = 0.1
	monthly_income = 0.25
	stress_gain_mult = 0.1
}

admin_eunuch_eunuch_5_modifier = {
	icon = intrigue_mixed
	intrigue = 3
	monthly_influence = 0.2
	owned_hostile_scheme_success_chance_add = 5
	monthly_income = 0.5
	max_hostile_schemes_add = 1
	general_opinion = -10
	stress_gain_mult = 0.2
}

admin_eunuch_eunuch_6_modifier = {
	icon = intrigue_mixed
	intrigue = 4
	monthly_influence = 0.3
	owned_hostile_scheme_success_chance_add = 10
	monthly_income = 0.75
	max_hostile_schemes_add = 1
	general_opinion = -15
	stress_gain_mult = 0.3
	
}

admin_eunuch_eunuch_7_modifier = {
	icon = intrigue_mixed
	intrigue = 5
	monthly_influence = 0.4
	owned_hostile_scheme_success_chance_add = 15
	monthly_income = 1
	max_hostile_schemes_add = 1
	general_opinion = -20
	stress_gain_mult = 0.4
}

admin_eunuch_eunuch_8_modifier = {
	icon = intrigue_mixed
	intrigue = 6
	monthly_influence = 0.5
	owned_hostile_scheme_success_chance_add = 25
	monthly_income = 1.5
	max_hostile_schemes_add = 2
	general_opinion = -25
	stress_gain_mult = 0.5
}

admin_eunuch_raise_taxes_modifier = {
	icon = economy_mixed
	tax_mult = 0.15
	county_opinion_add = -50
}

admin_eunuch_puppet_modifier = {
	icon = social_positive
	stewardship = 2
	monthly_influence = 1.0
}

ep3_consolidated_rule_modifier = {
	icon = legitimacy_positive
	legitimacy_gain_mult = 0.25
}
 
### GRAND AMBITIONS STORY CYCLE MODIFIERS

# SCHEME MODIFIERS
scheme_grand_ambitions_modifier = {
	icon = signet_ring_positive
	scheme_secrecy = 40
	scheme_success_chance = 50
}

scheme_grand_ambitions_bribed_functionaries_modifier = {
	icon = signet_ring_positive
	scheme_success_chance = 10
}

scheme_grand_ambitions_bribed_merchants_modifier = {
	icon = signet_ring_positive
	scheme_phase_duration = -10
}

scheme_grand_ambitions_bribed_scribes_modifier = {
	icon = signet_ring_positive
	scheme_secrecy = 10
}

scheme_grand_ambitions_embezzling_modifier = {
	icon = stewardship_positive
	scheme_success_chance = 5
}

scheme_grand_ambitions_powerful_family_modifier = {
	icon = signet_ring_positive
	scheme_success_chance = 30
	scheme_secrecy = 30
}

ep3_grand_ambitions_cheaper_maa_modifier = {
	icon = martial_mixed
	men_at_arms_recruitment_cost = -0.3
	maa_damage_mult = 0.05
	monthly_county_control_growth_factor = -0.20
}

ep3_grand_ambitions_local_labor_modifier = {
	icon = signet_ring_positive
	domicile_build_speed = -0.2
	men_at_arms_recruitment_cost = -0.1
}

ep3_grand_ambitions_rioting_county_modifier = {
	icon = byzantine_eagle_negative
	county_opinion_add = -25
	monthly_county_control_decline_add = -5
}

ep3_grand_ambitions_hushed_rumors = {
	icon = byzantine_eagle_mixed
	county_opinion_add = -10
	monthly_county_control_decline_add = 1
}

### END GRAND AMBITIONS MODIFIERS

prepared_for_daring_deeds_modifier = {
	icon = martial_positive
	mercenary_hire_cost_mult = -0.5
	supply_capacity_add = 200
	glory_hound_opinion = 20
}

eager_for_empire_modifier = {
	icon = byzantine_eagle_positive
	prowess = 2
	health = 0.5
	enemy_hostile_scheme_success_chance_add = -30
}

crippled_by_imperial_debt_modifier = {
	icon = county_modifier_development_negative
	development_decline = -1
	garrison_size = -0.5
	levy_size = -0.5
	tax_mult = -0.33
}

bent_before_crusaders_modifier = {
	icon = byzantine_eagle_negative
	glory_hound_opinion = -20
	parochial_opinion = -20
	county_opinion_add = -25
	monthly_prestige_gain_mult = -0.25
	levy_size = -0.2
}

grand_crusader_fleet_modifier = {
	icon = compass_positive
	embarkation_cost_mult = -0.7
	naval_movement_speed_mult = 0.33
}

ep3_agitated_populace = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -25
}

ep3_religious_doubts = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -25
}

ep3_gave_out_provisions = {
	icon = county_modifier_opinion_negative
	stacking = yes
	county_opinion_add = -15
	supply_limit_mult = -0.2
}

laamp_decision_church_health_modifier = {
	icon = treatment_positive
	health = 0.1
	fertility = 0.1

	scale = {
		value = {
			value = 0
			if = {
				limit = { exists = var:1041_healer_aptitude }
				if = {
					limit = { var:1041_healer_aptitude = 5 } # 50%
					add = 5
				}
				else_if = {
					limit = { var:1041_healer_aptitude >= 4 } # 40%
					add = 4
				}
				else_if = {
					limit = { var:1041_healer_aptitude >= 3 } # 30%
					add = 3
				}
				else_if = {
					limit = { var:1041_healer_aptitude >= 2 } # 20%
					add = 2
				}
				else = { add = 1 } # No change, 10%
			}
		}
		desc = MODIFIER_DEFINITION_VALUE_PER_PHYSICIAN_APTITUDE
		display_mode = scaled
	}
}

laamp_decision_church_health_partner_modifier = {
	icon = treatment_positive
	health = 0.1
	fertility = 0.1

	scale = {
		value = {
			value = 0
			if = {
				limit = { exists = var:1041_partner_healer_aptitude }
				if = {
					limit = { var:1041_partner_healer_aptitude = 5 }
					add = 4.5
				}
				else_if = {
					limit = { var:1041_partner_healer_aptitude >= 4 }
					add = 3.6
				}
				else_if = {
					limit = { var:1041_partner_healer_aptitude >= 3 }
					add = 2.7
				}
				else_if = {
					limit = { var:1041_partner_healer_aptitude >= 2 }
					add = 1.8
				}
				else = { add = 0.9 }
			}
		}
		desc = MODIFIER_DEFINITION_VALUE_PER_PHYSICIAN_APTITUDE
		display_mode = scaled
	}
}

laamp_decision_church_blessing_stress_loss_modifier = {
	icon = piety_positive
	stress_loss_mult = 0.1
	monthly_piety = 2
	life_expectancy = 5

	scale = {
		value = {
			value = 0
			if = {
				limit = { piety_level >= max_piety_level }
				add = 5
			}
			else_if = {
				limit = { piety_level >= very_high_piety_level }
				add = 4
			}
			else_if = {
				limit = { piety_level >= high_piety_level }
				add = 3
			}
			else_if = {
				limit = { piety_level >= medium_piety_level }
				add = 2
			}
			else = { add = 1 }
		}
		desc = MODIFIER_DEFINITION_VALUE_BASED_ON_PIETY_LEVEL
		display_mode = scaled
	}
}

laamp_decision_church_blessing_stress_gain_modifier = {
	icon = piety_positive
	stress_gain_mult = -0.1
	monthly_piety = 2
	life_expectancy = 5

	scale = {
		value = {
			value = 0
			if = {
				limit = { piety_level >= max_piety_level }
				add = 5
			}
			else_if = {
				limit = { piety_level >= very_high_piety_level }
				add = 4
			}
			else_if = {
				limit = { piety_level >= high_piety_level }
				add = 3
			}
			else_if = {
				limit = { piety_level >= medium_piety_level }
				add = 2
			}
			else = { add = 1 }
		}
		desc = MODIFIER_DEFINITION_VALUE_BASED_ON_PIETY_LEVEL
		display_mode = scaled
	}
}

ep3_exploited_weak_master_modifier = {
	icon = economy_mixed
	domain_tax_mult = 0.05
	domicile_build_speed = -0.33
	county_opinion_add = -10
	monthly_county_control_growth_factor = -0.2
}

emperor_repented_for_flaws_modifier = {
	icon = piety_positive
	monthly_piety_gain_mult = 0.1
	zealot_opinion = 15
}

ep3_loyal_troops_raid_modifier = {
	icon = martial_positive
	men_at_arms_recruitment_cost = -0.1
	maa_toughness_add = 2
}

ep3_loyal_troops_2_raid_modifier = {
	icon = martial_positive
	men_at_arms_recruitment_cost = -0.15
	maa_toughness_add = 4
}

ep3_loyal_troops_3_raid_modifier = {
	icon = martial_positive
	men_at_arms_recruitment_cost = -0.2
	maa_toughness_add = 6
}

ep3_loyal_troops_4_raid_modifier = {
	icon = martial_positive
	men_at_arms_recruitment_cost = -0.3
	maa_toughness_add = 8
}

ep3_loyal_troops_5_raid_modifier = {
	icon = martial_positive
	men_at_arms_recruitment_cost = -0.4
	maa_toughness_add = 10
}

ep3_peaceful_administrator_modifier = {
	icon = signet_ring_mixed
	county_opinion_add = 10
	development_growth_factor = 0.25
	domain_tax_mult = 0.25
	levy_size = -0.25
	men_at_arms_maintenance = 0.25
}

independent_administrator_modifier = {
	icon = stewardship_mixed
	fort_level = 1
	vassal_tax_contribution_mult = 0.1
	domicile_build_speed = -0.1
	liege_opinion = -20
}

ep3_neglecting_house_head_duties_modifier = {
	icon = influence_mixed
	monthly_influence_mult = 0.2
	dynasty_house_opinion = -10
	liege_opinion = -5
	domicile_build_speed = 0.15
}

### RESTORE ROME MODIFIERS

restore_rome_devastated_county_opinion_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -75
}

restore_rome_lowered_county_opinion_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -40
}

restore_rome_recuperated_county_opinion_modifier = {
	icon = county_modifier_opinion_positive
	county_opinion_add = 10
}

### END RESTORE ROME

ep3_foraged_plants = {
	icon = health_positive
	health = 0.25
	negate_health_penalty_add = 0.25
}

ep3_tuition_paid = {
	icon = prestige_positive
	monthly_prestige_gain_mult = 0.15
	monthly_lifestyle_xp_gain_mult = 0.05
}

ep3_from_far_and_wide = {
	icon = prestige_positive
	monthly_prestige_gain_mult = 0.15
	different_culture_opinion = 15
	travel_danger = -4
}

ep3_refreshed_and_relaxed = {
	icon = learning_positive
	stress_gain_mult = -0.2
	learning = 1
}

ep3_pushed_too_hard = {
	icon = health_negative
	health = -0.15
	stress_gain_mult = 0.1
}

ep3_star_crossed_modifier = {
	icon = magic_negative
	courting_scheme_phase_duration_add = minor_scheme_phase_duration_malus_value
	stress_gain_mult = 0.05
}

ep3_reunited_modifier = {
	icon = love_positive
	stress_gain_mult = -0.05
	health = 0.1
	diplomacy = 1
}

ep3_famous_connections_modifier = {
	icon = love_mixed
	stress_gain_mult = 0.15
	intrigue = 1
	courtier_and_guest_opinion = 15
}

ep3_quality_control_modifier = {
	icon = diplomacy_positive
	monthly_prestige_gain_mult = 0.05
}

ep3_power_couple_modifier = {
	icon = love_positive
	health = 0.05
	stress_loss_per_prestige_level = 0.25
}

ep3_poets_salon_modifier = {
	icon = camp_positive
	tax_mult = 0.25
	development_growth_factor = 0.5
	county_opinion_add = 35
}

ep3_founded_salon_modifier = {
	icon = letter_positive
	monthly_prestige = 1
	monthly_lifestyle_xp_gain_mult = 0.25
	max_personal_schemes_add = 1
	monthly_income_mult = 0.02
}

ep3_friend_to_orphans = {
	icon = family_positive
	child_opinion = 45
	general_opinion = 5
}

ep3_healthy_orphanages_modifier = {
	icon = county_modifier_opinion_positive
	development_growth_factor = 0.1
	county_opinion_add = 25
}

ep3_tutoring_noblewoman_modifier = {
	icon = learning_mixed
	learning = -1
	diplomacy = -1
	independent_ruler_opinion = 15
}

ep3_focused_on_studies_modifier = {
	icon = learning_positive
	learning = 1
}

ep3_renounced_governorship = {
	icon = intrigue_positive
	intrigue = 3
	owned_hostile_scheme_success_chance_growth_add = 2
	owned_personal_scheme_success_chance_growth_add = 2
	owned_political_scheme_success_chance_growth_add = 2
	owned_scheme_secrecy_add = 10
}

ep3_renounced_governorship_merit = {
	icon = learning_positive
	monthly_learning_lifestyle_xp_gain_mult = 0.1
	confucian_education_xp_gain_mult = 0.25
	study_confucian_classics_scheme_phase_duration_add = -75
}

renounced_governorship_japan = {
	icon = intrigue_positive
	monthly_influence_mult = 0.15
	intrigue = 3
	owned_hostile_scheme_success_chance_growth_add = 2
	owned_personal_scheme_success_chance_growth_add = 2
	owned_political_scheme_success_chance_growth_add = 2
}

ep3_renounced_estate = {
	icon = stress_positive
	stress_loss_mult = 0.25
}

ep3_good_estate_modifier = {
	icon = administrative_positive
	monthly_income_mult = 0.1

	scale = {
		value = {
			value = 0.1
			if = {
				limit = { domicile ?= { has_domicile_building = estate_main_01 } }
				add = 0.1
			}
			else_if = {
				limit = { domicile ?= { has_domicile_building = estate_main_02 } }
				add = 0.2
			}
			else_if = {
				limit = { domicile ?= { has_domicile_building = estate_main_03 } }
				add = 0.5
			}
			else_if = {
				limit = { domicile ?= { has_domicile_building = estate_main_04 } }
				add = 1
			}
			else_if = {
				limit = { domicile ?= { has_domicile_building = estate_main_05 } }
				add = 1.5
			}
			min = 0.1
		}
		desc = MODIFIER_DEFINITION_VALUE_PER_ESTATE_BUILDING
		display_mode = scaled
	}
}

ep3_extra_security_modifier = {
	icon = intrigue_positive
	enemy_hostile_scheme_success_chance_add = -10
}

ep3_no_secrets_modifier = {
	icon = intrigue_positive
	owned_scheme_secrecy_add = 10
}

ep3_boost_efficiency_modifier = {
	icon = administrative_positive
	stacking = yes
}

ep3_damage_efficiency_modifier = {
	icon = administrative_negative
	stacking = yes
}

ep3_well_rested_modifier = {
	icon = health_positive
	health = 1
}

ep3_tunnel_investigation_modifier = {
	icon = intrigue_positive
	enemy_hostile_scheme_success_chance_add = -10
}

ep3_tunnel_prison_modifier = {
	icon = dread_positive
	dread_gain_mult = 0.5
}

ep3_tunnel_servants_modifier = {
	icon = intrigue_positive
	hostile_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value
	enemy_hostile_scheme_phase_duration_add = medium_scheme_phase_duration_malus_value
}
	
laamp_decision_exotic_story_diplomacy_gain_modifier = {
	icon = diplomacy_positive
	diplomacy = 1

	scale = {
		value = {
			value = 0
			if = {
				limit = { diplomacy < extremely_high_skill_rating }
				add = 1
			}
			if = {
				limit = { diplomacy < very_high_skill_rating }
				add = 1
			}
			if = {
				limit = { diplomacy < high_skill_rating }
				add = 1
			}
			if = {
				limit = { diplomacy < medium_skill_rating }
				add = 1
			}
			if = {
				limit = { diplomacy < average_skill_rating }
				add = 1
			}
			if = {
				limit = { diplomacy < low_skill_rating }
				add = 1
			}
		}
	}
}

laamp_decision_exotic_story_martial_gain_modifier = {
	icon = martial_positive
	martial = 1

	scale = {
		value = {
			value = 0
			if = {
				limit = { martial < extremely_high_skill_rating }
				add = 1
			}
			if = {
				limit = { martial < very_high_skill_rating }
				add = 1
			}
			if = {
				limit = { martial < high_skill_rating }
				add = 1
			}
			if = {
				limit = { martial < medium_skill_rating }
				add = 1
			}
			if = {
				limit = { martial < average_skill_rating }
				add = 1
			}
			if = {
				limit = { martial < low_skill_rating }
				add = 1
			}
		}
	}
}

laamp_decision_exotic_story_stewardship_gain_modifier = {
	icon = stewardship_positive
	stewardship = 1

	scale = {
		value = {
			value = 0
			if = {
				limit = { stewardship < extremely_high_skill_rating }
				add = 1
			}
			if = {
				limit = { stewardship < very_high_skill_rating }
				add = 1
			}
			if = {
				limit = { stewardship < high_skill_rating }
				add = 1
			}
			if = {
				limit = { stewardship < medium_skill_rating }
				add = 1
			}
			if = {
				limit = { stewardship < average_skill_rating }
				add = 1
			}
			if = {
				limit = { stewardship < low_skill_rating }
				add = 1
			}
		}
	}
}

laamp_decision_exotic_story_intrigue_gain_modifier = {
	icon = intrigue_positive
	intrigue = 1

	scale = {
		value = {
			value = 0
			if = {
				limit = { intrigue < extremely_high_skill_rating }
				add = 1
			}
			if = {
				limit = { intrigue < very_high_skill_rating }
				add = 1
			}
			if = {
				limit = { intrigue < high_skill_rating }
				add = 1
			}
			if = {
				limit = { intrigue < medium_skill_rating }
				add = 1
			}
			if = {
				limit = { intrigue < average_skill_rating }
				add = 1
			}
			if = {
				limit = { intrigue < low_skill_rating }
				add = 1
			}
		}
	}
}

laamp_decision_exotic_story_learning_gain_modifier = {
	icon = learning_positive
	learning = 1

	scale = {
		value = {
			value = 0
			if = {
				limit = { learning < extremely_high_skill_rating }
				add = 1
			}
			if = {
				limit = { learning < very_high_skill_rating }
				add = 1
			}
			if = {
				limit = { learning < high_skill_rating }
				add = 1
			}
			if = {
				limit = { learning < medium_skill_rating }
				add = 1
			}
			if = {
				limit = { learning < average_skill_rating }
				add = 1
			}
			if = {
				limit = { learning < low_skill_rating }
				add = 1
			}
		}
	}
}

ep3_head_of_opposition_modifier = {
	icon = intrigue_positive
	glory_hound_opinion = 25
	monthly_prestige_gain_mult = 0.2
	hostile_scheme_phase_duration_add = -3
	maa_damage_mult = 0.2
	same_culture_mercenary_hire_cost_mult = -0.2
}

contented_governing_countrymen_modifier = {
	icon = social_positive
	same_culture_opinion = 10
}

ep3_face_of_empire_modifier = {
	icon = martial_positive
	men_at_arms_maintenance = -0.1
	revolting_siege_morale_loss_mult = 0.25
}

ep3_anxious_for_new_assignment_modifier = {
	icon = administrative_mixed
	monthly_county_control_growth_factor = -0.25
	monthly_influence_mult = 0.5
	intrigue_per_influence_level = 1
	diplomacy_per_influence_level = 1
	development_growth_factor = -0.25
	county_opinion_add = -10
}

ep3_invested_in_power_center_modifier = {
	icon = administrative_positive
	monthly_income = 0.2
}

ep3_cosmopolitan_domicile_modifier = {
	icon = administrative_positive
	domicile_build_gold_cost = -0.2
	domicile_build_speed = -0.2
}

ep3_ignoring_realm_decline_modifier = {
	icon = administrative_mixed
	stress_loss_mult = 0.25
	parochial_opinion = -20
	courtly_opinion = 20
}

ep3_supply_issues_modifier = {
	icon = food_negative
	provisions_loss_mult = 0.05
	courtier_and_guest_opinion = -10
}

ep3_priest_friend_same_modifier = {
	icon = piety_positive
	same_faith_opinion = 10
	clergy_opinion = 10
	monthly_piety_gain_mult = 0.1
}

ep3_priest_friend_different_modifier = {
	icon = piety_mixed
	same_faith_opinion = -10
	clergy_opinion = -10
	faith_conversion_piety_cost_mult = -0.25
	different_faith_opinion = 15
}

ep3_inflexible_worshipper_modifier = {
	icon = piety_mixed
	different_faith_opinion = -20
	zealot_opinion = 15
}

ep3_ungodly_hospitality_modifier = {
	icon = piety_negative
	same_faith_opinion = -5
	clergy_opinion = -5
	monthly_piety_gain_mult = -0.1
}

ep3_rested_and_refreshed_modifier = {
	icon = health_positive
	health = 0.25
	prowess = 1
	stress_gain_mult = -0.15
}

ep3_cricked_neck_modifier = {
	icon = health_negative
	health = -0.15
	prowess = -2
	stress_gain_mult = 0.05
}

ep3_friend_to_old_soldiers_modifier = {
	icon = martial_positive
	martial = 1
	monthly_prestige_gain_mult = 0.05
}

ep3_expanded_culinary_horizons_modifier = {
	icon = food_positive
	stress_gain_mult = -0.05
	provisions_gain_mult = 0.1
	provisions_capacity_mult = 0.25
}

ep3_new_tastes_modifier = {
	icon = food_positive
	stress_gain_mult = -0.1
	prowess = 1
}

ep3_new_tastes_cannibal_modifier = {
	icon = food_mixed
	stress_gain_mult = -0.75
	courtier_and_guest_opinion = -20
}

ep3_knight_of_the_swan_house_modifier = {
	icon = bird_positive
	monthly_prestige_gain_per_knight_mult = 0.01
	tourney_participant_xp_gain_mult = 0.2
	accolade_glory_gain_mult = 0.1
}

ep3_courteous_knight_modifier = {
	icon = fertility_positive
	attraction_opinion = 20
	courting_scheme_phase_duration_add = major_scheme_phase_duration_bonus_value
}

ep3_valiant_knight_modifier = {
	icon = county_modifier_opinion_positive
	barons_and_minor_landholders_opinion = 20
	parochial_opinion = 5
	barons_and_minor_landholders_tax_contribution_mult = 0.1
	parochial_tax_contribution_mult = 0.05
}

ep3_black_sheep = {
	icon = dread_mixed
	dread_baseline_add = 10
	dread_gain_mult = 0.25
	enemy_hostile_scheme_phase_duration_add = medium_scheme_phase_duration_bonus_value
}

ep3_estate_raided_modifier = {
	icon = flame_negative
	domicile_build_speed = 0.25
	domicile_monthly_gold_mult = -0.25
}

ep3_manor_raided_modifier = { # Same as above, different loc only
	icon = flame_negative
	domicile_build_speed = 0.25
	domicile_monthly_gold_mult = -0.25
}

ep3_comfortable_bed_modifier = {
	icon = health_positive
	health = 0.2
	stress_gain_mult = -0.1
	provisions_capacity_mult = 0.25
}

ep3_well_guided_modifier = {
	icon = travel_positive
	provisions_gain_mult = 0.1
	travel_danger = -5
	character_travel_safety_mult = 0.1
}

ep3_sketchy_guides_modifier = {
	icon = travel_negative
	travel_danger = 15
	character_travel_safety_mult = -0.1
}
ep3_ingratiated_family_modifier = {
	icon = influence_positive
	monthly_influence_mult = 0.05
	stacking = yes
}
ep3_recently_mentored_governor = {
	icon = administrative_positive
	stewardship = 1
	monthly_influence_mult = 0.1
}
ep3_lust_for_land_modifier = {
	icon = prestige_positive
	siege_phase_time = -0.1
	martial = 1
}

ep3_administrative_outsider_modifier = {
	icon = administrative_negative
	fellow_vassal_opinion = -15
	vassal_opinion = -15
	liege_opinion = -15
}

ep3_separatist_uprising = {
	icon = martial_positive
	siege_phase_time = -0.5
	maa_damage_mult = 0.1
}

ep3_master_todor_modifier = {
	icon = prestige_positive
	monthly_prestige = 0.5
}

strong_sow_discord_modifier = {
	icon = county_modifier_opinion_negative
	stacking = yes
	county_opinion_add = -5
}
normal_sow_discord_modifier = {
	icon = county_modifier_opinion_negative
	stacking = yes
	county_opinion_add = -2
}
weak_sow_discord_modifier = {
	icon = county_modifier_opinion_negative
	stacking = yes
	county_opinion_add = -1
}
ep3_chariot_race_strong_appeasement_modifier = {
	icon = county_modifier_opinion_positive
	stacking = yes
	county_opinion_add = 10
}
ep3_chariot_race_weak_appeasement_modifier = {
	icon = county_modifier_opinion_positive
	stacking = yes
	county_opinion_add = 5
}
united_political_agents_modifier = {
	icon = intrigue_mixed
	hostile_scheme_phase_duration_add = -5
	liege_opinion = -10
}

ep3_master_of_ceremonies = {
	icon = camp_positive
	stress_gain_mult = -0.15
	courtier_and_guest_opinion = 15
	monthly_prestige_gain_mult = 0.15
	provisions_gain_mult = 0.15
	domicile_build_speed = -0.15
}

ep3_uneasy_modifier = {
	icon = stress_negative
	stress_gain_mult = 0.05
	health = -0.05
}

ep3_sensible_provisions = {
	icon = camp_mixed
	provisions_capacity_mult = 0.1
	courtier_and_guest_opinion = -5
	stress_gain_mult = 0.05
}

ep3_life_of_the_party = {
	icon = camp_positive
	courtier_and_guest_opinion = 10
	stress_loss_mult = 0.15
}

ep3_warm_and_content = {
	icon = camp_positive
	stress_loss_mult = 0.2
  	health = 0.25
}

ep3_foreign_affairs_modifier = {
	icon = diplomacy_positive
	diplomacy = 1
	provisions_capacity_mult = 0.15
	character_travel_speed_mult = 0.15
}

ep3_the_restful_modifier = {
	icon = stress_mixed
	stress_gain_mult = -0.2
	monthly_lifestyle_xp_gain_mult = -0.1
}

ep3_harried_modifier = {
	icon = county_modifier_development_negative
	development_decline = -0.25
}

#ep3_the_conqueror_modifier = {
#	icon = signet_ring_mixed
#	anglo_saxon_opinion = -45
#	county_opinion_add = -15
#	minority_different_culture_opinion = -30
#	monthly_county_control_growth_add = 0.5
#	monthly_dread = 0.2
#}

ep3_dangerous_fenland_modifier = {
	icon = county_modifier_development_negative
	travel_danger = 25
	monthly_county_control_decline_add = -0.5
	county_opinion_add = -5
}

ep3_plundered_modifier = {
	icon = county_modifier_development_negative
	tax_mult = -0.05
}

ep3_hereward_caution_modifier = {
	icon = county_modifier_development_mixed
	domicile_build_speed = 0.15
	domicile_build_gold_cost = -0.1
}

all_crops_burned = {
	icon = county_modifier_development_negative
	development_decline_factor = 0.2
	development_decline = -0.05
}

crops_burned = {
	icon = county_modifier_development_negative
	development_decline_factor = 0.1
}

crop_levy = {
	icon = county_modifier_development_mixed
	tax_mult = 0.1
	county_opinion_add = -10
}

ep3_gnr_guards_modifier = {
	icon = county_modifier_development_positive
	travel_danger = -15
	development_growth_factor = 0.1
	county_opinion_add = 5
	levy_reinforcement_rate = 0.2
}

ep3_gnr_modifier = {
	icon = county_modifier_development_positive
	travel_danger = -10
	development_growth_factor = 0.05
	levy_reinforcement_rate = 0.1
}

ep3_gnr_negative_modifier = {
	icon = county_modifier_development_negative
	travel_danger = 15
	levy_reinforcement_rate = -0.15
}

ep3_honourable_jailor_modifier = {
	icon = prestige_positive
	courtly_opinion = 15
	monthly_prestige_gain_mult = 0.1
	hostile_scheme_phase_duration_add = -1
}

ep3_resettled_village = {
	icon = county_modifier_development_negative
	development_decline = -1
	levy_size = -0.75
	supply_limit_mult = -0.75
	tax_mult = -0.1
}

ep3_population_boost = {
	icon = county_modifier_development_mixed
	development_growth = 0.1
	levy_size = 0.15
	supply_limit_mult = 0.15
	county_opinion_add = -5
}

ep3_smouldering_village = {
	icon = flame_negative
	development_growth = -0.1
	county_opinion_add = -10
	holding_build_speed = 0.25	
}

ep3_church_bereft = {
	icon = piety_negative
	build_piety_cost = 0.25
	monthly_county_control_growth_add = -0.25
	tax_mult = -0.1
}

ep3_man_of_god = {
	icon = piety_positive
	monthly_piety_gain_mult = 0.15
	clergy_opinion = 15
	monthly_prestige_gain_mult = 0.1	
}

ep3_missing_supplies = {
	icon = martial_negative
	levy_reinforcement_rate = -0.15
	levy_size = -0.15
	garrison_size = -0.25
}

ep3_redistributed_equipment = {
	icon = martial_positive
	men_at_arms_recruitment_cost = -0.5
	men_at_arms_maintenance = -0.5
}

ep3_stolen_equipment = {
	icon = martial_positive
	knight_effectiveness_mult = 0.25
	maa_damage_mult = 0.15
}

ep3_sabotaged_roads = {
	icon = county_modifier_development_negative
	travel_danger = 10
}

ep3_delayed_supplies = {
	icon = martial_negative
	levy_reinforcement_rate = -0.05
	levy_size = -0.05
	garrison_size = -0.15	
}

ep3_defender_of_families = {
	icon = prestige_positive
	parochial_opinion = 20
	knight_effectiveness_mult = 0.1
	prowess_per_piety_level = 1
}

ep3_paid_grains = {
	icon = county_modifier_development_positive
	development_growth_factor = 0.1
	county_opinion_add = 20
	epidemic_resistance = 2
}

ep3_innovative_farming_techniques = {
	icon = county_modifier_development_positive
	tax_mult = 0.05
	development_growth_factor = 0.1
}

ep3_surplus_manpower = {
	icon = county_modifier_development_positive
	development_growth_factor = 0.15
	levy_size = 0.3
}

ep3_counties_restless_modifier = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -20
	monthly_county_control_growth_add = -0.5
}
ep3_requested_faith_support_modifier = {
	icon = influence_positive
	monthly_influence_mult = 0.2
}

ep3_murderers_loose = {
	icon = county_modifier_opinion_negative
	county_opinion_add = -25
	supply_limit_mult = -0.2
}

ep3_responsible_with_money = {
	icon = stewardship_positive
	stewardship = 1
	domicile_monthly_gold_mult = 0.1
}

ep3_standing_alone_modifier = {
	icon = camp_positive
	provisions_capacity_mult = 0.1
	provisions_gain_mult = 0.1
	domicile_build_speed = -0.1
	monthly_prestige_gain_per_knight_mult = 0.01
}

ep3_disgruntled_vassals_modifier = {
	icon = county_modifier_opinion_mixed
	hostile_scheme_phase_duration_add = -25
	vassal_opinion = -10
}

ep3_life_threatened_modifier = {
	icon = stress_negative
	stress_gain_mult = 0.2
	short_reign_duration_mult = 0.5
}

ep3_impassioned_populace_modifier = {
	icon = stewardship_negative
	tax_mult = -0.1
	development_growth_factor = -0.1
	county_opinion_add = -40
}

ep3_expanded_power_base_minor_modifier = {
	icon = administrative_positive
}
ep3_expanded_power_base_medium_modifier = {
	icon = administrative_positive
}
ep3_expanded_power_base_major_modifier = {
	icon = administrative_positive
}

egregious_trading_rights_modifier = {
	icon = county_modifier_development_negative
	development_growth_factor = -0.25
	tax_mult = -0.1
}

greek_spoils_imports_modifier = {
	icon = county_modifier_development_positive
	development_growth_factor = 0.75
	tax_mult = 0.25
}

ep3_harassed_at_sea_modifier = {
	icon = compass_negative
	embarkation_cost_mult = 1
	naval_movement_speed_mult = -0.5
}

ascendant_byz_reclaimant_ortho_modifier = {
	icon = byzantine_eagle_positive
	stacking = yes
	legitimacy_gain_mult = 0.05
	same_faith_opinion = 5
	monthly_influence_mult = 0.05
	hostage_prestige_mult = 0.1
	development_growth_factor = 0.05
	court_grandeur_baseline_add = 5
}

ascendant_byz_reclaimant_modifier = {
	icon = byzantine_eagle_positive
	stacking = yes
	legitimacy_gain_mult = 0.05
	monthly_influence_mult = 0.05
	hostage_prestige_mult = 0.05
	development_growth_factor = 0.05
	court_grandeur_baseline_add = 5
}

ep3_clumsy_rescuer_modifier = {
	icon = intrigue_negative
	intrigue = -1
	general_opinion = -5
}

ep3_under_suspicion_modifier = {
	icon = intrigue_negative
	intrigue = -1
	dynasty_opinion = -10
	stress_gain_mult = 0.1
}

#latin_emp_simp_modifier = {
#	icon = byzantine_eagle_mixed
#	vassal_opinion = -25
#	greek_opinion = 25
#	knight_effectiveness_mult = -0.25
#	maa_damage_mult = -0.25
#}

ep3_fireside_chat_modifier_1 = {
	icon = camp_positive
	martial = 1
	diplomacy = 1
	stewardship = 1
	intrigue = 1
	learning = 1
}

ep3_fireside_chat_modifier_2 = {
	icon = camp_positive
	martial = 2
	diplomacy = 2
	stewardship = 2
	intrigue = 2
	learning = 2
}

ep3_fireside_chat_modifier_3 = {
	icon = camp_positive
	martial = 3
	diplomacy = 3
	stewardship = 3
	intrigue = 3
	learning = 3
}

#ep3_culturally_greek_modifier = {
#	icon = byzantine_eagle_positive
#	greek_opinion = 20
#	different_culture_opinion = 10
#	learning = 1
#}

ep3_fireside_chat_stewardship = {
	icon = stewardship_positive
	stewardship = 3
}

ep3_fireside_chat_martial = {
	icon = martial_positive
	martial = 3
}

ep3_fireside_chat_learning = {
	icon = learning_positive
	learning = 3
}

ep3_fireside_chat_diplomacy = {
	icon = stewardship_positive
	diplomacy = 3
}

ep3_fireside_chat_intrigue = {
	icon = intrigue_positive
	intrigue = 3
}

ep3_camp_party_sad_lonesome = {
	icon = stress_negative
	stress_gain_mult = 0.1
	stress_loss_mult = -0.1
}

ep3_camp_party_shadows_in_the_dark = {
	icon = stress_mixed
	stress_gain_mult = 0.2
	stress_loss_mult = -0.2
	intrigue_per_stress_level = 1
}

camp_party_fortress_of_solitude = {
	icon = stress_positive
	stress_gain_mult = -0.2
	stress_loss_mult = 0.2
}

unflappable_boudoir_confidence_modifier = {
	icon = fertility_mixed
	fertility = 0.2
	attraction_opinion = 10
	glory_hound_opinion = 10
	courtly_opinion = -10
	parochial_opinion = -10
}

possessed_by_lust_demon_modifier = {
	icon = fertility_positive
	fertility = 0.1
}
