sebastianist hof set up
This commit is contained in:
parent
6bc66eeada
commit
ba80b6fe91
7 changed files with 141 additions and 6 deletions
|
|
@ -475,6 +475,79 @@ restore_swedish_empire_decision = {
|
|||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
form_quinto_imperio_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
}
|
||||
desc = form_quinto_imperio_decision_desc
|
||||
selection_tooltip = form_quinto_imperio_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 120
|
||||
empire = 120
|
||||
hegemony = 120
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
faith.religion = faith:sebastianist.religion
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
#Visible to kings and above
|
||||
highest_held_title_tier >= tier_duchy
|
||||
NOT = {
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_formed_quinto_imperio
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
completely_controls_region = world_europe_west_iberia
|
||||
piety_level >= high_piety_level
|
||||
prestige_level >= high_prestige_level
|
||||
}
|
||||
|
||||
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 = form_quinto_imperio_decision_effect_tooltip
|
||||
gain_heroic_legend_seed_tooltip_effect = yes
|
||||
show_as_tooltip = {
|
||||
form_quinto_imperio_effect = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
form_quinto_imperio_effect = yes
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_formed_quinto_imperio
|
||||
}
|
||||
set_global_variable = {
|
||||
name = flag_formed_quinto_imperio
|
||||
value = root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue