Stability measures
This commit is contained in:
parent
cf10d05052
commit
7c968185ab
17 changed files with 1382 additions and 1396 deletions
|
|
@ -232,15 +232,15 @@ start_abduct = {
|
||||||
OR = {
|
OR = {
|
||||||
has_perk = kidnapper_perk # Scheme unlocked by the Kidnapper Perk
|
has_perk = kidnapper_perk # Scheme unlocked by the Kidnapper Perk
|
||||||
domicile ?= { has_domicile_parameter = camp_unlocks_abduct_scheme }
|
domicile ?= { has_domicile_parameter = camp_unlocks_abduct_scheme }
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_abduct_for_all
|
# has_struggle_phase_parameter = unlocks_abduct_for_all
|
||||||
is_secondary_character_involvement_involved_trigger = {
|
# is_secondary_character_involvement_involved_trigger = {
|
||||||
CHAR = scope:recipient
|
# CHAR = scope:recipient
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -612,10 +612,10 @@ befriend_interaction = {
|
||||||
target_is_vassal_or_below = scope:recipient
|
target_is_vassal_or_below = scope:recipient
|
||||||
}
|
}
|
||||||
culture = { has_cultural_parameter = automatic_befriend_access }
|
culture = { has_cultural_parameter = automatic_befriend_access }
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
# has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
||||||
}
|
# }
|
||||||
AND = {
|
AND = {
|
||||||
government_has_flag = government_is_clan
|
government_has_flag = government_is_clan
|
||||||
is_in_same_clan_as_trigger = { CHARACTER = scope:recipient }
|
is_in_same_clan_as_trigger = { CHARACTER = scope:recipient }
|
||||||
|
|
@ -734,10 +734,10 @@ befriend_interaction = {
|
||||||
has_dynasty_perk = fp1_adventure_legacy_5
|
has_dynasty_perk = fp1_adventure_legacy_5
|
||||||
}
|
}
|
||||||
culture = { has_cultural_parameter = automatic_befriend_access }
|
culture = { has_cultural_parameter = automatic_befriend_access }
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
# has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
|
||||||
}
|
# }
|
||||||
house ?= { has_house_aspiration_parameter = aspect_of_serenity }
|
house ?= { has_house_aspiration_parameter = aspect_of_serenity }
|
||||||
}
|
}
|
||||||
NOR = {
|
NOR = {
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -815,17 +815,17 @@
|
||||||
add = 25
|
add = 25
|
||||||
}
|
}
|
||||||
|
|
||||||
modifier = { # FP3 modifier.
|
# modifier = { # FP3 modifier.
|
||||||
desc = GENERIC_YOUR_PIETY_LEVEL_MODIFIER
|
# desc = GENERIC_YOUR_PIETY_LEVEL_MODIFIER
|
||||||
trigger = { scope:actor = { any_character_struggle = { has_struggle_phase_parameter = piety_level_affects_vassalage_acceptance } } }
|
# trigger = { scope:actor = { any_character_struggle = { has_struggle_phase_parameter = piety_level_affects_vassalage_acceptance } } }
|
||||||
add = {
|
# add = {
|
||||||
value = {
|
# value = {
|
||||||
value = scope:actor.piety_level
|
# value = scope:actor.piety_level
|
||||||
subtract = low_piety_level
|
# subtract = low_piety_level
|
||||||
}
|
# }
|
||||||
multiply = 10
|
# multiply = 10
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# OPINION INFLUENCE
|
# OPINION INFLUENCE
|
||||||
modifier = {
|
modifier = {
|
||||||
|
|
@ -9202,17 +9202,17 @@ mpo_offer_submission_or_ruin = {
|
||||||
add = 100
|
add = 100
|
||||||
}
|
}
|
||||||
|
|
||||||
modifier = { # FP3 modifier.
|
# modifier = { # FP3 modifier.
|
||||||
desc = GENERIC_YOUR_PIETY_LEVEL_MODIFIER
|
# desc = GENERIC_YOUR_PIETY_LEVEL_MODIFIER
|
||||||
trigger = { scope:actor = { any_character_struggle = { has_struggle_phase_parameter = piety_level_affects_vassalage_acceptance } } }
|
# trigger = { scope:actor = { any_character_struggle = { has_struggle_phase_parameter = piety_level_affects_vassalage_acceptance } } }
|
||||||
add = {
|
# add = {
|
||||||
value = {
|
# value = {
|
||||||
value = scope:actor.piety_level
|
# value = scope:actor.piety_level
|
||||||
subtract = low_piety_level
|
# subtract = low_piety_level
|
||||||
}
|
# }
|
||||||
multiply = 10
|
# multiply = 10
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# OPINION INFLUENCE
|
# OPINION INFLUENCE
|
||||||
modifier = {
|
modifier = {
|
||||||
|
|
@ -9684,10 +9684,10 @@ mpo_offer_submission_or_ruin = {
|
||||||
remove_character_modifier = event_bonus_to_vassal_accept
|
remove_character_modifier = event_bonus_to_vassal_accept
|
||||||
}
|
}
|
||||||
|
|
||||||
if = { # FP3
|
# if = { # FP3
|
||||||
limit = { any_character_struggle = { has_struggle_phase_parameter = offer_vassalization_removes_disloyalty } }
|
# limit = { any_character_struggle = { has_struggle_phase_parameter = offer_vassalization_removes_disloyalty } }
|
||||||
scope:recipient = { remove_trait = disloyal }
|
# scope:recipient = { remove_trait = disloyal }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1218,17 +1218,17 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Struggle parameters
|
# Struggle parameters
|
||||||
scope:councillor_liege = {
|
# scope:councillor_liege = {
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = piety_from_converting_county
|
# has_struggle_phase_parameter = piety_from_converting_county
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
add_piety = medium_piety_gain
|
# add_piety = medium_piety_gain
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
# Message for vassals
|
# Message for vassals
|
||||||
trigger_event = court_chaplain_task.8002
|
trigger_event = court_chaplain_task.8002
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,28 +40,28 @@ create_holy_order_decision = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
trigger_if = {
|
# trigger_if = {
|
||||||
limit = {
|
# limit = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_duchy
|
# highest_held_title_tier >= tier_duchy
|
||||||
}
|
# }
|
||||||
NOT = {
|
# NOT = {
|
||||||
any_sub_realm_barony = {
|
# any_sub_realm_barony = {
|
||||||
is_under_holy_order_lease = yes
|
# is_under_holy_order_lease = yes
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
OR = {
|
OR = {
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_duchy
|
# highest_held_title_tier >= tier_duchy
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_kingdom
|
highest_held_title_tier >= tier_kingdom
|
||||||
any_held_county = {
|
any_held_county = {
|
||||||
any_in_de_jure_hierarchy = {
|
any_in_de_jure_hierarchy = {
|
||||||
|
|
@ -93,16 +93,16 @@ create_holy_order_decision = {
|
||||||
}
|
}
|
||||||
|
|
||||||
is_valid = {
|
is_valid = {
|
||||||
|
# trigger_if = {
|
||||||
|
# limit = {
|
||||||
|
# any_character_struggle = {
|
||||||
|
# involvement = involved
|
||||||
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# highest_held_title_tier >= tier_duchy
|
||||||
|
# }
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
|
||||||
any_character_struggle = {
|
|
||||||
involvement = involved
|
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
highest_held_title_tier >= tier_duchy
|
|
||||||
}
|
|
||||||
trigger_else = {
|
|
||||||
custom_description = {
|
custom_description = {
|
||||||
text = "is_king_or_emperor"
|
text = "is_king_or_emperor"
|
||||||
highest_held_title_tier >= tier_kingdom
|
highest_held_title_tier >= tier_kingdom
|
||||||
|
|
|
||||||
|
|
@ -158,13 +158,13 @@ sale_of_titles_decision = {
|
||||||
is_landed = yes
|
is_landed = yes
|
||||||
OR = {
|
OR = {
|
||||||
has_perk = at_any_cost_perk
|
has_perk = at_any_cost_perk
|
||||||
AND = {
|
# AND = {
|
||||||
highest_held_title_tier >= tier_kingdom
|
# highest_held_title_tier >= tier_kingdom
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_sell_minor_title_for_kings_and_higher
|
# has_struggle_phase_parameter = unlocks_sell_minor_title_for_kings_and_higher
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -179,7 +179,7 @@ sale_of_titles_decision = {
|
||||||
highest_held_title_tier >= tier_kingdom
|
highest_held_title_tier >= tier_kingdom
|
||||||
any_character_struggle = {
|
any_character_struggle = {
|
||||||
involvement = involved
|
involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_sell_minor_title_for_kings_and_higher
|
# has_struggle_phase_parameter = unlocks_sell_minor_title_for_kings_and_higher
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -378,13 +378,13 @@ commission_epic_decision = {
|
||||||
exists = house
|
exists = house
|
||||||
OR = {
|
OR = {
|
||||||
has_perk = writing_history_perk
|
has_perk = writing_history_perk
|
||||||
AND = {
|
# AND = {
|
||||||
top_liege = this
|
# top_liege = this
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_epic_commission_for_independent_rulers
|
# has_struggle_phase_parameter = unlocks_epic_commission_for_independent_rulers
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
is_landless_adventurer = no
|
is_landless_adventurer = no
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@ deceitful_progress_hostile_schemes_decision = {
|
||||||
is_shown = {
|
is_shown = {
|
||||||
OR = {
|
OR = {
|
||||||
has_trait = deceitful
|
has_trait = deceitful
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
has_struggle_phase_parameter = unlocks_expedite_scheme_decision
|
# has_struggle_phase_parameter = unlocks_expedite_scheme_decision
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -195,26 +195,26 @@ hybridization_threshold_value = {
|
||||||
multiply = 2
|
multiply = 2
|
||||||
}
|
}
|
||||||
# Struggles
|
# Struggles
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
exists = scope:culture
|
# exists = scope:culture
|
||||||
root = {
|
# root = {
|
||||||
OR = {
|
# OR = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
|
# has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
|
||||||
is_culture_involved_in_struggle = scope:culture
|
# is_culture_involved_in_struggle = scope:culture
|
||||||
}
|
# }
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = interloper
|
# involvement = interloper
|
||||||
has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
|
# has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
|
||||||
is_culture_involved_in_struggle = scope:culture
|
# is_culture_involved_in_struggle = scope:culture
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
multiply = 0.5
|
# multiply = 0.5
|
||||||
}
|
# }
|
||||||
# Events
|
# Events
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
|
|
|
||||||
|
|
@ -4141,25 +4141,25 @@ faith_conversion_cost_mult = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Cheaper if you're an interloper in a struggle converting to an involved faith.
|
# Cheaper if you're an interloper in a struggle converting to an involved faith.
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
scope:character = {
|
# scope:character = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = interloper
|
# involvement = interloper
|
||||||
has_struggle_phase_parameter = cheaper_to_convert_to_struggle_faith
|
# has_struggle_phase_parameter = cheaper_to_convert_to_struggle_faith
|
||||||
is_faith_involved_in_struggle = scope:new_faith
|
# is_faith_involved_in_struggle = scope:new_faith
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
multiply = {
|
# multiply = {
|
||||||
value = 1
|
# value = 1
|
||||||
subtract = {
|
# subtract = {
|
||||||
desc = struggle_parameter_cheaper_to_convert_to_struggle_faith
|
# desc = struggle_parameter_cheaper_to_convert_to_struggle_faith
|
||||||
format = "BREAKDOWN_FORMAT_PIETY_PERCENTAGE_POSITIVE_IS_BAD"
|
# format = "BREAKDOWN_FORMAT_PIETY_PERCENTAGE_POSITIVE_IS_BAD"
|
||||||
value = 0.5
|
# value = 0.5
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
# Conversion Discount from Confucian Education
|
# Conversion Discount from Confucian Education
|
||||||
|
|
|
||||||
|
|
@ -980,33 +980,33 @@ court_chaplain_conversion_contextual_bonuses = {
|
||||||
|
|
||||||
# Struggle Bonuses/Penalties
|
# Struggle Bonuses/Penalties
|
||||||
## Boost conversion in some phases.
|
## Boost conversion in some phases.
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
exists = scope:county
|
# exists = scope:county
|
||||||
scope:county = {
|
# scope:county = {
|
||||||
any_county_struggle = { has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_faster }
|
# any_county_struggle = { has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_faster }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
add = {
|
# add = {
|
||||||
value = scope:councillor.boost_county_conversion_phase_bonus_value
|
# value = scope:councillor.boost_county_conversion_phase_bonus_value
|
||||||
desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_BONUS
|
# desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_BONUS
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
## Reduce it in others.
|
# ## Reduce it in others.
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
exists = scope:county
|
# exists = scope:county
|
||||||
scope:county = {
|
# scope:county = {
|
||||||
any_county_struggle = {
|
# any_county_struggle = {
|
||||||
has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_slower
|
# has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_slower
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
add = {
|
# add = {
|
||||||
value = scope:councillor.boost_county_conversion_phase_malus_value
|
# value = scope:councillor.boost_county_conversion_phase_malus_value
|
||||||
desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_PENALTY
|
# desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_PENALTY
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# FP3 ending
|
# FP3 ending
|
||||||
if = {
|
if = {
|
||||||
|
|
|
||||||
|
|
@ -725,10 +725,10 @@ fp2_eligible_for_yearly_events_trigger = {
|
||||||
fp2_purchase_truce_interaction_soft_requirements_trigger = {
|
fp2_purchase_truce_interaction_soft_requirements_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
always = no
|
always = no
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_truce_purchasing_interaction
|
# has_struggle_phase_parameter = unlocks_truce_purchasing_interaction
|
||||||
}
|
# }
|
||||||
has_perk = defensive_negotiations_perk
|
has_perk = defensive_negotiations_perk
|
||||||
culture = { has_cultural_parameter = unlocks_purchase_truce }
|
culture = { has_cultural_parameter = unlocks_purchase_truce }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -820,15 +820,15 @@ minority = {
|
||||||
culture = {
|
culture = {
|
||||||
cultural_acceptance = { target = scope:liege.culture value < 30 }
|
cultural_acceptance = { target = scope:liege.culture value < 30 }
|
||||||
}
|
}
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = struggle_different_culture_more_likely_to_use_minority_stance
|
# has_struggle_phase_parameter = struggle_different_culture_more_likely_to_use_minority_stance
|
||||||
}
|
# }
|
||||||
culture = {
|
# culture = {
|
||||||
cultural_acceptance = { target = scope:liege.culture value < 70 }
|
# cultural_acceptance = { target = scope:liege.culture value < 70 }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -938,15 +938,15 @@ minority = {
|
||||||
culture = {
|
culture = {
|
||||||
cultural_acceptance = { target = scope:liege.culture value < 30 }
|
cultural_acceptance = { target = scope:liege.culture value < 30 }
|
||||||
}
|
}
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = struggle_different_culture_more_likely_to_use_minority_stance
|
# has_struggle_phase_parameter = struggle_different_culture_more_likely_to_use_minority_stance
|
||||||
}
|
# }
|
||||||
culture = {
|
# culture = {
|
||||||
cultural_acceptance = { target = scope:liege.culture value < 70 }
|
# cultural_acceptance = { target = scope:liege.culture value < 70 }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8592,29 +8592,29 @@ coronation_events.1032 = {
|
||||||
NOT = { fp1_valid_norse_faith_for_jomsvikings_trigger = yes }
|
NOT = { fp1_valid_norse_faith_for_jomsvikings_trigger = yes }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
trigger_if = {
|
# trigger_if = {
|
||||||
limit = {
|
# limit = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_duchy
|
# highest_held_title_tier >= tier_duchy
|
||||||
}
|
# }
|
||||||
NOT = {
|
# NOT = {
|
||||||
any_sub_realm_barony = {
|
# any_sub_realm_barony = {
|
||||||
is_under_holy_order_lease = yes
|
# is_under_holy_order_lease = yes
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
OR = {
|
OR = {
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_duchy
|
# highest_held_title_tier >= tier_duchy
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_kingdom
|
highest_held_title_tier >= tier_kingdom
|
||||||
any_held_county = {
|
any_held_county = {
|
||||||
any_in_de_jure_hierarchy = {
|
any_in_de_jure_hierarchy = {
|
||||||
|
|
@ -8666,29 +8666,29 @@ coronation_events.1032 = {
|
||||||
NOT = { fp1_valid_norse_faith_for_jomsvikings_trigger = yes }
|
NOT = { fp1_valid_norse_faith_for_jomsvikings_trigger = yes }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
trigger_if = {
|
# trigger_if = {
|
||||||
limit = {
|
# limit = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_duchy
|
# highest_held_title_tier >= tier_duchy
|
||||||
}
|
# }
|
||||||
NOT = {
|
# NOT = {
|
||||||
any_sub_realm_barony = {
|
# any_sub_realm_barony = {
|
||||||
is_under_holy_order_lease = yes
|
# is_under_holy_order_lease = yes
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
OR = {
|
OR = {
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
# has_struggle_phase_parameter = holy_order_can_be_created_by_dukes
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_duchy
|
# highest_held_title_tier >= tier_duchy
|
||||||
}
|
# }
|
||||||
highest_held_title_tier >= tier_kingdom
|
highest_held_title_tier >= tier_kingdom
|
||||||
any_held_county = {
|
any_held_county = {
|
||||||
any_in_de_jure_hierarchy = {
|
any_in_de_jure_hierarchy = {
|
||||||
|
|
|
||||||
|
|
@ -1296,33 +1296,33 @@ coronation_events.6010 = {
|
||||||
NOT = { has_diarchy_parameter = can_be_instantly_dismissed }
|
NOT = { has_diarchy_parameter = can_be_instantly_dismissed }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AND = {
|
# AND = {
|
||||||
is_powerful_vassal_of = scope:host
|
# is_powerful_vassal_of = scope:host
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_claim_throne_for_powerful_vassals
|
# has_struggle_phase_parameter = unlocks_claim_throne_for_powerful_vassals
|
||||||
is_secondary_character_involvement_involved_trigger = {
|
# is_secondary_character_involvement_involved_trigger = {
|
||||||
CHAR = scope:host
|
# CHAR = scope:host
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_claim_throne_for_all
|
# has_struggle_phase_parameter = unlocks_claim_throne_for_all
|
||||||
is_secondary_character_involvement_involved_trigger = {
|
# is_secondary_character_involvement_involved_trigger = {
|
||||||
CHAR = scope:host
|
# CHAR = scope:host
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:d_sunni.holder
|
# exists = title:d_sunni.holder
|
||||||
is_vassal_of = title:d_sunni.holder
|
# is_vassal_of = title:d_sunni.holder
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
involvement = involved
|
# involvement = involved
|
||||||
has_struggle_phase_parameter = unlocks_claim_throne_for_caliph_vassals
|
# has_struggle_phase_parameter = unlocks_claim_throne_for_caliph_vassals
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
has_character_flag = confederation_claim_throne
|
has_character_flag = confederation_claim_throne
|
||||||
}
|
}
|
||||||
has_activity_intent = coronation_disrupt_loyalists
|
has_activity_intent = coronation_disrupt_loyalists
|
||||||
|
|
|
||||||
|
|
@ -292,26 +292,26 @@ sway_outcome.1002 = {
|
||||||
add_prestige = minor_prestige_gain
|
add_prestige = minor_prestige_gain
|
||||||
|
|
||||||
scope:target = {
|
scope:target = {
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
any_character_struggle = {
|
# any_character_struggle = {
|
||||||
is_struggle_type = persian_struggle
|
# is_struggle_type = persian_struggle
|
||||||
has_struggle_phase_parameter = fp3_sway_vassals_removes_disloyalty
|
# has_struggle_phase_parameter = fp3_sway_vassals_removes_disloyalty
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
add_opinion = {
|
# add_opinion = {
|
||||||
target = scope:owner
|
# target = scope:owner
|
||||||
modifier = scheme_sway_and_compelled_to_submit_opinion
|
# modifier = scheme_sway_and_compelled_to_submit_opinion
|
||||||
opinion = 50
|
# opinion = 50
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
else = {
|
# else = {
|
||||||
add_opinion = {
|
add_opinion = {
|
||||||
target = scope:owner
|
target = scope:owner
|
||||||
modifier = scheme_sway_opinion
|
modifier = scheme_sway_opinion
|
||||||
opinion = 50
|
opinion = 50
|
||||||
}
|
}
|
||||||
}
|
# }
|
||||||
scope:owner = {
|
scope:owner = {
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
|
|
|
||||||
|
|
@ -223,17 +223,3 @@ russia0014 = {
|
||||||
death = yes
|
death = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
kazakh0001 = {
|
|
||||||
name = "Jandos"
|
|
||||||
religion = "temiri"
|
|
||||||
culture = NEOW_kazakh
|
|
||||||
|
|
||||||
sexuality = heterosexual
|
|
||||||
2523.5.8 = {
|
|
||||||
birth = yes
|
|
||||||
}
|
|
||||||
2600.1.1 = {
|
|
||||||
death = yes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1336,7 +1336,7 @@
|
||||||
618 = { #Atyrau
|
618 = { #Atyrau
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7222 = { #Taisugan
|
7222 = { #Taisugan
|
||||||
#On map CCC as "Tajsujgan", between Uralsk & the Caspian Sea
|
#On map CCC as "Tajsujgan", between Uralsk & the Caspian Sea
|
||||||
|
|
@ -1354,14 +1354,14 @@
|
||||||
5317 = { #Saraychiq
|
5317 = { #Saraychiq
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
|
|
||||||
###c_sagiz
|
###c_sagiz
|
||||||
7227 = { #Sagiz
|
7227 = { #Sagiz
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7226 = { #Ulu-Uil
|
7226 = { #Ulu-Uil
|
||||||
#River name, found on map AAA ("Ulu Uil R."), north of Caspian Sea
|
#River name, found on map AAA ("Ulu Uil R."), north of Caspian Sea
|
||||||
|
|
@ -1376,7 +1376,7 @@
|
||||||
7230 = { #Kainar
|
7230 = { #Kainar
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7231 = { #Zarapan
|
7231 = { #Zarapan
|
||||||
#Can be found on map AAA, north-east of the Caspian Sea
|
#Can be found on map AAA, north-east of the Caspian Sea
|
||||||
|
|
@ -1388,7 +1388,7 @@
|
||||||
#As "Baïsary" on map BBB, north west of the Aral Sea
|
#As "Baïsary" on map BBB, north west of the Aral Sea
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7236 = { #Sorkul
|
7236 = { #Sorkul
|
||||||
#Lake "Sor Koul" on map BBB, just south west of "Baïsary" in the upper left part of the map
|
#Lake "Sor Koul" on map BBB, just south west of "Baïsary" in the upper left part of the map
|
||||||
|
|
@ -1405,7 +1405,7 @@
|
||||||
#Appears as "Mana-Taou" on map BBB, at latitude 50° & longitutde 48°
|
#Appears as "Mana-Taou" on map BBB, at latitude 50° & longitutde 48°
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7223 = { #Kyz Imchik
|
7223 = { #Kyz Imchik
|
||||||
#As "Kyz Imtchik" on map BBB, south of Iletsk
|
#As "Kyz Imtchik" on map BBB, south of Iletsk
|
||||||
|
|
@ -1416,7 +1416,7 @@
|
||||||
5349 = { #Zhaltyr #river name
|
5349 = { #Zhaltyr #river name
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
5318 = { #Kalmikovsky
|
5318 = { #Kalmikovsky
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -1437,7 +1437,7 @@
|
||||||
#Lake "Djaksy Baï" on map BBB at latitude 49° & longitutde 49°
|
#Lake "Djaksy Baï" on map BBB at latitude 49° & longitutde 49°
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7225 = { #Isanbai
|
7225 = { #Isanbai
|
||||||
#As "Isan-bai" on map AAA, just west of Kara Tau Mountains
|
#As "Isan-bai" on map AAA, just west of Kara Tau Mountains
|
||||||
|
|
@ -1462,7 +1462,7 @@
|
||||||
#As "Bassagha mountain" on map AAA, north east of the Caspian Sea
|
#As "Bassagha mountain" on map AAA, north east of the Caspian Sea
|
||||||
culture = NEOW_kazakh
|
culture = NEOW_kazakh
|
||||||
religion = temiri
|
religion = temiri
|
||||||
holding = nomad_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
7234 = { #Temir
|
7234 = { #Temir
|
||||||
#Temir River, on map AAA, south of "Bassagha Mt." & "Karan Tan Mountains"
|
#Temir River, on map AAA, south of "Bassagha Mt." & "Karan Tan Mountains"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue