parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -39,7 +39,7 @@ restore_roman_empire_decision = {
|
|||
|
||||
is_valid = {
|
||||
prestige_level >= max_prestige_level
|
||||
restore_roman_empire_decision_religion_culture_trigger = yes
|
||||
|
||||
completely_controls = title:d_latium
|
||||
completely_controls = title:d_venice
|
||||
completely_controls = title:d_romagna
|
||||
|
|
@ -62,6 +62,13 @@ restore_roman_empire_decision = {
|
|||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
|
||||
OR = {
|
||||
religion = { is_in_family = rf_abrahamic }
|
||||
religion = religion:hellenism_religion
|
||||
culture = { has_cultural_pillar = heritage_latin }
|
||||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
}
|
||||
}
|
||||
|
||||
effect = {
|
||||
|
|
@ -144,7 +151,6 @@ restore_roman_empire_holy_decision = {
|
|||
|
||||
is_valid = {
|
||||
prestige_level >= max_prestige_level
|
||||
restore_roman_empire_decision_religion_culture_trigger = yes
|
||||
completely_controls = title:d_latium
|
||||
completely_controls = title:d_venice
|
||||
completely_controls = title:d_romagna
|
||||
|
|
@ -167,6 +173,13 @@ restore_roman_empire_holy_decision = {
|
|||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
|
||||
OR = {
|
||||
religion = { is_in_family = rf_abrahamic }
|
||||
religion = religion:hellenism_religion
|
||||
culture = { has_cultural_pillar = heritage_latin }
|
||||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
}
|
||||
}
|
||||
|
||||
effect = {
|
||||
|
|
@ -250,7 +263,7 @@ restore_roman_empire_italian_decision = {
|
|||
|
||||
is_valid = {
|
||||
prestige_level >= max_prestige_level
|
||||
restore_roman_empire_decision_religion_culture_trigger = yes
|
||||
|
||||
completely_controls = title:d_latium
|
||||
completely_controls = title:d_venice
|
||||
completely_controls = title:d_romagna
|
||||
|
|
@ -273,6 +286,13 @@ restore_roman_empire_italian_decision = {
|
|||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
|
||||
OR = {
|
||||
religion = { is_in_family = rf_abrahamic }
|
||||
religion = religion:hellenism_religion
|
||||
culture = { has_cultural_pillar = heritage_latin }
|
||||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
}
|
||||
}
|
||||
|
||||
effect = {
|
||||
|
|
@ -887,7 +907,7 @@ restore_pope_in_rome_decision = {
|
|||
}
|
||||
NOT = { title:c_roma.holder = { has_title = title:k_papal_state } }
|
||||
NOT = { capital_county = { this = title:c_roma } }
|
||||
title:k_papal_state.holder ?= {
|
||||
title:k_papal_state.holder = {
|
||||
NOT = {
|
||||
has_opinion_modifier = { #Not accepting it if you conquered it yourself.
|
||||
target = root
|
||||
|
|
@ -1257,10 +1277,7 @@ dismantle_byz_pretender_decision = {
|
|||
}
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
OR = {
|
||||
is_roman_emperor_trigger = yes
|
||||
has_title = title:e_hre
|
||||
}
|
||||
is_roman_emperor_trigger = yes
|
||||
NOR = { #Once an Emperor throws the challenge, he has only one chance to dismantle the Empire.
|
||||
has_character_flag = flag_emperor_challenging_byz #Applied below.
|
||||
has_character_flag = flag_emperor_challenged_byz #Applied in war.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue