2024-11-28 20:01:21
This commit is contained in:
@@ -766,4 +766,110 @@ equipments = {
|
||||
}
|
||||
manpower = 3500
|
||||
}
|
||||
|
||||
vnr_ship_hull_arsenal_ship = {
|
||||
year = 1950
|
||||
|
||||
archetype = ship_hull_heavy
|
||||
model = ship_hull_modern_super_battleship
|
||||
priority = 1500
|
||||
can_convert_from = { vnr_ship_hull_arsenal_ship }
|
||||
parent = vnr_ship_hull_heavy_5
|
||||
module_slots = {
|
||||
fixed_ship_battery_slot = {
|
||||
required = yes
|
||||
allowed_module_categories = { ship_heavy_battery ship_heavy_battery_triple ship_heavy_battery_quad ship_missile }
|
||||
}
|
||||
fixed_ship_anti_air_slot = {
|
||||
required = no
|
||||
allowed_module_categories = { ship_anti_air ship_missile_aa }
|
||||
}
|
||||
fixed_ship_fire_control_system_slot = inherit
|
||||
fixed_ship_radar_slot = inherit
|
||||
fixed_ship_engine_slot = {
|
||||
required = yes
|
||||
allowed_module_categories = { heavy_ship_engine heavy_ship_engine_nuclear }
|
||||
}
|
||||
fixed_ship_secondaries_slot = inherit
|
||||
fixed_ship_armor_slot = {
|
||||
required = yes
|
||||
allowed_module_categories = { ship_heavy_armor }
|
||||
}
|
||||
fixed_ship_airplane_launcher_slot = inherit
|
||||
fixed_ship_extra_secondaries_slot = inherit
|
||||
fixed_ship_armor_scheme_slot = inherit
|
||||
fixed_ship_torpedo_defense_system_slot = inherit
|
||||
front_1_custom_slot = {
|
||||
required = no
|
||||
allowed_module_categories = {
|
||||
ship_anti_air
|
||||
ship_heavy_battery
|
||||
ship_heavy_battery_triple
|
||||
ship_heavy_battery_quad
|
||||
ship_missile
|
||||
ship_missile_aa
|
||||
ship_rocket
|
||||
}
|
||||
}
|
||||
front_2_custom_slot = front_1_custom_slot
|
||||
mid_1_custom_slot = {
|
||||
required = no
|
||||
allowed_module_categories = {
|
||||
ship_heavy_battery
|
||||
ship_heavy_battery_triple
|
||||
ship_heavy_battery_quad
|
||||
ship_anti_air
|
||||
ship_secondaries
|
||||
ship_dp_secondaries_bb
|
||||
ship_airplane_launcher
|
||||
ship_missile
|
||||
ship_missile_aa
|
||||
}
|
||||
}
|
||||
mid_2_custom_slot = mid_1_custom_slot
|
||||
mid_3_custom_slot = mid_1_custom_slot
|
||||
rear_1_custom_slot = {
|
||||
required = no
|
||||
allowed_module_categories = {
|
||||
ship_anti_air
|
||||
ship_heavy_battery
|
||||
ship_heavy_battery_triple
|
||||
ship_heavy_battery_quad
|
||||
ship_secondaries
|
||||
ship_dp_secondaries_bb
|
||||
ship_airplane_launcher
|
||||
ship_missile
|
||||
ship_missile_aa
|
||||
ship_rocket
|
||||
}
|
||||
}
|
||||
rear_2_custom_slot = rear_1_custom_slot
|
||||
}
|
||||
|
||||
default_modules = {
|
||||
fixed_ship_engine_slot = heavy_ship_engine_5
|
||||
fixed_ship_radar_slot = ship_mast_1
|
||||
front_1_custom_slot = empty
|
||||
rear_1_custom_slot = empty
|
||||
}
|
||||
naval_range = 5000
|
||||
|
||||
max_strength = 300
|
||||
naval_speed = 32
|
||||
fuel_consumption = 70
|
||||
surface_visibility = 30
|
||||
reliability = 1.4
|
||||
build_cost_ic = 3500
|
||||
|
||||
manpower = 4500
|
||||
|
||||
module_count_limit = {
|
||||
category = ship_missile
|
||||
count < 8
|
||||
}
|
||||
module_count_limit = {
|
||||
category = ship_missile_aa
|
||||
count < 8
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user