More fixes
This commit is contained in:
parent
f78dbd4986
commit
a6f8acc22f
23 changed files with 5790 additions and 1934 deletions
|
|
@ -2995,30 +2995,30 @@ on_title_gain_inheritance = {
|
|||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = {
|
||||
OR = {
|
||||
this = title:e_mongol_empire
|
||||
AND = {
|
||||
exists = global_var:greatest_of_khans_title
|
||||
this = global_var:greatest_of_khans_title
|
||||
}
|
||||
}
|
||||
}
|
||||
has_character_flag = gain_mongol_succession_dread
|
||||
}
|
||||
add_dread = 50
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
OR = {
|
||||
scope:title = title:h_roman_empire
|
||||
scope:title = title:h_eastern_roman_empire
|
||||
}
|
||||
}
|
||||
set_variable = uses_custom_caesar_flavourization
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:title = {
|
||||
# OR = {
|
||||
# this = title:e_mongol_empire
|
||||
# AND = {
|
||||
# exists = global_var:greatest_of_khans_title
|
||||
# this = global_var:greatest_of_khans_title
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# has_character_flag = gain_mongol_succession_dread
|
||||
# }
|
||||
# add_dread = 50
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# OR = {
|
||||
# scope:title = title:h_roman_empire
|
||||
# scope:title = title:h_eastern_roman_empire
|
||||
# }
|
||||
# }
|
||||
# set_variable = uses_custom_caesar_flavourization
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -3415,25 +3415,25 @@ on_title_lost = {
|
|||
}
|
||||
|
||||
# Struggle catalyst
|
||||
if = {
|
||||
limit = {
|
||||
any_character_struggle = {
|
||||
involvement = involved
|
||||
phase_has_catalyst = catalyst_revoke_title
|
||||
}
|
||||
OR = {
|
||||
scope:transfer_type = flag:revoked
|
||||
scope:transfer_type = flag:lease_revoked
|
||||
}
|
||||
}
|
||||
every_character_struggle = {
|
||||
activate_struggle_catalyst = {
|
||||
catalyst = catalyst_revoke_title
|
||||
character = scope:new_holder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# if = {
|
||||
# limit = {
|
||||
# any_character_struggle = {
|
||||
# involvement = involved
|
||||
# phase_has_catalyst = catalyst_revoke_title
|
||||
# }
|
||||
# OR = {
|
||||
# scope:transfer_type = flag:revoked
|
||||
# scope:transfer_type = flag:lease_revoked
|
||||
# }
|
||||
# }
|
||||
# every_character_struggle = {
|
||||
# activate_struggle_catalyst = {
|
||||
# catalyst = catalyst_revoke_title
|
||||
# character = scope:new_holder
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# Memories
|
||||
# Lost a significant title
|
||||
if = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue