Patching
This commit is contained in:
parent
143330e057
commit
7fca9aa1d4
46 changed files with 1529 additions and 149 deletions
|
|
@ -1313,7 +1313,7 @@ return_rome_decision = {
|
|||
|
||||
is_shown = {
|
||||
top_liege = this
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
exists = faith.religious_head
|
||||
faith.religious_head = {
|
||||
OR = {
|
||||
|
|
@ -1389,7 +1389,7 @@ return_rome_decision = {
|
|||
ai_potential = {
|
||||
is_at_war = no
|
||||
top_liege = this
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
ai_zeal > very_high_negative_ai_value
|
||||
title:c_roma = {
|
||||
holder = {
|
||||
|
|
|
|||
1369
common/decisions/80_major_decisions_middle_europe.txt
Normal file
1369
common/decisions/80_major_decisions_middle_europe.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -810,7 +810,7 @@ restore_papacy_decision = {
|
|||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
NOT = { faith = { exists = religious_head } }
|
||||
highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
}
|
||||
|
|
@ -842,7 +842,7 @@ restore_papacy_decision = {
|
|||
}
|
||||
|
||||
ai_potential = {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
NOT = { faith = { exists = religious_head } }
|
||||
}
|
||||
|
|
@ -880,7 +880,7 @@ restore_pope_in_rome_decision = {
|
|||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
NOR = {
|
||||
has_title = title:k_papal_state
|
||||
is_roman_emperor_excluding_byzantium_trigger = yes
|
||||
|
|
@ -951,7 +951,7 @@ restore_pope_in_rome_decision = {
|
|||
}
|
||||
|
||||
ai_potential = {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1204,7 +1204,7 @@ recreate_byzantine_empire_decision = {
|
|||
}
|
||||
if = {
|
||||
limit = {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
add = 500
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue