2024-11-03 16:35:55
All checks were successful
sync / build (push) Successful in 31s

This commit is contained in:
actions[bot]
2024-11-03 16:35:55 +00:00
parent c105bba817
commit 5c3280fa9a
53 changed files with 888 additions and 176 deletions

View File

@@ -698,6 +698,7 @@ GER_start_naval_variants = {
fixed_ship_armor_slot = ship_armor_bb_2
fixed_ship_armor_scheme_slot = ship_scheme_mixed
fixed_ship_torpedo_defense_system_slot = torpedo_belt
fixed_ship_extra_secondaries_slot = ship_light_weight_shell
front_1_custom_slot = ship_anti_air_1
front_2_custom_slot = ship_heavy_battery_big_1
mid_1_custom_slot = ship_airplane_launcher_1
@@ -739,6 +740,7 @@ GER_start_naval_variants = {
fixed_ship_armor_scheme_slot = ship_scheme_incremental_post_jutland
fixed_ship_armor_slot = ship_armor_bc_2
fixed_ship_torpedo_defense_system_slot = torpedo_belt
fixed_ship_extra_secondaries_slot = ship_light_weight_shell
front_1_custom_slot = ship_anti_air_1
front_2_custom_slot = ger_11in_c34_triple
mid_1_custom_slot = ship_airplane_launcher_1
@@ -759,6 +761,7 @@ GER_start_naval_variants = {
fixed_ship_engine_slot = cruiser_ship_engine_2_diesel
fixed_ship_secondaries_slot = ship_secondaries_2
fixed_ship_armor_slot = ship_armor_cruiser_2
fixed_ship_extra_secondaries_slot = ship_light_weight_shell
mid_1_custom_slot = ship_airplane_launcher_1
mid_2_custom_slot = ship_secondaries_2
rear_1_custom_slot = ger_11in_c34_triple

View File

@@ -55,4 +55,21 @@ add_article_xix = {
modifier = washington_treaty_article_xix
}
}
}
add_starting_navy_spirits = {
JAP = {
add_ideas = etajima_naval_academy
add_ideas = inflexible_headquarter
}
GER = {
add_ideas = kiel_standard
}
USA = {
add_ideas = annapolis_naval_academy
add_ideas = panama_standard
}
ENG = {
add_ideas = dartmouth_naval_academy
}
}