2024-11-25 23:44:32

This commit is contained in:
actions[bot]
2024-11-25 23:44:32 +00:00
parent 4c29c4dfbb
commit d2489c4908
48 changed files with 11098 additions and 15112 deletions

View File

@@ -399,8 +399,8 @@ MTG_naval_treaties = {
modifier = {
NOT = {
OR = {
TAG = HUJ
TAG = BYG
tag = HUJ
tag = BYG
}
}
factor = 0
@@ -526,8 +526,8 @@ MTG_naval_treaties = {
modifier = {
NOT = {
OR = {
TAG = HUJ
TAG = BYG
tag = HUJ
tag = BYG
}
}
factor = 0

View File

@@ -39,7 +39,7 @@ navy_rework_category = {
allowed = {
OR = {
tag = DOH
tag = DH1
tag = DOH
}
}
complete_effect = { set_global_flag = naval_lore_gui_show }
@@ -50,9 +50,13 @@ navy_rework_category = {
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 } }
# }
show_intro_panel = {
visible = {
NOT = { has_global_flag = navy_rework_splash_show }
}
complete_effect = {
set_global_flag = navy_rework_splash_show
set_variable = { navy_rework_welcome_splash_variable = 1 }
}
}
}

View File

@@ -125,4 +125,21 @@ navy_rework_category = {
factor = 1
}
}
add_km_never_built_blueprints = {
allowed = {
tag = TIX
}
available = {
num_of_naval_factories > 0
}
cost = 50
fire_only_once = yes
complete_effect = {
km_never_built_blueprints = yes
}
ai_will_do = {
factor = 0
}
}
}