barony tier domiciles
This commit is contained in:
parent
138d2d5af3
commit
ef4d489d81
71 changed files with 35009 additions and 248 deletions
122
common/situation/catalysts/10_tgp_dynastic_cycle_catalysts.txt
Normal file
122
common/situation/catalysts/10_tgp_dynastic_cycle_catalysts.txt
Normal file
|
|
@ -0,0 +1,122 @@
|
|||
# Movement Power
|
||||
catalyst_expansion_movement_yearly = {}
|
||||
catalyst_advancement_movement_yearly = {}
|
||||
catalyst_conservative_movement_yearly = {}
|
||||
catalyst_pro_hegemon_movement_advancement_yearly = {}
|
||||
catalyst_pro_hegemon_movement_expansion_yearly = {}
|
||||
catalyst_pro_hegemon_movement_yearly = {}
|
||||
catalyst_movement_gained_power_advancement = {}
|
||||
catalyst_movement_gained_power_expansion = {}
|
||||
catalyst_movement_gained_power_conservative = {}
|
||||
catalyst_movement_gained_power_pro_hegemon = {}
|
||||
catalyst_movement_consulted_heaven_advancement_positive = {}
|
||||
catalyst_movement_consulted_heaven_advancement_negative = {}
|
||||
catalyst_movement_consulted_heaven_expansion_positive = {}
|
||||
catalyst_movement_consulted_heaven_expansion_negative = {}
|
||||
catalyst_movement_consulted_heaven_instability_positive = {}
|
||||
catalyst_movement_consulted_heaven_instability_negative = {}
|
||||
catalyst_movement_consulted_heaven_chaos_positive = {}
|
||||
catalyst_movement_consulted_heaven_chaos_negative = {}
|
||||
catalyst_house_head_consulted_heaven_advancement_positive = {}
|
||||
catalyst_house_head_consulted_heaven_advancement_negative = {}
|
||||
catalyst_house_head_consulted_heaven_expansion_positive = {}
|
||||
catalyst_house_head_consulted_heaven_expansion_negative = {}
|
||||
catalyst_house_head_consulted_heaven_instability_positive = {}
|
||||
catalyst_house_head_consulted_heaven_instability_negative = {}
|
||||
catalyst_house_head_consulted_heaven_chaos_positive = {}
|
||||
catalyst_house_head_consulted_heaven_chaos_negative = {}
|
||||
|
||||
# Warfare
|
||||
catalyst_hegemon_above_maa_limit_yearly = {}
|
||||
catalyst_hegemon_below_maa_limit_yearly = {}
|
||||
catalyst_hegemon_outdated_maa_yearly = {} # NOT IMPLEMENTED - requires feature
|
||||
catalyst_hegemon_hired_mercenary = {} # NOT IMPLEMENTED - requires code support
|
||||
catalyst_hegemon_lost_defensive_territorial_war = {}
|
||||
catalyst_hegemon_lost_capital_in_war = {}
|
||||
catalyst_hegemon_lost_war = {}
|
||||
catalyst_hegemon_won_war = {}
|
||||
catalyst_hegemon_in_defensive_war_yearly = {}
|
||||
|
||||
# Merit
|
||||
catalyst_hegemon_appointing_low_merit_councillor = {}
|
||||
catalyst_hegemon_appointing_low_merit_governor = {}
|
||||
catalyst_imperial_examinations_gap_long_yearly = {}
|
||||
catalyst_imperial_examinations_gap_short_yearly = {}
|
||||
|
||||
# Diplomacy
|
||||
catalyst_hegemon_too_few_tributaries_yearly = {} # NOT IMPLEMENTED - requires tributary feature
|
||||
|
||||
# Intrigue
|
||||
catalyst_hegemon_murdered = {}
|
||||
catalyst_imperial_family_member_murdered = {}
|
||||
catalyst_minister_imprison = {}
|
||||
|
||||
# Legitimacy
|
||||
catalyst_hegemon_lost_mandate_of_heaven = {}
|
||||
catalyst_hegemon_gains_mandate_of_heaven = {}
|
||||
catalyst_hegemon_mandate_of_heaven_at_0 = {}
|
||||
catalyst_hegemon_below_legitimacy_yearly = {}
|
||||
catalyst_hegemon_above_legitimacy_yearly = {}
|
||||
|
||||
# Succession
|
||||
catalyst_new_dynasty_inherits = {}
|
||||
|
||||
# Calamities
|
||||
catalyst_hegemon_natural_disaster = {}
|
||||
catalyst_hegemon_natural_disaster_recovered = {}
|
||||
catalyst_hegemon_handled_calamity = {}
|
||||
catalyst_hegemon_in_civil_war = {}
|
||||
catalyst_hegemon_epidemic = {}
|
||||
catalyst_hegemon_apocalyptic_epidemic = {}
|
||||
catalyst_requested_incursion = {}
|
||||
|
||||
# Imperial Treasury
|
||||
catalyst_imperial_treasury_raided = {}
|
||||
catalyst_imperial_treasury_debt = {}
|
||||
catalyst_cleared_treasury_debt = {}
|
||||
|
||||
# Held Lands
|
||||
catalyst_hegemony_too_few_lands = {}
|
||||
catalyst_hegemony_far_too_few_lands = {}
|
||||
|
||||
# Regency
|
||||
catalyst_diarch_mandate = {}
|
||||
|
||||
# Administrative
|
||||
catalyst_governor_embezzlement = {}
|
||||
catalyst_dipped_into_treasury = {}
|
||||
catalyst_hegemon_influenced_by_interaction = {}
|
||||
catalyst_hegemon_targeted_by_political_scheme = {}
|
||||
catalyst_governor_raided_estate = {}
|
||||
catalyst_governor_slander = {}
|
||||
catalyst_governor_challenged_status = {}
|
||||
|
||||
# Great Projects
|
||||
catalyst_great_wall = {}
|
||||
catalyst_grand_campaign = {}
|
||||
catalyst_grand_campaign_lost = {}
|
||||
catalyst_minister_project_culture = {}
|
||||
catalyst_great_project_great_wall_contribution = {}
|
||||
catalyst_great_project_establish_control_contribution = {}
|
||||
catalyst_minister_compel_religious_uniformity = {}
|
||||
catalyst_minister_train_troops = {}
|
||||
catalyst_minister_conduct_census = {}
|
||||
|
||||
# Events
|
||||
catalyst_event_advancement_medium_progress = {}
|
||||
catalyst_event_mongol_empire_appears = {}
|
||||
catalyst_event_mongol_empire_attacks_major = {}
|
||||
catalyst_event_mongol_empire_attacks_minor = {}
|
||||
|
||||
# Tyranny
|
||||
catalyst_tyrannical_extinguish_noble_family = {}
|
||||
catalyst_ministers_abused_privilege_of_office = {}
|
||||
|
||||
# Ministers
|
||||
catalyst_find_secrets_bad_outcome = {}
|
||||
catalyst_find_secrets_good_outcome = {}
|
||||
catalyst_minister_blackmailed = {}
|
||||
catalyst_minister_exposed_secret = {}
|
||||
catalyst_minister_pardoned_known_criminal = {}
|
||||
catalyst_minister_pardoned_dangerous_criminal = {}
|
||||
catalyst_minister_caught_exam_cheater = {}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# Time
|
||||
catalyst_situation_passing_of_time_monthly = {}
|
||||
# Great Project
|
||||
catalyst_natural_disaster_great_project_investment = {}
|
||||
catalyst_natural_disaster_great_project_completion = {}
|
||||
46
common/situation/catalysts/10_tgp_silk_road_catalysts.txt
Normal file
46
common/situation/catalysts/10_tgp_silk_road_catalysts.txt
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Regions of the road fully at peace give a bonus to prosperity
|
||||
catalyst_silk_road_region_war = {} # pseudotriggered by yearly pulse of event neutral_situation.0001-0006 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
catalyst_silk_road_adjacent_upstream_region_war = {} # pseudo triggered by yearly pulse of event neutral_situation.0001-0006 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
catalyst_silk_road_distant_upstream_region_war = {} # pseudo triggered by yearly pulse of event neutral_situation.0001-0006 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
|
||||
# Regions of the road fully at war cause hardship
|
||||
catalyst_silk_road_region_peace = {} # pseudo triggered by yearly pulse of event neutral_situation.0001-0006 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
catalyst_silk_road_adjacent_upstream_region_peace = {} # pseudo triggered by yearly pulse of event neutral_situation.0001-0006 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
catalyst_silk_road_distant_upstream_region_peace = {} # pseudo triggered by yearly pulse of event neutral_situation.0001-0006 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
|
||||
## Legacy of Persia factors
|
||||
# bad for number
|
||||
catalyst_silk_road_iranian_intermezzo_in_unrest = {} # triggered by yearly pulse of event neutral_struggle.0001 in events\dlc\fp2\neutral_struggle_events.txt
|
||||
|
||||
# good for number
|
||||
catalyst_silk_road_iranian_intermezzo_ending_reached = {
|
||||
# included in the effects for the following decisions, all found in common\decisions\delc_decisions\fp3_decisions.txt:
|
||||
# struggle_persia_ending_foundation_decision
|
||||
# struggle_persia_ending_assertion_decision
|
||||
# struggle_persia_ending_rekindle_iran_decision
|
||||
# also included in the scripted effect 'fp3_struggle_ending_concession_effects', found at common\scripted_effects\05_dlc_fp3_scripted_effects.txt
|
||||
}
|
||||
|
||||
### TGP Dynastic Cycle factors
|
||||
catalyst_silk_road_china_stability = {} # neutral_struggle.0001
|
||||
catalyst_silk_road_china_consolidation = {} # situation_dynastic_cycle_phase_chaos on_start
|
||||
catalyst_silk_road_china_grand_canal_expanded = {} # grand_canals great_project
|
||||
catalyst_silk_road_china_grand_canal_expanded_secondary = {} # grand_canals great_project
|
||||
catalyst_silk_road_china_grand_canal_expanded_tertiary = {} # grand_canals great_project
|
||||
|
||||
# this is good, misc
|
||||
catalyst_silk_road_mpo_region_resettled = {} # feudalize_holding_interaction
|
||||
|
||||
# this is bad, misc
|
||||
catalyst_silk_road_byzantium_blew_up = {} # on_title_destroyed
|
||||
catalyst_silk_road_mpo_region_to_steppe = {} # expand_the_steppe_decision
|
||||
catalyst_silk_road_raided = {} # on_raid_completed
|
||||
catalyst_silk_road_mongol_devastation = {} # on_county_occupied
|
||||
|
||||
# this should be bad but it's so much worse right now. For devastation -> disruption.
|
||||
catalyst_silk_road_low_control_at_peace = {
|
||||
}
|
||||
|
||||
catalyst_silk_road_famous_market_built = {
|
||||
# triggered by on_completed action for special buildings. Search for this key in common\buildings\00_special_buildings.txt
|
||||
}
|
||||
7
common/situation/catalysts/_catalysts.info
Normal file
7
common/situation/catalysts/_catalysts.info
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
##############################################################
|
||||
# Catalysts
|
||||
##############################################################
|
||||
|
||||
catalyst_name = {
|
||||
# No entries required inside, we only need the name to have a database entry and to use catalysts in the situation database
|
||||
}
|
||||
6
common/situation/catalysts/catalysts.txt
Normal file
6
common/situation/catalysts/catalysts.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
### Casus Belli
|
||||
catalyst_win_any_war_within_the_region = {}
|
||||
|
||||
# Diplomacy
|
||||
catalyst_gift_independent_ruler = {}
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# Time
|
||||
catalyst_situation_passing_of_time_blessing = {}
|
||||
catalyst_situation_passing_of_time_lucky_chance_blessing = {}
|
||||
catalyst_situation_passing_of_time_havsarsan = {}
|
||||
catalyst_situation_passing_of_time_lucky_chance_havsarsan = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue