Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -633,9 +633,7 @@ east_asian_peasant_quarters_01 = {
|
|||
}
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
NOT = { participant_group_type = conservative_movement }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -668,9 +666,7 @@ east_asian_peasant_quarters_02 = {
|
|||
previous_building = east_asian_peasant_quarters_01
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
NOT = { participant_group_type = conservative_movement }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -704,9 +700,7 @@ east_asian_peasant_quarters_03 = {
|
|||
previous_building = east_asian_peasant_quarters_02
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
NOT = { participant_group_type = conservative_movement }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -742,9 +736,7 @@ east_asian_peasant_quarters_04 = {
|
|||
previous_building = east_asian_peasant_quarters_03
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
NOT = { participant_group_type = conservative_movement }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -2656,7 +2648,10 @@ east_asian_estate_commander_study_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2674,6 +2669,7 @@ east_asian_estate_commander_study_01 = {
|
|||
|
||||
parameters = {
|
||||
celestial_military_score_bonus_1 = yes
|
||||
meritocratic_military_score_bonus_1 = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
@ -2701,7 +2697,10 @@ east_asian_estate_commander_study_02 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_duchy_or_above_desc
|
||||
highest_held_title_tier >= tier_duchy
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2718,6 +2717,7 @@ east_asian_estate_commander_study_02 = {
|
|||
|
||||
parameters = {
|
||||
celestial_military_score_bonus_2 = yes
|
||||
meritocratic_military_score_bonus_2 = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
@ -2746,7 +2746,10 @@ east_asian_estate_commander_study_03 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_kingdom_or_above_desc
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_02 }
|
||||
}
|
||||
|
|
@ -2764,6 +2767,7 @@ east_asian_estate_commander_study_03 = {
|
|||
|
||||
parameters = {
|
||||
celestial_military_score_bonus_3 = yes
|
||||
meritocratic_military_score_bonus_3 = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
@ -2806,6 +2810,7 @@ east_asian_estate_commander_study_04 = {
|
|||
|
||||
parameters = {
|
||||
celestial_military_score_bonus_4 = yes
|
||||
meritocratic_military_score_bonus_4 = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
@ -2837,7 +2842,10 @@ east_asian_estate_office_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_civilian_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_civil_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_civil_appointment
|
||||
vassal_contract_has_flag = meritocratic_civil_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2854,6 +2862,7 @@ east_asian_estate_office_01 = {
|
|||
|
||||
parameters = {
|
||||
celestial_civilian_score_bonus_1 = yes
|
||||
meritocratic_civilian_score_bonus_1 = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
@ -2881,7 +2890,10 @@ east_asian_estate_office_02 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_civilian_governor_duchy_or_above_desc
|
||||
highest_held_title_tier >= tier_duchy
|
||||
vassal_contract_has_flag = celestial_civil_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_civil_appointment
|
||||
vassal_contract_has_flag = meritocratic_civil_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2898,6 +2910,7 @@ east_asian_estate_office_02 = {
|
|||
|
||||
parameters = {
|
||||
celestial_civilian_score_bonus_2 = yes
|
||||
meritocratic_civilian_score_bonus_2 = yes
|
||||
estate_governor_efficiency_bonus = yes
|
||||
}
|
||||
|
||||
|
|
@ -2926,7 +2939,10 @@ east_asian_estate_office_03 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_civilian_governor_kingdom_or_above_desc
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
vassal_contract_has_flag = celestial_civil_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_civil_appointment
|
||||
vassal_contract_has_flag = meritocratic_civil_appointment
|
||||
}
|
||||
}
|
||||
domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_02 }
|
||||
}
|
||||
|
|
@ -2944,6 +2960,7 @@ east_asian_estate_office_03 = {
|
|||
|
||||
parameters = {
|
||||
celestial_civilian_score_bonus_3 = yes
|
||||
meritocratic_civilian_score_bonus_3 = yes
|
||||
estate_governor_efficiency_bonus = yes
|
||||
estate_governor_efficiency_bonus_for_house_members = yes
|
||||
}
|
||||
|
|
@ -2986,6 +3003,7 @@ east_asian_estate_office_04 = {
|
|||
|
||||
parameters = {
|
||||
celestial_civilian_score_bonus_4 = yes
|
||||
meritocratic_civilian_score_bonus_4 = yes
|
||||
estate_governor_efficiency_bonus = yes
|
||||
estate_governor_efficiency_bonus_for_house_members = yes
|
||||
estate_governor_trait_xp_bonus_for_contracts = yes
|
||||
|
|
@ -4007,9 +4025,6 @@ east_asian_estate_reception_hall_01 = {
|
|||
previous_building = east_asian_estate_main_01
|
||||
|
||||
can_construct_potential = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
participant_group_type = conservative_movement
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -4050,9 +4065,6 @@ east_asian_estate_reception_hall_02 = {
|
|||
previous_building = east_asian_estate_reception_hall_01
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
participant_group_type = conservative_movement
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
|
|
@ -4094,9 +4106,6 @@ east_asian_estate_reception_hall_03 = {
|
|||
previous_building = east_asian_estate_reception_hall_02
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
participant_group_type = conservative_movement
|
||||
}
|
||||
domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_02 }
|
||||
}
|
||||
|
||||
|
|
@ -4138,11 +4147,6 @@ east_asian_estate_reception_hall_04 = {
|
|||
slot_type = internal
|
||||
previous_building = east_asian_estate_reception_hall_03
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
participant_group_type = conservative_movement
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
gold = {
|
||||
|
|
@ -4183,9 +4187,6 @@ east_asian_estate_reception_hall_05 = {
|
|||
previous_building = east_asian_estate_reception_hall_04
|
||||
|
||||
can_construct = {
|
||||
top_participant_group:dynastic_cycle ?= {
|
||||
participant_group_type = conservative_movement
|
||||
}
|
||||
domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_04 }
|
||||
}
|
||||
|
||||
|
|
@ -4229,7 +4230,7 @@ east_asian_estate_cabinet_of_curiosities_01 = {
|
|||
slot_type = internal
|
||||
previous_building = east_asian_estate_main_01
|
||||
|
||||
can_construct_potential = {
|
||||
can_construct = {
|
||||
dynasty ?= { has_dynasty_perk = ep3_administrative_legacy_4 }
|
||||
}
|
||||
|
||||
|
|
@ -5106,6 +5107,7 @@ east_asian_estate_health_01 = {
|
|||
|
||||
parameters = {
|
||||
estate_increase_safe_treatment_success_1 = yes
|
||||
estate_increase_physician_aptitude_1 = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
|
|
@ -5152,7 +5154,7 @@ east_asian_estate_health_02 = {
|
|||
|
||||
parameters = {
|
||||
estate_increase_safe_treatment_success_1 = yes
|
||||
estate_increase_physician_aptitude = yes
|
||||
estate_increase_physician_aptitude_2 = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
|
|
@ -5194,7 +5196,7 @@ east_asian_estate_health_03 = {
|
|||
|
||||
parameters = {
|
||||
estate_increase_safe_treatment_success_1 = yes
|
||||
estate_increase_physician_aptitude = yes
|
||||
estate_increase_physician_aptitude_3 = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
|
|
@ -5236,7 +5238,7 @@ east_asian_estate_health_04 = {
|
|||
|
||||
parameters = {
|
||||
estate_increase_safe_treatment_success_2 = yes
|
||||
estate_increase_physician_aptitude_2 = yes
|
||||
estate_increase_physician_aptitude_4 = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
|
|
@ -5278,7 +5280,7 @@ east_asian_estate_health_05 = {
|
|||
|
||||
parameters = {
|
||||
estate_increase_safe_treatment_success_2 = yes
|
||||
estate_increase_physician_aptitude_2 = yes
|
||||
estate_increase_physician_aptitude_5 = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
|
|
@ -5320,7 +5322,7 @@ east_asian_estate_health_06 = {
|
|||
|
||||
parameters = {
|
||||
estate_increase_safe_treatment_success_2 = yes
|
||||
estate_increase_physician_aptitude_3 = yes
|
||||
estate_increase_physician_aptitude_6 = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
|
|
@ -6572,6 +6574,7 @@ east_asian_estate_watchtower_01 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
estate_increase_bodyguard_aptitude_1 = yes
|
||||
raids_less_likely_to_make_prisoners_1 = yes
|
||||
house_head_can_ask_for_knight = yes
|
||||
}
|
||||
|
|
@ -6617,7 +6620,7 @@ east_asian_estate_watchtower_02 = {
|
|||
|
||||
parameters = {
|
||||
raids_less_likely_to_make_prisoners_1 = yes
|
||||
estate_increase_bodyguard_aptitude_1 = yes
|
||||
estate_increase_bodyguard_aptitude_2 = yes
|
||||
house_head_can_ask_for_knight = yes
|
||||
}
|
||||
|
||||
|
|
@ -6657,7 +6660,7 @@ east_asian_estate_watchtower_03 = {
|
|||
parameters = {
|
||||
raids_less_likely_to_make_prisoners_2 = yes
|
||||
estate_unlock_bolster_security_decision = yes
|
||||
estate_increase_bodyguard_aptitude_1 = yes
|
||||
estate_increase_bodyguard_aptitude_3 = yes
|
||||
house_head_can_ask_for_knight = yes
|
||||
house_head_can_ask_for_maa = yes
|
||||
}
|
||||
|
|
@ -6709,7 +6712,7 @@ east_asian_estate_watchtower_04 = {
|
|||
raids_less_likely_to_make_prisoners_2 = yes
|
||||
house_head_can_ask_for_maa = yes
|
||||
estate_unlock_bolster_security_decision = yes
|
||||
estate_increase_bodyguard_aptitude_2 = yes
|
||||
estate_increase_bodyguard_aptitude_4 = yes
|
||||
house_head_can_ask_for_knight = yes
|
||||
}
|
||||
|
||||
|
|
@ -6760,7 +6763,7 @@ east_asian_estate_watchtower_05 = {
|
|||
raids_less_likely_to_make_prisoners_3 = yes
|
||||
house_head_can_ask_for_maa = yes
|
||||
estate_unlock_bolster_security_decision = yes
|
||||
estate_increase_bodyguard_aptitude_2 = yes
|
||||
estate_increase_bodyguard_aptitude_5 = yes
|
||||
house_head_can_ask_for_knight = yes
|
||||
}
|
||||
|
||||
|
|
@ -6812,7 +6815,7 @@ east_asian_estate_watchtower_06 = {
|
|||
estate_unlock_patrol_decision = yes
|
||||
house_head_can_ask_for_maa = yes
|
||||
estate_unlock_bolster_security_decision = yes
|
||||
estate_increase_bodyguard_aptitude_2 = yes
|
||||
estate_increase_bodyguard_aptitude_6 = yes
|
||||
house_head_can_ask_for_knight = yes
|
||||
}
|
||||
|
||||
|
|
@ -7119,7 +7122,7 @@ east_asian_estate_garden_leisure_04 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
increased_gardener_aptitude_3 = yes
|
||||
increased_gardener_aptitude_4 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -7206,7 +7209,7 @@ east_asian_estate_garden_leisure_05 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
increased_gardener_aptitude_3 = yes
|
||||
increased_gardener_aptitude_5 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -7293,7 +7296,7 @@ east_asian_estate_garden_leisure_06 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
increased_gardener_aptitude_3 = yes
|
||||
increased_gardener_aptitude_6 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -7383,7 +7386,7 @@ east_asian_estate_garden_fruit_04 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
increased_gardener_aptitude_3 = yes
|
||||
increased_gardener_aptitude_4 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -7471,7 +7474,7 @@ east_asian_estate_garden_fruit_05 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
increased_gardener_aptitude_3 = yes
|
||||
increased_gardener_aptitude_5 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -7559,7 +7562,7 @@ east_asian_estate_garden_fruit_06 = {
|
|||
}
|
||||
|
||||
parameters = {
|
||||
increased_gardener_aptitude_3 = yes
|
||||
increased_gardener_aptitude_6 = yes
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
|
|
@ -11280,7 +11283,10 @@ east_asian_estate_militia_muster_green_01 = {
|
|||
can_construct = {
|
||||
custom_tooltip = {
|
||||
text = celestial_military_appointment_allowed_desc
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -11436,7 +11442,10 @@ east_asian_estate_ration_wine_stores_01 = {
|
|||
can_construct = {
|
||||
custom_tooltip = {
|
||||
text = celestial_military_appointment_allowed_desc
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -13765,7 +13774,10 @@ east_asian_estate_tea_horse_road_office_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -14626,7 +14638,10 @@ east_asian_estate_field_surgeon_cart_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -15870,7 +15885,7 @@ east_asian_estate_history_school_04 = {
|
|||
}
|
||||
}
|
||||
parameters = {
|
||||
estate_increased_tutor_aptitude_1 = yes
|
||||
estate_increased_tutor_aptitude_4 = yes
|
||||
}
|
||||
character_modifier = {
|
||||
monthly_merit = @east_asian_manor_monthly_merit_2
|
||||
|
|
@ -16316,7 +16331,10 @@ east_asian_estate_armorer_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16741,7 +16759,10 @@ east_asian_estate_sergeants_school_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16886,7 +16907,10 @@ east_asian_estate_drill_yard_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -17604,7 +17628,10 @@ east_asian_estate_crossbow_storage_01 = {
|
|||
can_construct = {
|
||||
custom_tooltip = {
|
||||
text = celestial_military_appointment_allowed_desc
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -18445,7 +18472,10 @@ east_asian_estate_foaling_pens_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -19712,7 +19742,10 @@ east_asian_estate_leatherworks_01 = {
|
|||
can_construct = {
|
||||
custom_tooltip = {
|
||||
text = celestial_military_appointment_allowed_desc
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -20987,7 +21020,10 @@ east_asian_estate_salt_lick_terraces_01 = {
|
|||
custom_tooltip = {
|
||||
text = is_a_military_governor_county_or_above_desc
|
||||
highest_held_title_tier >= tier_county
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
OR = {
|
||||
vassal_contract_has_flag = celestial_military_appointment
|
||||
vassal_contract_has_flag = meritocratic_military_appointment
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue