2025-09-21 04:02:50

This commit is contained in:
actions[bot]
2025-09-21 04:02:50 +00:00
parent b8eb75b448
commit 0bc9d19daf
137 changed files with 2531 additions and 415 deletions

View File

@@ -152,6 +152,26 @@ ai_get_navy_experience = {
}
}
ai_get_mio_upgrade = {
every_military_industrial_organization = {
limit = {
OR = {
has_mio_equipment_type = mio_cat_eq_all_carrier
has_mio_equipment_type = mio_cat_eq_all_battleship
has_mio_equipment_type = mio_cat_eq_all_cruiser
has_mio_equipment_type = mio_cat_eq_all_destroyer
}
}
if = {
limit = { expert_ai_style = yes }
add_mio_size = 2
}
else = {
add_mio_size = 1
}
}
}
set_shipyard_output_boost = {
if = {
limit = {
@@ -190,4 +210,20 @@ set_shipyard_output_boost = {
add_ideas = vnr_shipyard_output_boost_half
}
}
if = {
limit = {
expert_ai_style = no
}
every_country = {
limit = { is_ai_naval_major = yes }
add_ideas = vnr_ai_dd_output_boost_1
}
}
else = {
every_country = {
limit = { is_ai_naval_major = yes }
add_ideas = vnr_ai_dd_output_boost_2
}
}
}