Fixes
This commit is contained in:
parent
ce70fe752e
commit
734d526ca9
41 changed files with 17594 additions and 1069 deletions
|
|
@ -3214,80 +3214,80 @@ set_de_jure_capital_decision = {
|
|||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
# Restore Carthage
|
||||
|
||||
restore_carthage_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
|
||||
}
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 0
|
||||
kingdom = 120
|
||||
empire = 0
|
||||
hegemony = 0
|
||||
}
|
||||
|
||||
desc = restore_carthage_decision_desc
|
||||
selection_tooltip = restore_carthage_decision_tooltip
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_syriac }
|
||||
culture = culture:levantine
|
||||
}
|
||||
|
||||
# Not repeatable.
|
||||
NOT = {
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_carthage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
is_independent_ruler = yes
|
||||
highest_held_title_tier < tier_empire
|
||||
|
||||
prestige_level >= 4
|
||||
|
||||
completely_controls_region = custom_carthage
|
||||
completely_controls_region = custom_tripolitania
|
||||
completely_controls_region = custom_mauretania
|
||||
completely_controls_region = custom_carthago_nova
|
||||
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
top_liege = this
|
||||
is_available_adult = yes
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
value = 1200
|
||||
}
|
||||
}
|
||||
|
||||
effect = {
|
||||
save_scope_as = founder
|
||||
show_as_tooltip = { restore_carthage_scripted_effect = yes }
|
||||
|
||||
hidden_effect = {
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_carthage
|
||||
}
|
||||
}
|
||||
|
||||
trigger_event = major_decisions.3300
|
||||
}
|
||||
}
|
||||
#
|
||||
## Restore Carthage
|
||||
#
|
||||
#restore_carthage_decision = {
|
||||
# picture = {
|
||||
# reference = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
|
||||
# }
|
||||
# decision_group_type = major
|
||||
#
|
||||
# ai_check_interval_by_tier = {
|
||||
# barony = 0
|
||||
# county = 0
|
||||
# duchy = 0
|
||||
# kingdom = 120
|
||||
# empire = 0
|
||||
# hegemony = 0
|
||||
# }
|
||||
#
|
||||
# desc = restore_carthage_decision_desc
|
||||
# selection_tooltip = restore_carthage_decision_tooltip
|
||||
#
|
||||
# is_shown = {
|
||||
# is_ruler = yes
|
||||
# is_playable_character = yes
|
||||
#
|
||||
# OR = {
|
||||
# culture = { has_cultural_pillar = heritage_syriac }
|
||||
# culture = culture:levantine
|
||||
# }
|
||||
#
|
||||
# # Not repeatable.
|
||||
# NOT = {
|
||||
# is_target_in_global_variable_list = {
|
||||
# name = unavailable_unique_decisions
|
||||
# target = flag:flag_restored_carthage
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# is_valid = {
|
||||
# is_independent_ruler = yes
|
||||
# highest_held_title_tier < tier_empire
|
||||
#
|
||||
# prestige_level >= 4
|
||||
#
|
||||
# completely_controls_region = custom_carthage
|
||||
# completely_controls_region = custom_tripolitania
|
||||
# completely_controls_region = custom_mauretania
|
||||
# completely_controls_region = custom_carthago_nova
|
||||
#
|
||||
# }
|
||||
#
|
||||
# is_valid_showing_failures_only = {
|
||||
# top_liege = this
|
||||
# is_available_adult = yes
|
||||
# }
|
||||
#
|
||||
# cost = {
|
||||
# gold = {
|
||||
# value = 1200
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# effect = {
|
||||
# save_scope_as = founder
|
||||
# show_as_tooltip = { restore_carthage_scripted_effect = yes }
|
||||
#
|
||||
# hidden_effect = {
|
||||
# add_to_global_variable_list = {
|
||||
# name = unavailable_unique_decisions
|
||||
# target = flag:flag_restored_carthage
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# trigger_event = major_decisions.3300
|
||||
# }
|
||||
#}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ reforge_crown_wenceslas_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
ai_check_interval = { 500 }
|
||||
ai_check_interval = 500
|
||||
ai_will_do = {
|
||||
value = 15
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue