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

@@ -29,7 +29,7 @@ naval_screen = {
fixed_ship_battery_slot = ship_light_battery
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_mast
fixed_ship_radar_slot = { any_of = { ship_sonar ship_mast } }
fixed_ship_anti_air_slot = ship_anti_air
fixed_ship_role_slot = ship_hull_light_role_dd
fixed_ship_extra_secondaries_slot = { any_of = { light_miscellaneous generic_miscellaneous } }
@@ -40,6 +40,11 @@ naval_screen = {
rear_2_custom_slot = ship_light_battery
}
}
allowed_modules = {
ship_mast
ship_sonar
ship_anti_air
}
}
screen_1924 = {
@@ -77,6 +82,11 @@ naval_screen = {
rear_2_custom_slot = ship_light_battery
}
}
allowed_modules = {
ship_mast
ship_sonar
ship_anti_air
}
}
screen_1936 = {
@@ -99,8 +109,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = ship_light_battery_double
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_anti_air } }
fixed_ship_role_slot = ship_hull_light_role_dd
fixed_ship_extra_secondaries_slot = { any_of = { light_miscellaneous generic_miscellaneous } }
@@ -111,6 +121,11 @@ naval_screen = {
rear_2_custom_slot = ship_light_battery_double
}
}
allowed_modules = {
ship_mast
ship_sonar
ship_anti_air
}
}
screen_1940 = {
@@ -133,8 +148,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_4 light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = dp_light_battery
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_anti_air } }
fixed_ship_role_slot = ship_hull_light_role_dd
fixed_ship_extra_secondaries_slot = { any_of = { light_miscellaneous generic_miscellaneous } }
@@ -145,6 +160,12 @@ naval_screen = {
rear_2_custom_slot = dp_light_battery
}
}
allowed_modules = {
ship_mast
ship_depth_charge
ship_sonar
ship_anti_air
}
}
screen_1944 = {
@@ -167,8 +188,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_5 light_ship_engine_4 light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = dp_light_battery
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_anti_air } }
fixed_ship_role_slot = ship_hull_light_role_dd
fixed_ship_extra_secondaries_slot = { any_of = { light_miscellaneous generic_miscellaneous } }
@@ -179,6 +200,11 @@ naval_screen = {
rear_2_custom_slot = dp_light_battery
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
screen_1949 = {
@@ -201,8 +227,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_5 light_ship_engine_4 light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = dp_light_battery
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_missile_aa } }
fixed_ship_role_slot = ship_hull_light_role_ddg
fixed_ship_extra_secondaries_slot = { any_of = { light_miscellaneous generic_miscellaneous } }
@@ -213,6 +239,11 @@ naval_screen = {
rear_2_custom_slot = dp_light_battery
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
@@ -238,8 +269,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = ship_light_battery_double
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_anti_air } }
fixed_ship_role_slot = ship_hull_light_role_dd
front_1_custom_slot = ship_light_battery_double
@@ -249,6 +280,11 @@ naval_screen = {
rear_2_custom_slot = ship_depth_charge
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
screen_1940_expert = {
name = vnr_dd_1940_expert
@@ -270,8 +306,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_4 light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = ship_light_battery_double
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_anti_air } }
fixed_ship_role_slot = ship_hull_light_role_dd
fixed_ship_extra_secondaries_slot = { any_of = { light_miscellaneous generic_miscellaneous } }
@@ -282,6 +318,11 @@ naval_screen = {
rear_2_custom_slot = ship_depth_charge
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
screen_1944_expert = {
name = vnr_dd_1944_expert
@@ -303,8 +344,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_5 light_ship_engine_4 light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = ship_light_battery_double
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = { upgrade > current any_of = { ship_anti_air } }
fixed_ship_role_slot = ship_hull_light_role_dd
front_1_custom_slot = ship_light_battery_double
@@ -314,6 +355,11 @@ naval_screen = {
rear_2_custom_slot = ship_depth_charge
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
screen_1946_expert = {
name = vnr_dd_1946_expert
@@ -335,8 +381,8 @@ naval_screen = {
fixed_ship_engine_slot = { upgrade = current any_of = { light_ship_engine_5 light_ship_engine_4 light_ship_engine_3 light_ship_engine_2 light_ship_engine_1 } }
fixed_ship_battery_slot = ship_light_battery_double
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_anti_air_slot = ship_missile_aa
fixed_ship_role_slot = ship_hull_light_role_dda
front_1_custom_slot = ship_light_battery_double
@@ -347,6 +393,11 @@ naval_screen = {
rear_2_custom_slot = ship_depth_charge
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
screen_1949_expert = {
name = vnr_dd_1949_expert
@@ -369,8 +420,8 @@ naval_screen = {
fixed_ship_battery_slot = { upgrade = current any_of = { ship_missile_2 ship_missile_1 } }
fixed_ship_torpedo_slot = ship_torpedo
fixed_ship_fire_control_system_slot = ship_fire_control_system
fixed_ship_radar_slot = ship_sonar
fixed_ship_anti_air_slot = ship_missile_aa
fixed_ship_fire_control_system_slot = { module = ship_fire_control_system upgrade > current }
fixed_ship_radar_slot = { module = ship_sonar upgrade > current }
fixed_ship_role_slot = ship_hull_light_role_ddg
fixed_ship_extra_secondaries_slot = ship_radar_jammer
front_1_custom_slot = ship_missile_aa
@@ -380,6 +431,11 @@ naval_screen = {
rear_2_custom_slot = ship_depth_charge
}
}
allowed_modules = {
ship_depth_charge
ship_sonar
ship_anti_air
}
}
}