This commit is contained in:
@@ -1861,7 +1861,7 @@ equipment_modules = {
|
||||
reliability = -0.12
|
||||
}
|
||||
multiply_stats = {
|
||||
naval_speed = -0.08
|
||||
naval_speed = -0.065
|
||||
max_strength = 0.15
|
||||
}
|
||||
add_average_stats = {
|
||||
@@ -1885,7 +1885,7 @@ equipment_modules = {
|
||||
reliability = -0.12
|
||||
}
|
||||
multiply_stats = {
|
||||
naval_speed = -0.09
|
||||
naval_speed = -0.075
|
||||
max_strength = 0.16
|
||||
}
|
||||
add_average_stats = {
|
||||
@@ -1910,7 +1910,7 @@ equipment_modules = {
|
||||
naval_heavy_gun_hit_chance_factor = -0.015
|
||||
}
|
||||
multiply_stats = {
|
||||
naval_speed = -0.1
|
||||
naval_speed = -0.105
|
||||
max_strength = 0.17
|
||||
}
|
||||
add_average_stats = {
|
||||
@@ -2092,6 +2092,97 @@ equipment_modules = {
|
||||
critical_parts = { damaged_secondaries }
|
||||
}
|
||||
|
||||
dp_ship_secondaries_1_bb = {
|
||||
category = ship_dp_secondaries_bb
|
||||
gui_category = ship_secondaries
|
||||
gfx = dp_ship_secondaries_1
|
||||
sfx = sfx_ui_sd_module_turret
|
||||
add_stats = {
|
||||
lg_attack = 2
|
||||
anti_air_attack = 1.5
|
||||
build_cost_ic = 180
|
||||
}
|
||||
add_average_stats = {
|
||||
lg_armor_piercing = 5
|
||||
}
|
||||
|
||||
multiply_stats = {
|
||||
naval_speed = -0.01
|
||||
}
|
||||
|
||||
dismantle_cost_ic = 36
|
||||
critical_parts = { damaged_secondaries }
|
||||
}
|
||||
|
||||
dp_ship_secondaries_2_bb = {
|
||||
category = ship_dp_secondaries_bb
|
||||
gui_category = ship_secondaries
|
||||
parent = dp_ship_secondaries_1
|
||||
gfx = dp_ship_secondaries_2
|
||||
sfx = sfx_ui_sd_module_turret
|
||||
add_stats = {
|
||||
lg_attack = 3
|
||||
anti_air_attack = 2.5
|
||||
build_cost_ic = 200
|
||||
}
|
||||
|
||||
multiply_stats = {
|
||||
naval_speed = -0.01
|
||||
}
|
||||
add_average_stats = {
|
||||
lg_armor_piercing = 7.5
|
||||
}
|
||||
|
||||
dismantle_cost_ic = 40
|
||||
critical_parts = { damaged_secondaries }
|
||||
}
|
||||
|
||||
dp_ship_secondaries_3_bb = {
|
||||
category = ship_dp_secondaries_bb
|
||||
gui_category = ship_secondaries
|
||||
parent = dp_ship_secondaries_2
|
||||
gfx = dp_ship_secondaries_3
|
||||
sfx = sfx_ui_sd_module_turret
|
||||
add_stats = {
|
||||
lg_attack = 4
|
||||
anti_air_attack = 3
|
||||
build_cost_ic = 240
|
||||
}
|
||||
|
||||
multiply_stats = {
|
||||
naval_speed = -0.02
|
||||
}
|
||||
add_average_stats = {
|
||||
lg_armor_piercing = 9
|
||||
}
|
||||
|
||||
dismantle_cost_ic = 48
|
||||
critical_parts = { damaged_secondaries }
|
||||
}
|
||||
|
||||
dp_ship_secondaries_4_bb = {
|
||||
category = ship_dp_secondaries_bb
|
||||
gui_category = ship_secondaries
|
||||
parent = dp_ship_secondaries_3
|
||||
gfx = dp_ship_secondaries_4
|
||||
sfx = sfx_ui_sd_module_turret
|
||||
add_stats = {
|
||||
lg_attack = 5
|
||||
anti_air_attack = 3.5
|
||||
build_cost_ic = 290
|
||||
}
|
||||
|
||||
multiply_stats = {
|
||||
naval_speed = -0.03
|
||||
}
|
||||
add_average_stats = {
|
||||
lg_armor_piercing = 11
|
||||
}
|
||||
|
||||
dismantle_cost_ic = 58
|
||||
critical_parts = { damaged_secondaries }
|
||||
}
|
||||
|
||||
|
||||
################
|
||||
## MISSILES ##
|
||||
@@ -2100,7 +2191,7 @@ equipment_modules = {
|
||||
category = ship_missile
|
||||
|
||||
add_stats = {
|
||||
build_cost_ic = 2000
|
||||
build_cost_ic = 1000
|
||||
hg_attack = 30
|
||||
lg_attack = 20
|
||||
naval_heavy_gun_hit_chance_factor = 0.05
|
||||
@@ -2116,13 +2207,13 @@ equipment_modules = {
|
||||
naval_speed = -0.1
|
||||
surface_visibility = -0.025
|
||||
}
|
||||
dismantle_cost_ic = 1800
|
||||
dismantle_cost_ic = 800
|
||||
}
|
||||
ship_cruise_missile_1 = {
|
||||
category = ship_missile
|
||||
|
||||
add_stats = {
|
||||
build_cost_ic = 1400
|
||||
build_cost_ic = 800
|
||||
hg_attack = 25
|
||||
naval_heavy_gun_hit_chance_factor = -0.8
|
||||
reliability = -0.1
|
||||
@@ -2130,7 +2221,7 @@ equipment_modules = {
|
||||
multiply_stats = {
|
||||
naval_speed = -0.1
|
||||
}
|
||||
dismantle_cost_ic = 1100
|
||||
dismantle_cost_ic = 600
|
||||
}
|
||||
ship_cruise_missile_sub_1 = {
|
||||
category = ship_sub_missile
|
||||
|
||||
Reference in New Issue
Block a user