2025-01-01 20:07:00
This commit is contained in:
@@ -375,6 +375,23 @@ equipment_modules = {
|
||||
naval_torpedo_damage_reduction_factor = 0.01
|
||||
}
|
||||
}
|
||||
carrier_no_island = {
|
||||
category = carrier_miscellaneous
|
||||
|
||||
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
|
||||
forbid_module_categories = {
|
||||
ship_radar
|
||||
}
|
||||
}
|
||||
carrier_strength_deck = {
|
||||
category = carrier_miscellaneous
|
||||
add_stats = {
|
||||
|
||||
@@ -18,21 +18,6 @@ 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
|
||||
|
||||
@@ -323,4 +323,45 @@ equipment_modules = {
|
||||
naval_range = 0.5
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#######################
|
||||
## BB Carrier ROLE ##
|
||||
#######################
|
||||
carrier_bb_conversion = {
|
||||
category = bb_carrier_role
|
||||
multiply_stats = {
|
||||
build_cost_ic = 0.1
|
||||
}
|
||||
dismantle_cost_ic = 100000
|
||||
forbid_module_categories = {
|
||||
ship_super_heavy_armor
|
||||
}
|
||||
}
|
||||
carrier_bc_conversion = {
|
||||
category = bb_carrier_role
|
||||
add_stats = {
|
||||
reliability = -0.1
|
||||
}
|
||||
multiply_stats = {
|
||||
max_strength = -0.1
|
||||
armor_value = -0.1
|
||||
}
|
||||
dismantle_cost_ic = 100000
|
||||
forbid_module_categories = {
|
||||
ship_super_heavy_armor
|
||||
}
|
||||
}
|
||||
carrier_shbb_conversion = {
|
||||
category = bb_carrier_role
|
||||
add_stats = {
|
||||
reliability = 0.1
|
||||
}
|
||||
multiply_stats = {
|
||||
build_cost_ic = 0.2
|
||||
max_strength = 0.1
|
||||
}
|
||||
dismantle_cost_ic = 100000
|
||||
}
|
||||
}
|
||||
@@ -207,11 +207,15 @@ equipments = {
|
||||
}
|
||||
fixed_ship_armor_slot = {
|
||||
required = no
|
||||
allowed_module_categories = { ship_heavy_armor ship_cruiser_armor ship_cruiser_heavy_armor }
|
||||
allowed_module_categories = { ship_super_heavy_armor ship_heavy_armor ship_cruiser_armor ship_cruiser_heavy_armor }
|
||||
}
|
||||
fixed_ship_carrier_miscellaneous_slot_1 = inherit
|
||||
fixed_ship_carrier_miscellaneous_slot_2 = inherit
|
||||
fixed_ship_flight_deck_slot = inherit
|
||||
fixed_ship_role_slot = {
|
||||
required = yes
|
||||
allowed_module_categories = { bb_carrier_role }
|
||||
}
|
||||
mid_1_custom_slot = {
|
||||
required = no
|
||||
allowed_module_categories = {
|
||||
@@ -233,6 +237,7 @@ equipments = {
|
||||
|
||||
default_modules = {
|
||||
fixed_ship_engine_slot = heavy_ship_engine_1
|
||||
fixed_ship_role_slot = carrier_bb_conversion
|
||||
mid_1_custom_slot = empty
|
||||
}
|
||||
naval_range = 4000
|
||||
|
||||
@@ -1030,11 +1030,11 @@ equipments = {
|
||||
|
||||
module_count_limit = {
|
||||
category = ship_missile
|
||||
count < 6
|
||||
count < 5
|
||||
}
|
||||
module_count_limit = {
|
||||
category = ship_missile_aa
|
||||
count < 8
|
||||
count < 5
|
||||
}
|
||||
default_modules = {
|
||||
fixed_ship_engine_slot = cruiser_ship_engine_5
|
||||
|
||||
@@ -131,11 +131,11 @@ equipments = {
|
||||
}
|
||||
module_count_limit = {
|
||||
category = ship_missile
|
||||
count < 3
|
||||
count < 7
|
||||
}
|
||||
module_count_limit = {
|
||||
category = ship_missile_aa
|
||||
count < 4
|
||||
count < 7
|
||||
}
|
||||
module_count_limit = {
|
||||
module = ship_aa_fire_control
|
||||
|
||||
Reference in New Issue
Block a user