Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -93,7 +93,7 @@ contributed_slabs_of_sandstone_effect = {
|
|||
|
||||
mandala_contributor_laterite_blocks_reward_effect = {
|
||||
add_prestige = mandala_contribution_medium_prestige_reward
|
||||
add_piety_experience = mandala_contribution_minor_dynasty_reward
|
||||
add_piety_experience = medium_piety_value
|
||||
}
|
||||
contributed_laterite_blocks_effect = {
|
||||
custom_description_no_bullet = { text = contributed_laterite_blocks }
|
||||
|
|
@ -188,7 +188,7 @@ contributed_ornate_reliefs_effect = {
|
|||
}
|
||||
|
||||
mandala_contributor_family_shrine_reward_effect = {
|
||||
dynasty = { add_dynasty_prestige = medium_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = medium_dynasty_prestige_value }
|
||||
player_heir ?= { add_piety_experience = medium_piety_value }
|
||||
}
|
||||
contributed_family_shrine_effect = {
|
||||
|
|
@ -347,7 +347,7 @@ contributed_decorated_domes_effect = {
|
|||
}
|
||||
|
||||
mandala_contributor_family_statues_reward_effect = {
|
||||
dynasty = { add_dynasty_prestige = major_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = major_dynasty_prestige_value }
|
||||
player_heir ?= {
|
||||
add_piety_experience = major_piety_value
|
||||
}
|
||||
|
|
@ -621,7 +621,7 @@ contributed_gilded_domes_effect = {
|
|||
}
|
||||
|
||||
mandala_contributor_family_temple_compound_reward_effect = {
|
||||
dynasty = { add_dynasty_prestige = major_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = major_dynasty_prestige_value }
|
||||
player_heir ?= {
|
||||
add_piety_experience = massive_piety_value
|
||||
}
|
||||
|
|
@ -952,7 +952,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
scope:owner = {
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_creator_reward_artifact_effect_tt
|
||||
|
|
@ -968,7 +968,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
scope:owner = {
|
||||
house ?= { has_house_power_parameter = aspect_of_serenity }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_serenity }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_serenity_reward_artifact_effect_tt
|
||||
|
|
@ -984,7 +984,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
scope:owner = {
|
||||
house ?= { has_house_power_parameter = aspect_of_destruction }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_destruction }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_destruction_reward_artifact_effect_tt
|
||||
|
|
@ -1001,7 +1001,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
scope:owner = {
|
||||
house ?= { has_house_power_parameter = aspect_of_trickery }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_trickery }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_trickery_reward_artifact_effect_tt
|
||||
|
|
@ -1032,7 +1032,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
this = {
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_creator_reward_pre_artifact_effect_tt
|
||||
|
|
@ -1040,7 +1040,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
this = {
|
||||
house ?= { has_house_power_parameter = aspect_of_serenity }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_serenity }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_serenity_reward_pre_artifact_effect_tt
|
||||
|
|
@ -1048,7 +1048,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
this = {
|
||||
house ?= { has_house_power_parameter = aspect_of_destruction }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_destruction }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_destruction_reward_pre_artifact_effect_tt
|
||||
|
|
@ -1056,7 +1056,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = {
|
|||
else_if = {
|
||||
limit = {
|
||||
this = {
|
||||
house ?= { has_house_power_parameter = aspect_of_trickery }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_trickery }
|
||||
}
|
||||
}
|
||||
custom_tooltip = mandala_contributor_bejeweled_reliefs_trickery_reward_pre_artifact_effect_tt
|
||||
|
|
@ -1230,7 +1230,7 @@ mandala_peacemaker_perk_serenity_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_serenity }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_serenity }
|
||||
is_house_head = yes
|
||||
has_perk = peacemaker_perk
|
||||
}
|
||||
|
|
@ -1243,6 +1243,24 @@ mandala_peacemaker_perk_serenity_effect = {
|
|||
change_to_mandala_government_effect = {
|
||||
change_government = mandala_government
|
||||
change_to_mandala_government_decree_effect = yes
|
||||
save_scope_as = root_scope
|
||||
primary_title.title_province = {
|
||||
if = {
|
||||
limit = { geographical_region = geographical_region:mpo_region_permafrost }
|
||||
scope:root_scope = {
|
||||
every_realm_county = {
|
||||
if = {
|
||||
limit = { has_county_modifier = mpo_siberian_permafrost_modifier }
|
||||
remove_county_modifier = mpo_siberian_permafrost_modifier
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_county_modifier = mpo_siberian_permafrost_modifier_bad }
|
||||
remove_county_modifier = mpo_siberian_permafrost_modifier_bad
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
change_to_mandala_government_and_citadel_effect = {
|
||||
|
|
@ -1320,36 +1338,55 @@ change_capital_holding_to_citadel_effect = {
|
|||
change_tribal_holdings_to_citadels_effect = {
|
||||
custom_tooltip = all_tribal_holdings_will_change_to_citadels
|
||||
save_scope_as = current_tribal_holder
|
||||
hidden_effect_new_object = {
|
||||
every_directly_owned_province = {
|
||||
limit = { has_holding_type = tribal_holding }
|
||||
set_variable = {
|
||||
name = tribal_to_mandala_building_level
|
||||
value = combined_building_level
|
||||
days = 1
|
||||
if = {
|
||||
limit = {
|
||||
any_directly_owned_province = {
|
||||
has_holding_type = tribal_holding
|
||||
count >= 1
|
||||
}
|
||||
set_holding_type = temple_citadel_holding
|
||||
#We need to set the holding type BEFORE we can change to the government, lest it invalidates
|
||||
scope:current_tribal_holder = {
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { government_has_flag = government_is_mandala }
|
||||
}
|
||||
change_to_mandala_government_effect = yes
|
||||
}
|
||||
}
|
||||
#We need to set the government type BEFORE we generate buildings, otherwise basically none are valid
|
||||
while = {
|
||||
limit = { var:tribal_to_mandala_building_level > 0 }
|
||||
generate_building = yes
|
||||
change_variable = {
|
||||
}
|
||||
hidden_effect_new_object = {
|
||||
every_directly_owned_province = {
|
||||
limit = { has_holding_type = tribal_holding }
|
||||
set_variable = {
|
||||
name = tribal_to_mandala_building_level
|
||||
subtract = 1
|
||||
value = combined_building_level
|
||||
days = 1
|
||||
}
|
||||
set_holding_type = temple_citadel_holding
|
||||
#We need to set the holding type BEFORE we can change to the government, lest it invalidates
|
||||
scope:current_tribal_holder = {
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { government_has_flag = government_is_mandala }
|
||||
}
|
||||
change_to_mandala_government_effect = yes
|
||||
}
|
||||
}
|
||||
#We need to set the government type BEFORE we generate buildings, otherwise basically none are valid
|
||||
while = {
|
||||
limit = { var:tribal_to_mandala_building_level > 0 }
|
||||
generate_building = yes
|
||||
change_variable = {
|
||||
name = tribal_to_mandala_building_level
|
||||
subtract = 1
|
||||
}
|
||||
}
|
||||
remove_variable = tribal_to_mandala_building_level
|
||||
}
|
||||
remove_variable = tribal_to_mandala_building_level
|
||||
}
|
||||
}
|
||||
#You're somehow a tribal with all your holdings being Temple Citadels? Good for you.
|
||||
else = {
|
||||
scope:current_tribal_holder = {
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { government_has_flag = government_is_mandala }
|
||||
}
|
||||
change_to_mandala_government_effect = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mandala_nuke_realm_laws_effect = {
|
||||
|
|
@ -1978,7 +2015,7 @@ creator_mandala_built_regular_building_piety_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
is_house_head = yes
|
||||
}
|
||||
add_piety = {
|
||||
|
|
@ -2000,7 +2037,7 @@ creator_mandala_built_regular_duchy_building_t1_piety_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
is_house_head = yes
|
||||
}
|
||||
add_piety = {
|
||||
|
|
@ -2022,7 +2059,7 @@ creator_mandala_built_regular_duchy_building_t2_piety_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
is_house_head = yes
|
||||
}
|
||||
add_piety = {
|
||||
|
|
@ -2044,7 +2081,7 @@ creator_mandala_built_regular_duchy_building_t3_piety_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
is_house_head = yes
|
||||
}
|
||||
add_piety = {
|
||||
|
|
@ -2066,7 +2103,7 @@ creator_mandala_built_regular_holding_piety_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
is_house_head = yes
|
||||
}
|
||||
add_piety = {
|
||||
|
|
@ -2088,7 +2125,7 @@ creator_mandala_upgraded_regular_holding_piety_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_creation }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_creation }
|
||||
is_house_head = yes
|
||||
}
|
||||
add_piety = {
|
||||
|
|
@ -2454,7 +2491,7 @@ mandala_trickster_increment_successful_schemes_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_trickery }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_trickery }
|
||||
}
|
||||
increment_variable_effect = {
|
||||
VAR = num_successful_schemes
|
||||
|
|
@ -2467,7 +2504,7 @@ mandala_trickster_increment_gold_ransomed_effect = {
|
|||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_mandala
|
||||
house ?= { has_house_power_parameter = aspect_of_trickery }
|
||||
house ?= { has_house_aspiration_parameter = aspect_of_trickery }
|
||||
}
|
||||
increment_variable_effect = {
|
||||
VAR = amount_of_gold_ransomed
|
||||
|
|
@ -2521,7 +2558,7 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 100
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
OR = {
|
||||
is_child_of = scope:court_owner
|
||||
|
|
@ -2533,26 +2570,26 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 10
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
is_close_or_extended_family_of = scope:court_owner
|
||||
}
|
||||
modifier = {
|
||||
add = diplomacy
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_serenity
|
||||
has_house_aspiration_parameter = aspect_of_serenity
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = prowess
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_destruction
|
||||
has_house_aspiration_parameter = aspect_of_destruction
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = intrigue
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_trickery
|
||||
has_house_aspiration_parameter = aspect_of_trickery
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
|
|
@ -2577,7 +2614,7 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 100
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
OR = {
|
||||
is_child_of = scope:court_owner
|
||||
|
|
@ -2589,26 +2626,26 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 10
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
is_close_or_extended_family_of = scope:court_owner
|
||||
}
|
||||
modifier = {
|
||||
add = diplomacy
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_serenity
|
||||
has_house_aspiration_parameter = aspect_of_serenity
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = prowess
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_destruction
|
||||
has_house_aspiration_parameter = aspect_of_destruction
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = intrigue
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_trickery
|
||||
has_house_aspiration_parameter = aspect_of_trickery
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2631,7 +2668,7 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 100
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
OR = {
|
||||
is_child_of = scope:court_owner
|
||||
|
|
@ -2643,26 +2680,26 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 10
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
is_close_or_extended_family_of = scope:court_owner
|
||||
}
|
||||
modifier = {
|
||||
add = diplomacy
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_serenity
|
||||
has_house_aspiration_parameter = aspect_of_serenity
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = prowess
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_destruction
|
||||
has_house_aspiration_parameter = aspect_of_destruction
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = intrigue
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_trickery
|
||||
has_house_aspiration_parameter = aspect_of_trickery
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2686,7 +2723,7 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 100
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
OR = {
|
||||
is_child_of = scope:court_owner
|
||||
|
|
@ -2698,26 +2735,26 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 10
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
is_close_or_extended_family_of = scope:court_owner
|
||||
}
|
||||
modifier = {
|
||||
add = diplomacy
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_serenity
|
||||
has_house_aspiration_parameter = aspect_of_serenity
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = prowess
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_destruction
|
||||
has_house_aspiration_parameter = aspect_of_destruction
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = intrigue
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_trickery
|
||||
has_house_aspiration_parameter = aspect_of_trickery
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2742,7 +2779,7 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 100
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
OR = {
|
||||
is_child_of = scope:court_owner
|
||||
|
|
@ -2754,26 +2791,26 @@ mandala_travel_to_contract_location_effect = {
|
|||
modifier = {
|
||||
add = 10
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_creation
|
||||
has_house_aspiration_parameter = aspect_of_creation
|
||||
}
|
||||
is_close_or_extended_family_of = scope:court_owner
|
||||
}
|
||||
modifier = {
|
||||
add = diplomacy
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_serenity
|
||||
has_house_aspiration_parameter = aspect_of_serenity
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = prowess
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_destruction
|
||||
has_house_aspiration_parameter = aspect_of_destruction
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
add = intrigue
|
||||
scope:court_owner.house = {
|
||||
has_house_power_parameter = aspect_of_trickery
|
||||
has_house_aspiration_parameter = aspect_of_trickery
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2957,6 +2994,7 @@ mandala_contract_legitimacy_reward_display_effect = {
|
|||
}
|
||||
|
||||
add_all_valid_mandala_contract_provinces_to_list_effect = {
|
||||
save_scope_as = mandala_ruler
|
||||
every_sub_realm_county = {
|
||||
every_county_province = {
|
||||
limit = {
|
||||
|
|
@ -2990,6 +3028,7 @@ add_all_valid_mandala_contract_provinces_to_list_effect = {
|
|||
}
|
||||
|
||||
add_all_valid_mandala_contract_provinces_with_crocodiles_to_list_effect = {
|
||||
save_scope_as = mandala_ruler
|
||||
every_sub_realm_county = {
|
||||
every_county_province = {
|
||||
limit = {
|
||||
|
|
@ -3025,6 +3064,7 @@ add_all_valid_mandala_contract_provinces_with_crocodiles_to_list_effect = {
|
|||
}
|
||||
|
||||
add_all_valid_mandala_contract_provinces_with_neighbor_to_list_effect = {
|
||||
save_scope_as = mandala_ruler
|
||||
every_sub_realm_county = {
|
||||
limit = {
|
||||
any_neighboring_county = {
|
||||
|
|
@ -3078,6 +3118,7 @@ add_all_valid_mandala_contract_provinces_with_neighbor_to_list_effect = {
|
|||
}
|
||||
|
||||
add_all_valid_mandala_contract_provinces_no_holding_to_list_effect = {
|
||||
save_scope_as = mandala_ruler
|
||||
every_sub_realm_county = {
|
||||
every_county_province = {
|
||||
limit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue