From f81bb5729fe35577a4ab79c344de3b781241d474 Mon Sep 17 00:00:00 2001 From: floskan <34427023+floskan@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:07:53 +0100 Subject: [PATCH] Fix for issue #1996 , Tomb kings tech stuck at 1 turn Fixes it by setting the tech in question to requiring a single research point so they don't get stuck, credit to Shin --- .../zzz_cbfm_tk_tech_fix.tsv | 20 +++++++++++++++++++ dependencies_manager_v2.rpfm_reserved | 1 + settings.rpfm_reserved.json | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 db/technology_nodes_tables/zzz_cbfm_tk_tech_fix.tsv create mode 100644 dependencies_manager_v2.rpfm_reserved diff --git a/db/technology_nodes_tables/zzz_cbfm_tk_tech_fix.tsv b/db/technology_nodes_tables/zzz_cbfm_tk_tech_fix.tsv new file mode 100644 index 00000000..f7c6210e --- /dev/null +++ b/db/technology_nodes_tables/zzz_cbfm_tk_tech_fix.tsv @@ -0,0 +1,20 @@ +key campaign_key faction_key indent technology_key technology_node_set tier research_points_required cost_per_round food_cost optional_ui_group resource_cost required_parents pixel_offset_x pixel_offset_y +#technology_nodes_tables;0;db/technology_nodes_tables/zzz_cbfm_tk_tech_fix +wh2_dlc09_tech_tmb_faction_target_1 8 wh2_dlc09_tech_tmb_faction_target_1 tmb_mil 0 1 5000 0 0 0 0 +wh2_dlc09_tech_tmb_faction_target_2 8 wh2_dlc09_tech_tmb_faction_target_2 tmb_mil 2 1 5000 0 0 0 0 +wh2_dlc09_tech_tmb_faction_target_3 8 wh2_dlc09_tech_tmb_faction_target_3 tmb_mil 4 1 5000 0 0 0 0 +wh2_dlc09_tech_tmb_faction_target_4 8 wh2_dlc09_tech_tmb_faction_target_4 tmb_mil 6 1 5000 0 0 0 0 +wh2_dlc09_tech_tmb_faction_target_5 8 wh2_dlc09_tech_tmb_faction_target_5 tmb_mil 8 1 5000 0 0 0 0 +wh2_dlc09_tech_tmb_faction_target_6 8 wh2_dlc09_tech_tmb_faction_target_6 tmb_mil 10 1 5000 0 0 0 0 +wh2_dlc09_tech_tmb_liche_priest_2 3 wh2_dlc09_tech_tmb_liche_priest_2 tmb_mil 3 1 1000 0 0 0 0 +wh2_dlc09_tech_tmb_liche_priest_3 2 wh2_dlc09_tech_tmb_liche_priest_3 tmb_mil 5 1 2500 0 0 0 0 +wh2_dlc09_tech_tmb_liche_priest_4 2 wh2_dlc09_tech_tmb_liche_priest_4 tmb_mil 7 1 2500 0 0 0 0 +wh2_dlc09_tech_tmb_liche_priest_6 3 wh2_dlc09_tech_tmb_liche_priest_6 tmb_mil 11 1 1000 0 0 0 0 +wh2_dlc09_tech_tmb_necrotect_1 2 wh2_dlc09_tech_tmb_necrotect_1 tmb_mil 1 1 2500 0 0 0 0 +wh2_dlc09_tech_tmb_necrotect_3 3 wh2_dlc09_tech_tmb_necrotect_3 tmb_mil 5 1 1000 0 0 0 0 +wh2_dlc09_tech_tmb_necrotect_5 3 wh2_dlc09_tech_tmb_necrotect_5 tmb_mil 9 1 1000 0 0 0 0 +wh2_dlc09_tech_tmb_necrotect_6 2 wh2_dlc09_tech_tmb_necrotect_6 tmb_mil 11 1 2500 0 0 0 0 +wh2_dlc09_tech_tmb_tomb_prince_1 3 wh2_dlc09_tech_tmb_tomb_prince_1 tmb_mil 1 1 1000 0 0 0 0 +wh2_dlc09_tech_tmb_tomb_prince_2 2 wh2_dlc09_tech_tmb_tomb_prince_2 tmb_mil 3 1 2500 0 0 0 0 +wh2_dlc09_tech_tmb_tomb_prince_4 3 wh2_dlc09_tech_tmb_tomb_prince_4 tmb_mil 7 1 1000 0 0 0 0 +wh2_dlc09_tech_tmb_tomb_prince_5 2 wh2_dlc09_tech_tmb_tomb_prince_5 tmb_mil 9 1 2500 0 0 0 0 diff --git a/dependencies_manager_v2.rpfm_reserved b/dependencies_manager_v2.rpfm_reserved new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/dependencies_manager_v2.rpfm_reserved @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/settings.rpfm_reserved.json b/settings.rpfm_reserved.json index 5c0d4c52..2576dc99 100644 --- a/settings.rpfm_reserved.json +++ b/settings.rpfm_reserved.json @@ -1,7 +1,7 @@ { "settings_text": { - "diagnostics_files_to_ignore": "\ndb/character_skill_nodes_tables/zzz_cbfm_branchwraith;campaign_key\n\ndb/character_skill_nodes_tables/zzz_cbfm_strategist;campaign_key\n", - "import_files_to_ignore": ".vscode/\n.git/\nREADME.md\nzzz_community_bugfix_mod.sublime-project\n.gitignore\n.github/" + "diagnostics_files_to_ignore": "", + "import_files_to_ignore": "" }, "settings_string": {}, "settings_bool": {