Skip to content

Commit

Permalink
Fix for issue #1996 , Tomb kings tech stuck at 1 turn
Browse files Browse the repository at this point in the history
Fixes it by setting the tech in question to requiring a single research point so they don't get stuck, credit to Shin
  • Loading branch information
floskan committed Nov 27, 2024
1 parent 1b5eba1 commit f81bb57
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions db/technology_nodes_tables/zzz_cbfm_tk_tech_fix.tsv
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions dependencies_manager_v2.rpfm_reserved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
4 changes: 2 additions & 2 deletions settings.rpfm_reserved.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f81bb57

Please sign in to comment.