﻿vts_purchase_a_man_interaction = {
	category = interaction_category_hostile
	ignores_pending_interaction_block = yes
	interface_priority = -1
	icon = hook_icon
	common_interaction = yes

	is_shown = {
		scope:actor = { has_perk = vts_purchase_a_man_perk }
		NOT = { scope:recipient = scope:actor }
	}
	is_valid_showing_failures_only = {
		scope:actor = { 
			long_term_gold > 999
			NOT = { 
				has_hook_of_type = {
					target = scope:recipient 
					type = vts_purchase_a_man_hook 
				} 
			}
		}
		scope:recipient = { 
			stewardship < scope:actor.vts_blinded_by_gold_value
		}
	}
	send_option = {
		flag = perpetual_hook
		localization = add_perpetual_hook_interaction
	}
	send_options_exclusive = no
	auto_accept = yes
	on_accept = {
		scope:actor = {
			pay_long_term_gold = {
				target = scope:recipient
				gold = 1000
			}
			switch = {
				trigger = yes
				scope:perpetual_hook = {
					add_hook = {
						target = scope:recipient
						type = vts_purchase_a_man_hook
					}
				}
			}
		}
	}
}
vts_teach_virtue_interaction = {
	category = interaction_category_religion
	interface_priority = -1
	icon = vts_teach_virtue
	common_interaction = yes
	desc = vts_teach_virtue_interaction_desc
	cost = { piety = 1000 }

	cooldown = { years = 10 }
	
	is_shown = {
		NOT = { scope:recipient = scope:actor }
		scope:actor = { has_perk = vts_moral_leader_perk }
	}
	
	is_valid_showing_failures_only = {
		scope:actor = { 
			num_virtuous_traits >= 1
		}
	}
	
	is_valid = {
		scope:recipient = {
			is_at_same_location = scope:actor
		}
	}
	
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = brave
					has_trait = craven
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = brave } 
				has_trait = brave
			}
		}
		flag = vts_virtue_brave
		localization = trait_brave
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = just
					has_trait = arbitrary
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = just } 
				has_trait = just
			}
		}
		flag = vts_virtue_just
		localization = trait_just
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = temperate
					has_trait = gluttonous 
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = temperate } 
				has_trait = temperate
			}
		}
		flag = vts_virtue_temperate
		localization = trait_temperate
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = chaste
					has_trait = lustful
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = chaste } 
				has_trait = chaste
			}
		}
		flag = vts_virtue_chaste
		localization = trait_chaste
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = compassionate
					has_trait = callous
					has_trait = sadistic
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = compassionate } 
				has_trait = compassionate
			}
		}
		flag = vts_virtue_compassionate
		localization = trait_compassionate
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = honest
					has_trait = deceitful
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = honest } 
				has_trait = honest
			}
		}
		flag = vts_virtue_honest
		localization = trait_honest
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = forgiving
					has_trait = vengeful
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = forgiving } 
				has_trait = forgiving
			}
		}
		flag = vts_virtue_forgiving
		localization = trait_forgiving
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = wrathful
					has_trait = calm
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = wrathful } 
				has_trait = wrathful
			}
		}
		flag = vts_virtue_wrathful
		localization = trait_wrathful
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = forgiving
					has_trait = vengeful
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = vengeful } 
				has_trait = vengeful
			}
		}
		flag = vts_virtue_vengeful
		localization = trait_vengeful
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = content
					has_trait = ambitious
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = content } 
				has_trait = content
			}
		}
		flag = vts_virtue_content
		localization = trait_content
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = patient
					has_trait = impatient
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = patient } 
				has_trait = patient
			}
		}
		flag = vts_virtue_patient
		localization = trait_patient
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = calm
					has_trait = wrathful
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = calm } 
				has_trait = calm
			}
		}
		flag = vts_virtue_calm
		localization = trait_calm
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 	
					has_trait = humble
					has_trait = arrogant
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = humble } 
				has_trait = humble
			}
		}
		flag = vts_virtue_humble
		localization = trait_humble
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = {
					has_trait = diligent
					has_trait = lazy
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = diligent } 
				has_trait = diligent
			}
		}
		flag = vts_virtue_diligent
		localization = trait_diligent
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = generous
					has_trait = greedy
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = generous } 
				has_trait = generous
			}
		}
		flag = vts_virtue_generous
		localization = trait_generous
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = generous
					has_trait = greedy
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = greedy } 
				has_trait = greedy
			}
		}
		flag = vts_virtue_greedy
		localization = trait_greedy
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = lustful
					has_trait = chaste
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = lustful } 
				has_trait = lustful
			}
		}
		flag = vts_virtue_lustful
		localization = trait_lustful
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = ambitious
					has_trait = content
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = ambitious } 
				has_trait = ambitious
			}
		}
		flag = vts_virtue_ambitious
		localization = trait_ambitious
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOR = { 
					has_trait = gluttonous
					has_trait = temperate
				}
			}
			scope:actor = {
				faith = { trait_is_virtue = gluttonous } 
				has_trait = gluttonous
			}
		}
		flag = vts_virtue_gluttonous
		localization = trait_gluttonous
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = diplomat }
			}
			scope:actor = {
				faith = { trait_is_virtue = diplomat } 
				has_trait = diplomat
			}
		}
		flag = vts_virtue_diplomat
		localization = trait_diplomat
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = family_first }
			}
			scope:actor = {
				faith = { trait_is_virtue = family_first } 
				has_trait = family_first
			}
		}
		flag = vts_virtue_family_first
		localization = trait_family_first
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = august }
			}
			scope:actor = {
				faith = { trait_is_virtue = august } 
				has_trait = august
			}
		}
		flag = vts_virtue_august
		localization = trait_august
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = strategist }
			}
			scope:actor = {
				faith = { trait_is_virtue = strategist } 
				has_trait = strategist
			}
		}
		flag = vts_virtue_strategist
		localization = trait_strategist
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = overseer }
			}
			scope:actor = {
				faith = { trait_is_virtue = overseer } 
				has_trait = overseer
			}
		}
		flag = vts_virtue_overseer
		localization = trait_overseer
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = gallant }
			}
			scope:actor = {
				faith = { trait_is_virtue = gallant } 
				has_trait = gallant
			}
		}
		flag = vts_virtue_gallant
		localization = trait_gallant
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = architect }
			}
			scope:actor = {
				faith = { trait_is_virtue = architect } 
				has_trait = architect
			}
		}
		flag = vts_virtue_architect
		localization = trait_architect
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = administrator }
			}
			scope:actor = {
				faith = { trait_is_virtue = administrator } 
				has_trait = administrator
			}
		}
		flag = vts_virtue_administrator
		localization = trait_administrator
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = avaricious }
			}
			scope:actor = {
				faith = { trait_is_virtue = avaricious } 
				has_trait = avaricious
			}
		}
		flag = vts_virtue_avaricious
		localization = trait_avaricious
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = schemer }
			}
			scope:actor = {
				faith = { trait_is_virtue = schemer } 
				has_trait = schemer
			}
		}
		flag = vts_virtue_schemer
		localization = trait_schemer
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = seducer }
			}
			scope:actor = {
				faith = { trait_is_virtue = seducer } 
				has_trait = seducer
			}
		}
		flag = vts_virtue_seducer
		localization = trait_seducer
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = torturer }
			}
			scope:actor = {
				faith = { trait_is_virtue = torturer } 
				has_trait = torturer
			}
		}
		flag = vts_virtue_torturer
		localization = trait_torturer
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = whole_of_body }
			}
			scope:actor = {
				faith = { trait_is_virtue = whole_of_body } 
				has_trait = whole_of_body
			}
		}
		flag = vts_virtue_whole_of_body
		localization = trait_whole_of_body
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = scholar }
			}
			scope:actor = {
				faith = { trait_is_virtue = scholar } 
				has_trait = scholar
			}
		}
		flag = vts_virtue_scholar
		localization = trait_scholar
	}
	send_option = {
		is_shown = {
			scope:recipient = {
				NOT = { has_trait = theologian }
			}
			scope:actor = {
				faith = { trait_is_virtue = theologian } 
				has_trait = theologian
			}
		}
		flag = vts_virtue_theologian
		localization = trait_theologian
	}
	on_accept = {
		if = {
			limit = { always = scope:vts_virtue_brave }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = brave }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_just }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = just }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_temperate }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = temperate }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_chaste }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = chaste }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_compassionate }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = compassionate }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_honest }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = honest }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_forgiving }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = forgiving }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_wrathful }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = wrathful }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_vengeful }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = vengeful }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_content }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = content }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_patient }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = patient }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_calm }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = calm }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_humble }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = humble }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_diligent }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = diligent }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_generous }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = generous }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_greedy }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = greedy }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_lustful }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = lustful }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_ambitious }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = ambitious }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_gluttonous }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = gluttonous }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_diplomat }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = diplomat }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_family_first }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = family_first }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_august }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = august }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_strategist }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = strategist }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_overseer }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = overseer }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_gallant }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = gallant }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_architect }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = architect }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_administrator }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = administrator }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_avaricious }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = avaricious }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_schemer }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = schemer }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_seducer }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = seducer }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_torturer }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = torturer }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_whole_of_body }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = whole_of_body }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_scholar }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = scholar }
				}
			}
		}
		else_if = {
			limit = { always = scope:vts_virtue_theologian }
			scope:actor = {
				send_interface_toast = {
					title = vts_teach_virtue_toast
					left_icon = scope:actor
					right_icon = scope:recipient
					scope:recipient = { add_trait = theologian }
				}
			}
		}
	}
	ai_accept = {
		base = 50

		opinion_modifier = {
			who = scope:recipient
			opinion_target = scope:actor
			multiplier = 1.0
			desc = AI_OPINION_REASON
		}
		modifier = { 
			add = 40
			scope:actor = { is_landed = yes }
			scope:recipient = {
				is_landed = yes
				target_is_liege_or_above = scope:actor
			}
			desc = LIEGE_REASON
		}
		modifier = {
			add = 20
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = 1
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = 30
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = 2
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = 40
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = 3
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = 50
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = 4
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = 60
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = 5
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = -20
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = -1
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = -30
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = -2
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = -40
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = -3
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = -50
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = -4
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = -60
			scope:actor = {
				tier_difference = {
					target = scope:recipient
					value = -5
				}
			}
			desc = AI_RANK_DIFF
		}
		modifier = {
			add = intimidated_reason_value
			scope:recipient = {
				target_is_liege_or_above = scope:actor
				has_dread_level_towards = {
					target = scope:actor
					level = 1
				}
			}
			desc = INTIMIDATED_REASON
		}
		modifier = {
			add = cowed_reason_value
			scope:recipient = {
				target_is_liege_or_above = scope:actor
				has_dread_level_towards = {
					target = scope:actor
					level = 2
				}
			}
			desc = COWED_REASON
		}
		modifier = {
			add = intimidated_external_reason_value
			scope:recipient = {
				NOT = { target_is_liege_or_above = scope:actor }
				has_dread_level_towards = {
					target = scope:actor
					level = 1
				}
			}
			desc = INTIMIDATED_REASON
		}
		modifier = {
			add = cowed_external_reason_value
			scope:recipient = {
				NOT = { target_is_liege_or_above = scope:actor }
				has_dread_level_towards = {
					target = scope:actor
					level = 2
				}
			}
			desc = COWED_REASON
		}
	}
}