2024-08-15 16:35:22
All checks were successful
sync / build (push) Successful in 15s

This commit is contained in:
actions[bot]
2024-08-15 16:35:22 +00:00
parent 1edf758efd
commit 8ad5a6c686
61 changed files with 1235 additions and 390 deletions

View File

@@ -10,7 +10,7 @@ ENG_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_anti_air_slot = ship_anti_air_2
fixed_ship_engine_slot = carrier_ship_engine_2
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_armor_slot = ship_armor_cruiser_2
fixed_ship_flight_deck_slot = carrier_armor_deck
front_1_custom_slot = ship_deck_space
@@ -92,14 +92,14 @@ ENG_start_naval_variants = {
fixed_ship_anti_air_slot = ship_anti_air_2
fixed_ship_fire_control_system_slot = ship_fire_control_system_1
fixed_ship_engine_slot = heavy_ship_engine_2
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_armor_slot = ship_armor_bb_2
fixed_ship_armor_scheme_slot = ship_scheme_all_or_nothing
fixed_ship_torpedo_defense_system_slot = torpedo_belt
front_1_custom_slot = ship_anti_air_2
front_2_custom_slot = eng_14in_mk7_quad
mid_1_custom_slot = ship_airplane_launcher_1
mid_2_custom_slot = dp_ship_secondaries_1
mid_2_custom_slot = dp_ship_secondaries_1_bb
rear_1_custom_slot = eng_14in_mk7_quad
}
}
@@ -964,7 +964,7 @@ GER_start_naval_variants = {
create_equipment_variant = {
name = "Type IIA级" # Type IIA Class
parent_version = 0
icon = "gfx/interface/technologies/generic/generic_midget_submarine.png"
icon = "gfx/interface/technologies/Generic/generic_midget_submarine.png"
role_icon_index = 49
type = vnr_ship_hull_submarine_2
name_group = GER_SS_HISTORICAL
@@ -978,7 +978,7 @@ GER_start_naval_variants = {
create_equipment_variant = {
name = "Type IIB级" # Type IIB Class
parent_version = 0
icon = "gfx/interface/technologies/generic/generic_midget_submarine.png"
icon = "gfx/interface/technologies/Generic/generic_midget_submarine.png"
role_icon_index = 49
type = vnr_ship_hull_submarine_2
name_group = GER_SS_HISTORICAL
@@ -1543,7 +1543,7 @@ JAP_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_engine_slot = carrier_ship_engine_2
fixed_ship_anti_air_slot = ship_anti_air_2
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_armor_slot = ship_armor_cruiser_1
front_1_custom_slot = ship_deck_space
}
@@ -1559,7 +1559,7 @@ JAP_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_engine_slot = carrier_ship_engine_2
fixed_ship_anti_air_slot = ship_anti_air_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
front_1_custom_slot = ship_deck_space
}
}
@@ -1575,7 +1575,7 @@ JAP_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_engine_slot = carrier_ship_engine_1
fixed_ship_anti_air_slot = ship_anti_air_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
}
}
create_equipment_variant = {
@@ -1590,7 +1590,7 @@ JAP_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_engine_slot = carrier_ship_engine_2
fixed_ship_anti_air_slot = ship_anti_air_2_h
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_armor_slot = ship_armor_cruiser_heavy_2
fixed_ship_carrier_miscellaneous_slot_1 = carrier_spared_squad
mid_1_custom_slot = ship_deck_space
@@ -3407,7 +3407,7 @@ USA_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_anti_air_slot = ship_anti_air_2
fixed_ship_engine_slot = carrier_ship_engine_2
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_carrier_miscellaneous_slot_1 = carrier_spared_squad
front_1_custom_slot = ship_deck_space
mid_1_custom_slot = ship_deck_space
@@ -3425,7 +3425,7 @@ USA_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_anti_air_slot = ship_anti_air_2
fixed_ship_engine_slot = carrier_ship_engine_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_carrier_miscellaneous_slot_1 = carrier_spared_squad
front_1_custom_slot = ship_deck_space
mid_1_custom_slot = ship_deck_space
@@ -3461,7 +3461,7 @@ USA_start_naval_variants = {
fixed_ship_deck_slot_2 = ship_deck_space
fixed_ship_engine_slot = carrier_ship_engine_1
fixed_ship_anti_air_slot = ship_anti_air_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
front_1_custom_slot = ship_deck_space
mid_1_custom_slot = ship_deck_space
}
@@ -3490,7 +3490,7 @@ USA_start_naval_variants = {
name_group = USA_BB_HISTORICAL
modules = {
fixed_ship_battery_slot = ship_heavy_battery_2_triple
fixed_ship_secondaries_slot = dp_ship_secondaries_1
fixed_ship_secondaries_slot = dp_ship_secondaries_1_bb
fixed_ship_anti_air_slot = ship_anti_air_2
fixed_ship_fire_control_system_slot = ship_fire_control_system_1
fixed_ship_engine_slot = heavy_ship_engine_2
@@ -3498,7 +3498,7 @@ USA_start_naval_variants = {
fixed_ship_armor_scheme_slot = ship_scheme_all_or_nothing
fixed_ship_torpedo_defense_system_slot = torpedo_belt
front_2_custom_slot = ship_heavy_battery_2_triple
mid_1_custom_slot = dp_ship_secondaries_1
mid_1_custom_slot = dp_ship_secondaries_1_bb
mid_2_custom_slot = ship_anti_air_2
mid_3_custom_slot = empty
rear_1_custom_slot = ship_heavy_battery_2_triple