This commit is contained in:
@@ -177,6 +177,10 @@ equipments = {
|
||||
module = ship_display_system
|
||||
count < 2
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_aa_fire_control
|
||||
count < 2
|
||||
}
|
||||
|
||||
default_modules = {
|
||||
fixed_ship_battery_slot = empty
|
||||
@@ -435,8 +439,6 @@ equipments = {
|
||||
required = no
|
||||
allowed_module_categories = {
|
||||
ship_anti_air
|
||||
ship_heavy_battery
|
||||
ship_heavy_battery_triple
|
||||
ship_medium_heavy_battery_triple
|
||||
ship_medium_heavy_battery_double
|
||||
ship_secondaries
|
||||
@@ -470,17 +472,52 @@ equipments = {
|
||||
seaplane_hangar
|
||||
}
|
||||
}
|
||||
rear_2_custom_slot = rear_1_custom_slot
|
||||
rear_2_custom_slot = {
|
||||
required = no
|
||||
allowed_module_categories = {
|
||||
ship_anti_air
|
||||
ship_airplane_launcher
|
||||
ship_torpedo
|
||||
ship_medium_heavy_battery_triple
|
||||
ship_medium_heavy_battery_double
|
||||
seaplane_hangar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
default_modules = {
|
||||
front_1_custom_slot = empty
|
||||
fixed_ship_battery_slot = ship_heavy_battery_1
|
||||
fixed_ship_engine_slot = empty
|
||||
fixed_ship_secondaries_slot = ship_secondaries_1
|
||||
fixed_ship_secondaries_slot = empty
|
||||
fixed_ship_radar_slot = ship_mast_1
|
||||
rear_1_custom_slot = ship_torpedo_1
|
||||
}
|
||||
|
||||
module_count_limit = {
|
||||
module = ship_heavy_battery_2
|
||||
count < 1
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_heavy_battery_3
|
||||
count < 1
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_heavy_battery_4
|
||||
count < 1
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_heavy_battery_2_triple
|
||||
count < 1
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_heavy_battery_3_triple
|
||||
count < 1
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_heavy_battery_4_triple
|
||||
count < 1
|
||||
}
|
||||
}
|
||||
|
||||
vnr_ship_hull_cruiser_1 = {
|
||||
@@ -838,7 +875,7 @@ equipments = {
|
||||
priority = 1900
|
||||
parent = vnr_ship_hull_cruiser_5
|
||||
naval_speed = 34
|
||||
reliability = 1.5
|
||||
reliability = 1.25
|
||||
manpower = 1800
|
||||
build_cost_ic = 2500
|
||||
naval_range = 5000
|
||||
|
||||
Reference in New Issue
Block a user