updating character interactions

This commit is contained in:
trashb0at 2025-04-11 14:29:56 -04:00
parent c7cd996463
commit 9e9e27cc5b
22 changed files with 846 additions and 342 deletions

View file

@ -279,31 +279,31 @@ grant_titles_interaction = {
if = {
limit = {
any_in_list = {
list = target_titles
tier = tier_county
culture = scope:recipient.culture
NOR = {
culture = scope:actor.culture
recent_history = {
type = granted
years = 10
OR = {
any_in_list = {
list = target_titles
tier = tier_county
culture = scope:recipient.culture
NOR = {
culture = scope:actor.culture
recent_history = {
type = granted
years = 10
}
}
}
}
}
alternative_limit = {
any_in_list = {
list = target_titles
tier >= tier_duchy
title_capital_county = {
NOT = { culture = scope:actor.culture }
culture = scope:recipient.culture
}
NOT = {
recent_history = {
type = granted
years = 10
any_in_list = {
list = target_titles
tier >= tier_duchy
title_capital_county = {
NOT = { culture = scope:actor.culture }
culture = scope:recipient.culture
}
NOT = {
recent_history = {
type = granted
years = 10
}
}
}
}