hetmanshchina, jewish flavour
This commit is contained in:
parent
862625b9bb
commit
3c3a93f6a7
19 changed files with 279 additions and 6 deletions
|
|
@ -551,6 +551,81 @@ form_quinto_imperio_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
form_hetmanshchina_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_hetmanshchina.dds"
|
||||
}
|
||||
desc = form_hetmanshchina_decision_desc
|
||||
selection_tooltip = form_hetmanshchina_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 120
|
||||
empire = 120
|
||||
hegemony = 0
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
faith = faith:kozachina
|
||||
culture = culture:NEOW_cossack
|
||||
}
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
#Visible to kings and above.
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
NOT = {
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_formed_hetmanshchina
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
completely_controls_region = custom_cossack_region
|
||||
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_hetmanshchina_decision_effect_tooltip
|
||||
gain_heroic_legend_seed_tooltip_effect = yes
|
||||
show_as_tooltip = {
|
||||
form_hetmanshchina_effect = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
form_hetmanshchina_effect = yes
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_formed_hetmanshchina
|
||||
}
|
||||
set_global_variable = {
|
||||
name = flag_formed_hetmanshchina
|
||||
value = root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
restore_rhine_border_novelist_france_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue