2024-06-28 00:16:21

This commit is contained in:
actions[bot]
2024-06-28 00:16:21 +08:00
parent 34299791e9
commit 2fc5006387
50 changed files with 19938 additions and 5386 deletions

View File

@@ -0,0 +1,58 @@
navy_rework_category = {
eng_naval_history = {
icon = GFX_vnr_eng_flag
allowed = { tag = HUJ }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
usa_naval_history = {
icon = GFX_vnr_usa_flag
allowed = { tag = BYG }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
jap_naval_history = {
icon = GFX_vnr_jap_flag
allowed = { tag = CHY }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
fra_naval_history = {
icon = GFX_vnr_fra_flag
allowed = { tag = YUW }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
ita_naval_history = {
icon = GFX_vnr_ita_flag
allowed = { tag = SAD }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
ger_naval_history = {
icon = GFX_vnr_ger_flag
allowed = { tag = TIX }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
sov_naval_history = {
icon = GFX_vnr_sov_flag
allowed = { tag = BFL }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
chi_naval_history = {
icon = GFX_vnr_chi_flag
allowed = {
OR = {
tag = DOH
tag = PRC
}
}
complete_effect = { set_global_flag = naval_lore_gui_show }
}
ast_naval_history = {
icon = GFX_vnr_ast_flag
allowed = { tag = AST }
complete_effect = { set_global_flag = naval_lore_gui_show }
}
# not needed anymore
# ship_hull_description = {
# icon = generic_naval
# complete_effect = { FROM = { country_event = naval_lore.0 } }
# }
}