This commit is contained in:
Heidesommer 2026-06-10 09:56:04 -04:00
parent 9d52eda700
commit 3c904f31fc
22 changed files with 14003 additions and 676 deletions

View file

@ -690,6 +690,80 @@ restore_alpine_border_novelist_france_decision = {
always = yes
}
ai_will_do = {
base = 100
}
}
restore_numenor_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
}
desc = restore_numenor_decision_desc
selection_tooltip = restore_numenor_tooltip
decision_group_type = major
ai_check_interval_by_tier = {
barony = 0
county = 0
duchy = 0
kingdom = 120
empire = 120
hegemony = 0
}
is_shown = {
is_ruler = yes
is_playable_character = yes
faith = faith:romanticist
NOT = {
is_target_in_global_variable_list = {
name = unavailable_unique_decisions
target = flag:flag_restored_numenor_decision
}
}
}
is_valid = {
has_title = title:e_france
completely_controls = title:e_france
completely_controls = title:d_london
completely_controls = title:d_latium
prestige_level = 5
piety_level = 5
}
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_numenor_decision_effect_tooltip
show_as_tooltip = {
restore_numenor_decision_effect = yes
}
hidden_effect = {
restore_numenor_decision_effect = yes
add_to_global_variable_list = {
name = unavailable_unique_decisions
target = flag:flag_restored_numenor_decision
}
set_global_variable = {
name = flag_restored_numenor_decision
value = root
}
}
}
ai_potential = {
always = yes
}
ai_will_do = {
base = 100
}