updating character interactions
This commit is contained in:
parent
c7cd996463
commit
9e9e27cc5b
22 changed files with 846 additions and 342 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue