2025-09-21 04:02:50
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user