Fixes
This commit is contained in:
parent
b2f4fbfa1a
commit
6ae0daeb9e
16 changed files with 1364 additions and 1363 deletions
|
|
@ -507,288 +507,288 @@ mend_the_great_schism_decision = {
|
|||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
### Reclaim Constantinople ###
|
||||
set_capital_constantinople_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
}
|
||||
desc = set_capital_constantinople_decision_desc
|
||||
selection_tooltip = set_capital_constantinople_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 0
|
||||
empire = 12
|
||||
hegemony = 0
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
has_title = title:e_byzantium
|
||||
NOT = { capital_county = { this = title:c_byzantion } }
|
||||
OR = {
|
||||
title:c_byzantion.holder = {
|
||||
any_liege_or_above = { this = root }
|
||||
}
|
||||
title:c_byzantion.holder = { this = root }
|
||||
}
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
}
|
||||
|
||||
effect = {
|
||||
if = { #Usurp if not held personally.
|
||||
limit = {
|
||||
NOT = { title:c_byzantion.holder = { this = root } }
|
||||
}
|
||||
title:c_byzantion.holder = { save_scope_as = target_for_denunciation }
|
||||
create_title_and_vassal_change = {
|
||||
type = returned
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
title:c_byzantion = {
|
||||
change_title_holder = {
|
||||
holder = root
|
||||
change = scope:change
|
||||
}
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
|
||||
}
|
||||
set_realm_capital = title:c_byzantion
|
||||
if = {
|
||||
limit = {
|
||||
exists = scope:target_for_denunciation
|
||||
}
|
||||
scope:target_for_denunciation = {
|
||||
trigger_event = {
|
||||
id = roman_restoration.1204
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
ai_potential = {
|
||||
primary_title.tier = tier_empire
|
||||
has_title = title:e_byzantium
|
||||
}
|
||||
|
||||
ai_will_do = { #Do it always, for coherence.
|
||||
base = 100
|
||||
modifier = {
|
||||
title:c_byzantion.holder = {
|
||||
is_ai = no
|
||||
any_realm_county = {
|
||||
count < 2
|
||||
holder = title:c_byzantion.holder
|
||||
}
|
||||
}
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
### Reclaim Rome ###
|
||||
set_capital_rome_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
}
|
||||
desc = set_capital_rome_decision_desc
|
||||
selection_tooltip = set_capital_rome_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 0
|
||||
empire = 0
|
||||
hegemony = 12
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
has_title = title:h_roman_empire
|
||||
NOT = { capital_county = { this = title:c_roma } }
|
||||
OR = {
|
||||
title:c_roma.holder = {
|
||||
any_liege_or_above = { this = root }
|
||||
}
|
||||
title:c_roma.holder = { this = root }
|
||||
}
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
}
|
||||
|
||||
effect = {
|
||||
if = { #Usurp if not held personally.
|
||||
limit = {
|
||||
NOT = { title:c_roma.holder = { this = root } }
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
type = returned
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
title:c_roma = {
|
||||
change_title_holder = {
|
||||
holder = root
|
||||
change = scope:change
|
||||
}
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
|
||||
}
|
||||
set_realm_capital = title:c_roma
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
has_title = title:h_roman_empire
|
||||
}
|
||||
|
||||
ai_will_do = { #Do it always, for coherence.
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
### Establish Iconoclast Patriarchate ###
|
||||
establish_iconoclast_patriarchate_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
|
||||
}
|
||||
desc = establish_iconoclast_patriarchate_decision_desc
|
||||
selection_tooltip = establish_iconoclast_patriarchate_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 60
|
||||
empire = 60
|
||||
hegemony = 60
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
faith = faith:iconoclast
|
||||
NOT = { faith = { exists = religious_head } }
|
||||
highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
completely_controls = title:c_byzantion
|
||||
piety_level >= medium_piety_level
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
}
|
||||
|
||||
effect = {
|
||||
custom_tooltip = establish_iconoclast_patriarchate_decision_effect_tooltip
|
||||
trigger_event = {
|
||||
id = roman_restoration.0120
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
ai_value_modifier = {
|
||||
ai_zeal = 5.0
|
||||
}
|
||||
modifier = {
|
||||
factor = 0
|
||||
has_trait = cynical
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
### Restore Ecumenical Patriarchate ###
|
||||
restore_ecumenical_patriarchate_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
|
||||
}
|
||||
desc = restore_ecumenical_patriarchate_decision_desc
|
||||
selection_tooltip = restore_ecumenical_patriarchate_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 60
|
||||
empire = 60
|
||||
hegemony = 60
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
faith = faith:orthodox
|
||||
NOT = { faith = { exists = religious_head } }
|
||||
highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
completely_controls = title:c_byzantion
|
||||
piety_level >= medium_piety_level
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
}
|
||||
|
||||
effect = {
|
||||
custom_tooltip = restore_ecumenical_patriarchate_decision_effect_tooltip
|
||||
trigger_event = {
|
||||
id = roman_restoration.0122
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
ai_value_modifier = {
|
||||
ai_zeal = 5.0
|
||||
}
|
||||
modifier = {
|
||||
factor = 0
|
||||
has_trait = cynical
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#
|
||||
#### Reclaim Constantinople ###
|
||||
#set_capital_constantinople_decision = {
|
||||
# picture = {
|
||||
# reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
# }
|
||||
# desc = set_capital_constantinople_decision_desc
|
||||
# selection_tooltip = set_capital_constantinople_decision_tooltip
|
||||
# decision_group_type = major
|
||||
#
|
||||
# ai_check_interval_by_tier = {
|
||||
# barony = 0
|
||||
# county = 0
|
||||
# duchy = 0
|
||||
# kingdom = 0
|
||||
# empire = 12
|
||||
# hegemony = 0
|
||||
# }
|
||||
#
|
||||
# is_shown = {
|
||||
# is_ruler = yes
|
||||
# is_playable_character = yes
|
||||
# has_title = title:e_byzantium
|
||||
# NOT = { capital_county = { this = title:c_byzantion } }
|
||||
# OR = {
|
||||
# title:c_byzantion.holder = {
|
||||
# any_liege_or_above = { this = root }
|
||||
# }
|
||||
# title:c_byzantion.holder = { this = root }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# is_valid_showing_failures_only = {
|
||||
# is_landed = yes
|
||||
# is_capable_adult = yes
|
||||
# is_imprisoned = no
|
||||
# top_liege = this
|
||||
# }
|
||||
#
|
||||
# effect = {
|
||||
# if = { #Usurp if not held personally.
|
||||
# limit = {
|
||||
# NOT = { title:c_byzantion.holder = { this = root } }
|
||||
# }
|
||||
# title:c_byzantion.holder = { save_scope_as = target_for_denunciation }
|
||||
# create_title_and_vassal_change = {
|
||||
# type = returned
|
||||
# save_scope_as = change
|
||||
# add_claim_on_loss = no
|
||||
# }
|
||||
# title:c_byzantion = {
|
||||
# change_title_holder = {
|
||||
# holder = root
|
||||
# change = scope:change
|
||||
# }
|
||||
# }
|
||||
# resolve_title_and_vassal_change = scope:change
|
||||
#
|
||||
# }
|
||||
# set_realm_capital = title:c_byzantion
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = scope:target_for_denunciation
|
||||
# }
|
||||
# scope:target_for_denunciation = {
|
||||
# trigger_event = {
|
||||
# id = roman_restoration.1204
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# ai_potential = {
|
||||
# primary_title.tier = tier_empire
|
||||
# has_title = title:e_byzantium
|
||||
# }
|
||||
#
|
||||
# ai_will_do = { #Do it always, for coherence.
|
||||
# base = 100
|
||||
# modifier = {
|
||||
# title:c_byzantion.holder = {
|
||||
# is_ai = no
|
||||
# any_realm_county = {
|
||||
# count < 2
|
||||
# holder = title:c_byzantion.holder
|
||||
# }
|
||||
# }
|
||||
# factor = 0
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
#### Reclaim Rome ###
|
||||
#set_capital_rome_decision = {
|
||||
# picture = {
|
||||
# reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
# }
|
||||
# desc = set_capital_rome_decision_desc
|
||||
# selection_tooltip = set_capital_rome_decision_tooltip
|
||||
# decision_group_type = major
|
||||
#
|
||||
# ai_check_interval_by_tier = {
|
||||
# barony = 0
|
||||
# county = 0
|
||||
# duchy = 0
|
||||
# kingdom = 0
|
||||
# empire = 0
|
||||
# hegemony = 12
|
||||
# }
|
||||
#
|
||||
# is_shown = {
|
||||
# is_ruler = yes
|
||||
# is_playable_character = yes
|
||||
# has_title = title:h_roman_empire
|
||||
# NOT = { capital_county = { this = title:c_roma } }
|
||||
# OR = {
|
||||
# title:c_roma.holder = {
|
||||
# any_liege_or_above = { this = root }
|
||||
# }
|
||||
# title:c_roma.holder = { this = root }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# is_valid_showing_failures_only = {
|
||||
# is_landed = yes
|
||||
# is_capable_adult = yes
|
||||
# is_imprisoned = no
|
||||
# top_liege = this
|
||||
# }
|
||||
#
|
||||
# effect = {
|
||||
# if = { #Usurp if not held personally.
|
||||
# limit = {
|
||||
# NOT = { title:c_roma.holder = { this = root } }
|
||||
# }
|
||||
# create_title_and_vassal_change = {
|
||||
# type = returned
|
||||
# save_scope_as = change
|
||||
# add_claim_on_loss = no
|
||||
# }
|
||||
# title:c_roma = {
|
||||
# change_title_holder = {
|
||||
# holder = root
|
||||
# change = scope:change
|
||||
# }
|
||||
# }
|
||||
# resolve_title_and_vassal_change = scope:change
|
||||
#
|
||||
# }
|
||||
# set_realm_capital = title:c_roma
|
||||
# }
|
||||
#
|
||||
# ai_potential = {
|
||||
# has_title = title:h_roman_empire
|
||||
# }
|
||||
#
|
||||
# ai_will_do = { #Do it always, for coherence.
|
||||
# base = 100
|
||||
# }
|
||||
#}
|
||||
#
|
||||
#### Establish Iconoclast Patriarchate ###
|
||||
#establish_iconoclast_patriarchate_decision = {
|
||||
# picture = {
|
||||
# reference = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
|
||||
# }
|
||||
# desc = establish_iconoclast_patriarchate_decision_desc
|
||||
# selection_tooltip = establish_iconoclast_patriarchate_decision_tooltip
|
||||
# decision_group_type = major
|
||||
#
|
||||
# ai_check_interval_by_tier = {
|
||||
# barony = 0
|
||||
# county = 0
|
||||
# duchy = 0
|
||||
# kingdom = 60
|
||||
# empire = 60
|
||||
# hegemony = 60
|
||||
# }
|
||||
#
|
||||
# is_shown = {
|
||||
# is_ruler = yes
|
||||
# is_playable_character = yes
|
||||
# faith = faith:iconoclast
|
||||
# NOT = { faith = { exists = religious_head } }
|
||||
# highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
# }
|
||||
#
|
||||
# is_valid = {
|
||||
# completely_controls = title:c_byzantion
|
||||
# piety_level >= medium_piety_level
|
||||
# }
|
||||
#
|
||||
# is_valid_showing_failures_only = {
|
||||
# is_landed = yes
|
||||
# is_capable_adult = yes
|
||||
# is_imprisoned = no
|
||||
# top_liege = this
|
||||
# }
|
||||
#
|
||||
# effect = {
|
||||
# custom_tooltip = establish_iconoclast_patriarchate_decision_effect_tooltip
|
||||
# trigger_event = {
|
||||
# id = roman_restoration.0120
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# ai_potential = {
|
||||
# always = yes
|
||||
# }
|
||||
#
|
||||
# ai_will_do = {
|
||||
# base = 100
|
||||
# ai_value_modifier = {
|
||||
# ai_zeal = 5.0
|
||||
# }
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# has_trait = cynical
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
#### Restore Ecumenical Patriarchate ###
|
||||
#restore_ecumenical_patriarchate_decision = {
|
||||
# picture = {
|
||||
# reference = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
|
||||
# }
|
||||
# desc = restore_ecumenical_patriarchate_decision_desc
|
||||
# selection_tooltip = restore_ecumenical_patriarchate_decision_tooltip
|
||||
# decision_group_type = major
|
||||
#
|
||||
# ai_check_interval_by_tier = {
|
||||
# barony = 0
|
||||
# county = 0
|
||||
# duchy = 0
|
||||
# kingdom = 60
|
||||
# empire = 60
|
||||
# hegemony = 60
|
||||
# }
|
||||
#
|
||||
# is_shown = {
|
||||
# is_ruler = yes
|
||||
# is_playable_character = yes
|
||||
# faith = faith:orthodox
|
||||
# NOT = { faith = { exists = religious_head } }
|
||||
# highest_held_title_tier > 3 #Only Kings and Emperors
|
||||
# }
|
||||
#
|
||||
# is_valid = {
|
||||
# completely_controls = title:c_byzantion
|
||||
# piety_level >= medium_piety_level
|
||||
# }
|
||||
#
|
||||
# is_valid_showing_failures_only = {
|
||||
# is_landed = yes
|
||||
# is_capable_adult = yes
|
||||
# is_imprisoned = no
|
||||
# top_liege = this
|
||||
# }
|
||||
#
|
||||
# effect = {
|
||||
# custom_tooltip = restore_ecumenical_patriarchate_decision_effect_tooltip
|
||||
# trigger_event = {
|
||||
# id = roman_restoration.0122
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# ai_potential = {
|
||||
# always = yes
|
||||
# }
|
||||
#
|
||||
# ai_will_do = {
|
||||
# base = 100
|
||||
# ai_value_modifier = {
|
||||
# ai_zeal = 5.0
|
||||
# }
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# has_trait = cynical
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
### Restore the Papacy ###
|
||||
restore_papacy_decision = {
|
||||
picture = {
|
||||
|
|
|
|||
|
|
@ -169,11 +169,11 @@ introduce_a_new_fashion_at_court_decision = {
|
|||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
top_liege ?= {
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
# culture = { has_cultural_pillar = heritage_byzantine }
|
||||
capital_barony ?= title:b_constantinople
|
||||
primary_title ?= title:e_byzantium
|
||||
primary_title ?= title:h_roman_empire
|
||||
primary_title ?= title:h_eastern_roman_empire
|
||||
# primary_title ?= title:e_byzantium
|
||||
# primary_title ?= title:h_roman_empire
|
||||
## primary_title ?= title:h_eastern_roman_empire
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue