2024-12-07 20:01:42

This commit is contained in:
actions[bot]
2024-12-07 20:01:42 +00:00
parent 4e54f0d572
commit 4199c0b96c
50 changed files with 887 additions and 52 deletions

View File

@@ -18,6 +18,21 @@ equipment_modules = {
surface_detection = 1
}
}
carrier_no_island = {
category = carrier_mast
gui_category = ship_radar
add_stats = {
build_cost_ic = -150
max_organisation = -0.1
}
multiply_stats = {
surface_detection = -0.1
surface_visibility = -0.01
naval_speed = 0.03
}
dismantle_cost_ic = 150
}
ship_radar_1 = {
abbreviation = "sbj"
category = ship_radar

View File

@@ -374,7 +374,7 @@ equipment_modules = {
add_stats = {
#naval_speed = 5
fuel_consumption = 15
build_cost_ic = 250
build_cost_ic = 500
reliability = -0.3
}
@@ -385,7 +385,7 @@ equipment_modules = {
}
can_convert_from = {
module_category = sub_ship_engine
convert_cost_ic = 350
convert_cost_ic = 450
}
}
sub_ship_engine_nuclear = {

View File

@@ -476,7 +476,7 @@ equipment_modules = {
sfx = sfx_ui_sd_module_turret
add_stats = {
torpedo_attack = 28
torpedo_attack = 26
build_cost_ic = 140
naval_torpedo_hit_chance_factor = 0.02
}
@@ -500,7 +500,7 @@ equipment_modules = {
sfx = sfx_ui_sd_module_turret
add_stats = {
torpedo_attack = 34
torpedo_attack = 30
sub_attack = 5
build_cost_ic = 180
naval_torpedo_hit_chance_factor = 0.025
@@ -786,8 +786,8 @@ equipment_modules = {
gfx = ship_airplane_launcher_1
add_stats = {
surface_detection = 4
sub_detection = 2.5
surface_detection = 2.5
sub_detection = 2
sub_attack = 1.5
build_cost_ic = 150
}
@@ -801,7 +801,7 @@ equipment_modules = {
gfx = ship_airplane_launcher_2
parent = ship_airplane_launcher_1
add_stats = {
surface_detection = 7
surface_detection = 5
sub_detection = 3.5
sub_attack = 2.5
build_cost_ic = 250
@@ -818,7 +818,7 @@ equipment_modules = {
category = ship_airplane_launcher
parent = ship_airplane_launcher_2
add_stats = {
surface_detection = 5
surface_detection = 3.5
sub_detection = 4.5
sub_attack = 6
build_cost_ic = 200
@@ -854,7 +854,7 @@ equipment_modules = {
category = sub_airplane_launcher
add_stats = {
surface_detection = 4
surface_detection = 2
naval_torpedo_hit_chance_factor = 0.01
build_cost_ic = 150
}
@@ -866,7 +866,7 @@ equipment_modules = {
category = sub_airplane_launcher
parent = sub_airplane_launcher_1
add_stats = {
surface_detection = 7
surface_detection = 4.5
naval_torpedo_hit_chance_factor = 0.02
hg_attack = 2
lg_attack = 1
@@ -1238,8 +1238,8 @@ equipment_modules = {
gui_category = cold_war_miscellaneous
multiply_stats = {
reliability = -0.1
armor_value = -0.2
max_strength = -0.1
armor_value = -0.3
max_strength = -0.3
naval_speed = 0.3
build_cost_ic = 0.2
}
@@ -1274,6 +1274,7 @@ equipment_modules = {
torpedo_attack = 50
naval_torpedo_hit_chance_factor = 0.015
reliability = -0.4
build_cost_ic = 1000
}
multiply_stats = {
naval_speed = -0.01

View File

@@ -40,7 +40,7 @@ equipments = {
}
fixed_ship_radar_slot = {
required = no
allowed_module_categories = { ship_radar }
allowed_module_categories = { carrier_mast ship_radar }
}
fixed_ship_engine_slot = {
required = yes
@@ -276,7 +276,7 @@ equipments = {
}
fixed_ship_radar_slot = {
required = no
allowed_module_categories = { ship_radar }
allowed_module_categories = { carrier_mast ship_radar }
}
fixed_ship_engine_slot = {
required = yes

View File

@@ -360,7 +360,21 @@ equipments = {
mid_1_custom_slot = inherit
mid_2_custom_slot = inherit
rear_1_custom_slot = inherit
rear_2_custom_slot = inherit
rear_2_custom_slot = {
required = no
allowed_module_categories = {
ship_torpedo
ship_mine_warfare
ship_mine_layer
ship_anti_air
ship_depth_charge
ship_light_battery
ship_light_battery_double
dp_light_battery
dp_light_battery_single
ship_airplane_launcher
}
}
}
@@ -482,7 +496,23 @@ equipments = {
ship_missile_aa
}
}
rear_2_custom_slot = mid_1_custom_slot
rear_2_custom_slot = {
required = no
allowed_module_categories = {
ship_torpedo
ship_mine_warfare
ship_mine_layer
ship_anti_air
ship_depth_charge
ship_light_battery
ship_light_battery_double
dp_light_battery
dp_light_battery_single
ship_airplane_launcher
ship_missile
ship_missile_aa
}
}
}