Gallia
This commit is contained in:
parent
8c4f703956
commit
179d384f7a
3 changed files with 180 additions and 0 deletions
|
|
@ -548,6 +548,150 @@ form_quinto_imperio_decision = {
|
|||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
restore_rhine_border_novelist_france_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
}
|
||||
desc = restore_rhine_border_novelist_france_decision_desc
|
||||
selection_tooltip = restore_rhine_border_novelist_france_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 0
|
||||
empire = 120
|
||||
hegemony = 0
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
NOT = {
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_rhine_border_novelist_france
|
||||
}
|
||||
}
|
||||
NOT = { or = { has_title = title:e_europa has_title = title:h_europa } }
|
||||
faith.religion = religion:novelist_religion
|
||||
culture = { has_cultural_pillar = heritage_french }
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
NOT = { has_title = title:e_europa }
|
||||
has_title = title:e_france
|
||||
completely_controls_region = custom_left_bank_rhine
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
is_at_war = no
|
||||
}
|
||||
|
||||
effect = {
|
||||
custom_tooltip = restore_rhine_border_novelist_france_decision_effect_tooltip
|
||||
show_as_tooltip = {
|
||||
restore_rhine_border_novelist_france_decision_effect = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
restore_rhine_border_novelist_france_decision_effect = yes
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_rhine_border_novelist_france
|
||||
}
|
||||
set_global_variable = {
|
||||
name = flag_restored_rhine_border_novelist_france
|
||||
value = root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
restore_alpine_border_novelist_france_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
}
|
||||
desc = restore_alpine_border_novelist_france_decision_desc
|
||||
selection_tooltip = restore_alpine_border_novelist_france_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 0
|
||||
empire = 120
|
||||
hegemony = 0
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
NOT = {
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_alpine_border_novelist_france
|
||||
}
|
||||
}
|
||||
NOT = { or = { has_title = title:e_europa has_title = title:h_europa } }
|
||||
faith.religion = religion:novelist_religion
|
||||
culture = { has_cultural_pillar = heritage_french }
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
NOT = { has_title = title:e_europa }
|
||||
has_title = title:e_france
|
||||
completely_controls_region = custom_alpine_france
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
top_liege = this
|
||||
is_at_war = no
|
||||
}
|
||||
|
||||
effect = {
|
||||
custom_tooltip = restore_alpine_border_novelist_france_decision_effect_tooltip
|
||||
show_as_tooltip = {
|
||||
restore_alpine_border_novelist_france_decision_effect = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
restore_alpine_border_novelist_france_decision_effect = yes
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_alpine_border_novelist_france
|
||||
}
|
||||
set_global_variable = {
|
||||
name = flag_restored_alpine_border_novelist_france
|
||||
value = root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue