diff --git a/src/common/ai_equipment/vnr_submarines.txt b/src/common/ai_equipment/vnr_submarines.txt index d9890bb..8ec7de2 100755 --- a/src/common/ai_equipment/vnr_submarines.txt +++ b/src/common/ai_equipment/vnr_submarines.txt @@ -232,7 +232,7 @@ naval_sub = { mid_1_custom_slot = sub_ship_periscope mid_2_custom_slot = ship_sub_snorkel mid_3_custom_slot = sub_ship_stealth - fixed_ship_engine_slot = { upgrade > current any_of = { sub_ship_engine_4 sub_ship_engine_3 sub_ship_engine_2 sub_ship_engine_1 } } + fixed_ship_engine_slot = { upgrade > current any_of = { sub_ship_engine_5 sub_ship_engine_4 sub_ship_engine_3 sub_ship_engine_2 sub_ship_engine_1 } } fixed_ship_torpedo_slot = ship_torpedo_sub fixed_ship_armor_slot = pressure_hull fixed_ship_fire_control_system_slot = sub_fire_control_system @@ -260,7 +260,7 @@ naval_sub = { mid_1_custom_slot = sub_ship_periscope mid_2_custom_slot = ship_sub_snorkel mid_3_custom_slot = sub_ship_stealth - fixed_ship_engine_slot = { upgrade > current any_of = { sub_ship_engine_4 sub_ship_engine_3 sub_ship_engine_2 sub_ship_engine_1 } } + fixed_ship_engine_slot = { upgrade > current any_of = { sub_ship_engine_5 sub_ship_engine_4 sub_ship_engine_3 sub_ship_engine_2 sub_ship_engine_1 } } fixed_ship_torpedo_slot = ship_torpedo_sub fixed_ship_armor_slot = pressure_hull fixed_ship_fire_control_system_slot = sub_fire_control_system diff --git a/src/common/defines/VNR_naval_defines.lua b/src/common/defines/VNR_naval_defines.lua index 362da86..70dcf2a 100755 --- a/src/common/defines/VNR_naval_defines.lua +++ b/src/common/defines/VNR_naval_defines.lua @@ -61,7 +61,7 @@ NDefines.NNavy.EXPERIENCE_FACTOR_NON_CARRIER_GAIN = 0.1 NDefines.NNavy.EXPERIENCE_FACTOR_CARRIER_GAIN = 0.2 NDefines.NNavy.TRAINING_DAILY_COUNTRY_EXP_FACTOR = 0.005 NDefines.NNavy.TRAINING_MAX_DAILY_COUNTRY_EXP = 7 -NDefines.NNavy.NAVAL_TRANSFER_BASE_SPEED = 2 +NDefines.NNavy.NAVAL_TRANSFER_BASE_SPEED = 4 NDefines.NNavy.AMPHIBIOUS_INVADE_SPEED_BASE = 0.25 NDefines.NNavy.SUPREMACY_PER_SHIP_PER_MANPOWER = 0.001 NDefines.NNavy.SUPREMACY_PER_SHIP_PER_IC = 0.05 diff --git a/src/common/scripted_effects/_add_naval_variants.txt b/src/common/scripted_effects/_add_naval_variants.txt index b0357d1..a34af15 100755 --- a/src/common/scripted_effects/_add_naval_variants.txt +++ b/src/common/scripted_effects/_add_naval_variants.txt @@ -735,10 +735,10 @@ GER_start_naval_variants = { fixed_ship_battery_slot = ger_11in_c34_triple fixed_ship_anti_air_slot = ship_anti_air_1_h fixed_ship_fire_control_system_slot = ship_fire_control_system_1 - fixed_ship_engine_slot = heavy_ship_engine_1 + fixed_ship_engine_slot = heavy_ship_engine_2 fixed_ship_secondaries_slot = ship_secondaries_2 fixed_ship_armor_scheme_slot = ship_scheme_incremental_post_jutland - fixed_ship_armor_slot = ship_armor_bc_2 + fixed_ship_armor_slot = ship_armor_bb_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 @@ -3649,7 +3649,7 @@ USA_start_naval_variants = { fixed_ship_armor_slot = ship_armor_bb_1 fixed_ship_torpedo_defense_system_slot = torpedo_bulge mid_1_custom_slot = empty - mid_2_custom_slot = empty + mid_2_custom_slot = ship_heavy_battery_small_1 mid_3_custom_slot = ship_heavy_battery_small_1 rear_1_custom_slot = ship_heavy_battery_small_1 rear_2_custom_slot = ship_heavy_battery_small_1 diff --git a/src/common/scripted_effects/_delete_starting_naval.txt b/src/common/scripted_effects/_delete_starting_naval.txt index ab116fb..8b5d048 100755 --- a/src/common/scripted_effects/_delete_starting_naval.txt +++ b/src/common/scripted_effects/_delete_starting_naval.txt @@ -7,4 +7,20 @@ delete_starting_naval_oob = { destroy_ships = { type = ship_hull_carrier count = all } destroy_ships = { type = ship_hull_submarine count = all } } + special_project_workaround = yes +} + +special_project_workaround = { + USA = { + complete_special_project = { + project = sp:sp_naval_fleet_submarine + popup = no + } + } + JAP = { + complete_special_project = { + project = sp:sp_naval_super_heavy_battleship + popup = no + } + } } \ No newline at end of file diff --git a/src/common/special_projects/projects/_overwrite.txt b/src/common/special_projects/projects/_overwrite.txt new file mode 100755 index 0000000..5924b6e --- /dev/null +++ b/src/common/special_projects/projects/_overwrite.txt @@ -0,0 +1,79 @@ +sp_naval_fleet_submarine = { + specialization = specialization_naval + + + project_tags = sp_tag_submarine + + allowed = { + #FREE PROJECT + } + visible = { + always = no + } + + complexity = sp_complexity.medium + prototype_time = sp_time.prototype.long + + breakthrough_cost = { + specialization_naval = 1 + } + + project_output = { + + } + +} + +sp_naval_cruiser_submarine = { + specialization = specialization_naval + + project_tags = sp_tag_submarine + + complexity = sp_complexity.medium + prototype_time = sp_time.prototype.medium + allowed = { + #FREE PROJECT + } + visible = { + always = no + } + + special_project_parent = { + + } + + + breakthrough_cost = { + specialization_naval = 1 + } + + + project_output = { + + } + +} + +sp_naval_super_heavy_battleship = { + specialization = specialization_naval + + + project_tags = sp_tag_surface_ship + + allowed = { + #FREE + } + + visible = { + always = no + } + complexity = sp_complexity.medium + prototype_time = sp_time.prototype.medium + + breakthrough_cost = { + specialization_naval = 1 + } + project_output = { + + } +} \ No newline at end of file diff --git a/src/common/special_projects/projects/naval_projects.txt b/src/common/special_projects/projects/naval_projects.txt index e16c35b..66dc3af 100755 --- a/src/common/special_projects/projects/naval_projects.txt +++ b/src/common/special_projects/projects/naval_projects.txt @@ -14,6 +14,11 @@ sp_battlecarrier = { } } } + resource_cost = { + resources = { + steel = 5 + } + } breakthrough_cost = { specialization_naval = 1 } @@ -27,6 +32,39 @@ sp_battlecarrier = { ship_deck_space_bb } } + + unique_prototype_rewards = { + sp_battlecarrier_unique_reward_a = { + fire_only_once = yes + threshold = { + min = 25 + max = 75 + } + weight = { base = 100 } + option = { + token = sp_battlecarrier_perference_a + iteration_output = { + sub_unit_bonus = { + battlecarrier = { + anti_air_attack = 0.1 + armor_value = 0.1 + max_strength = 0.1 + } + } + } + } + option = { + token = sp_battlecarrier_perference_b + iteration_output = { + sub_unit_bonus = { + battlecarrier = { + max_organisation = 15 + } + } + } + } + } + } generic_prototype_rewards = { sp_naval_generic_reward_scientist_xp_1 @@ -59,6 +97,11 @@ sp_subcarrier = { breakthrough_cost = { specialization_naval = 1 } + resource_cost = { + resources = { + steel = 3 + } + } prototype_time = sp_time.prototype.short complexity = sp_complexity.small @@ -83,11 +126,49 @@ sp_subcarrier = { sp_naval_generic_reward_test_failure_2 sp_naval_generic_reward_test_failure_3 } + + unique_prototype_rewards = { + sp_subcarrier_unique_reward_a = { + fire_only_once = yes + threshold = { + min = 25 + max = 75 + } + weight = { base = 100 } + option = { + token = sp_subcarrier_perference_a + iteration_output = { + equipment_bonus = { + vnr_ship_hull_cruiser_submarine = { + instant = yes + surface_detection = 0.15 + sub_detection = 0.15 + } + } + } + } + option = { + token = sp_subcarrier_perference_b + iteration_output = { + equipment_bonus = { + ship_hull_submarine = { + instant = yes + surface_detection = 0.05 + sub_detection = 0.05 + } + } + } + } + } + } } sp_nuclear_torpedo = { specialization = specialization_naval project_tags = { sp_tag_submarine } + ai_will_do = { + base = 1 + } allowed = { has_dlc = "Man the Guns" } @@ -97,8 +178,11 @@ sp_nuclear_torpedo = { has_tech = nukes } } + resource_cost = { + resources = { steel=6 tungsten=3 chromium=6 } + } breakthrough_cost = { - specialization_naval = 3 + specialization_naval = 2 } prototype_time = sp_time.prototype.long @@ -124,11 +208,48 @@ sp_nuclear_torpedo = { sp_naval_generic_reward_test_failure_2 sp_naval_generic_reward_test_failure_3 } + + unique_prototype_rewards = { + sp_nuclear_torpedo_unique_reward_a = { + fire_only_once = yes + threshold = { + min = 50 + max = 90 + } + weight = { base = 100 } + option = { + token = sp_nuclear_torpedo_preference_a + iteration_output = { + equipment_bonus = { + vnr_ship_hull_submarine_5 = { + instant = yes + reliability = 0.05 + } + } + } + } + option = { + token = sp_nuclear_torpedo_preference_b + iteration_output = { + equipment_bonus = { + vnr_ship_hull_submarine_5 = { + instant = yes + torpedo_attack = 0.05 + reliability = -0.05 + } + } + } + } + } + } } sp_naval_proximity_fuze = { specialization = specialization_naval project_tags = { sp_tag_surface_ship } + ai_will_do = { + base = 1 + } allowed = { has_dlc = "Man the Guns" } @@ -138,8 +259,11 @@ sp_naval_proximity_fuze = { has_tech = naval_radio_guiding_system } } + resource_cost = { + resources = { steel=4 tungsten=2 } + } breakthrough_cost = { - specialization_naval = 2 + specialization_naval = 1 } prototype_time = sp_time.prototype.medium @@ -170,6 +294,9 @@ sp_naval_proximity_fuze = { sp_super_heavy_guns = { specialization = specialization_naval project_tags = { sp_tag_surface_ship } + ai_will_do = { + base = 1 + } allowed = { has_dlc = "Man the Guns" } @@ -185,16 +312,14 @@ sp_super_heavy_guns = { } } breakthrough_cost = { - specialization_naval = 2 + specialization_naval = 1 } resource_cost = { - resources = { - steel = 5 - } + resources = { steel=6 tungsten=3 } } - prototype_time = sp_time.prototype.long + prototype_time = sp_time.prototype.medium - complexity = sp_complexity.large + complexity = sp_complexity.medium project_output = { country_effects = { @@ -211,6 +336,35 @@ sp_super_heavy_guns = { } } } + + unique_prototype_rewards = { + sp_super_heavy_guns_unique_reward_a = { + fire_only_once = yes + threshold = { + min = 60 + max = 90 + } + weight = { + base = 100 + } + option = { + token = sp_super_heavy_guns_preference_a + iteration_output = { + country_effects = { + add_tech_bonus = { + bonus = 0.75 + uses = 1 + technology = experimental_super_heavy_battery + } + sp:sp_super_heavy_guns = { add_project_progress_ratio = -0.25 } + } + } + } + option = { + token = sp_super_heavy_guns_preference_b + } + } + } generic_prototype_rewards = { sp_naval_generic_reward_scientist_xp_1 @@ -261,7 +415,7 @@ sp_naval_underway_replenishment = { specialization_naval = 2 } - complexity = sp_complexity.large + complexity = sp_complexity.medium prototype_time = sp_time.prototype.medium project_output = { @@ -452,19 +606,14 @@ sp_naval_nuclear_missile_submarine = { } } complexity = sp_complexity.large - prototype_time = sp_time.prototype.very_long + prototype_time = sp_time.prototype.long allowed = { has_dlc = "Gotterdammerung" } special_project_parent = { sp_naval_rocket_launching_submarine - } - - available = { - FROM = { - has_tech = sub_nuclear_engine - } + sp_nuclear_warheads } breakthrough_cost = { @@ -494,4 +643,109 @@ sp_naval_nuclear_missile_submarine = { sp_naval_generic_reward_test_failure_3 sp_naval_generic_failure_nuclear_accident } +} + +sp_mega_carrier = { + specialization = specialization_naval + project_tags = { sp_tag_surface_ship } + allowed = { + has_dlc = "Gotterdammerung" + } + available = { + FROM = { + has_tech = super_carriers + } + } + resource_cost = { + resources = { + steel = 16 + chromium = 16 + } + } + breakthrough_cost = { + specialization_naval = 2 + } + + prototype_time = sp_time.prototype.long + + complexity = sp_complexity.large + + project_output = { + enable_equipments = { + vnr_ship_hull_mega_carrier + } + enable_equipment_modules = { + limit = { + has_dlc = "Gotterdammerung" + } + ship_deck_space_mega + } + } + + generic_prototype_rewards = { + sp_naval_generic_reward_scientist_xp_1 + sp_naval_generic_reward_scientist_xp_2 + sp_naval_generic_reward_scientist_xp_3 + sp_naval_generic_reward_navy_xp_1 + sp_naval_generic_reward_navy_xp_2 + sp_naval_generic_reward_navy_xp_3 + sp_naval_generic_reward_major_progress_1 + sp_naval_generic_reward_major_progress_2 + sp_naval_generic_reward_major_progress_3 + sp_naval_generic_reward_test_failure_1 + sp_naval_generic_reward_test_failure_2 + sp_naval_generic_reward_test_failure_3 + } +} + +sp_arsenal_ship = { + specialization = specialization_naval + project_tags = { sp_tag_surface_ship } + allowed = { + has_dlc = "Gotterdammerung" + } + available = { + FROM = { + has_tech = full_missile_ship + } + } + resource_cost = { + resources = { + steel = 12 + tungsten = 10 + chromium = 14 + } + } + breakthrough_cost = { + specialization_naval = 2 + } + + prototype_time = sp_time.prototype.medium + + complexity = sp_complexity.large + + project_output = { + enable_equipments = { + vnr_ship_hull_arsenal_ship + } + enable_equipment_modules = { + ship_missile_launcher + ship_slbm_launcher + } + } + + generic_prototype_rewards = { + sp_naval_generic_reward_scientist_xp_1 + sp_naval_generic_reward_scientist_xp_2 + sp_naval_generic_reward_scientist_xp_3 + sp_naval_generic_reward_navy_xp_1 + sp_naval_generic_reward_navy_xp_2 + sp_naval_generic_reward_navy_xp_3 + sp_naval_generic_reward_major_progress_1 + sp_naval_generic_reward_major_progress_2 + sp_naval_generic_reward_major_progress_3 + sp_naval_generic_reward_test_failure_1 + sp_naval_generic_reward_test_failure_2 + sp_naval_generic_reward_test_failure_3 + } } \ No newline at end of file diff --git a/src/common/technologies/MTG_naval.txt b/src/common/technologies/MTG_naval.txt index 6a15bf4..8c082af 100755 --- a/src/common/technologies/MTG_naval.txt +++ b/src/common/technologies/MTG_naval.txt @@ -1540,6 +1540,12 @@ technologies = { } nuclear_engine_research = { research_cost = 1.25 + is_special_project_tech = yes + allow = { + ROOT = { + is_special_project_completed = sp:sp_nuclear_reactor + } + } enable_equipment_modules = { cruiser_ship_engine_nuclear carrier_ship_engine_nuclear @@ -4504,7 +4510,7 @@ technologies = { } full_armored_carrier = { - research_cost = 1.25 + research_cost = 0.7 start_year = 1944 carrier = { @@ -4545,7 +4551,7 @@ technologies = { } carrier_angled_deck = { - research_cost = 0.7 + research_cost = 0.5 start_year = 1944 enable_equipment_modules = { @@ -5290,6 +5296,12 @@ technologies = { } sub_nuclear_engine = { + is_special_project_tech = yes + allow = { + ROOT = { + is_special_project_completed = sp:sp_nuclear_reactor + } + } enable_equipment_modules = { sub_ship_engine_nuclear } @@ -5297,9 +5309,6 @@ technologies = { start_year = 1949 research_cost = 1.25 - dependencies = { - nuclear_reactor = 1 - } folder = { name = mtgnavalfolder position = { x = -2 y = 23 } diff --git a/src/common/technologies/MTG_naval_Support.txt b/src/common/technologies/MTG_naval_Support.txt index b4b3b57..665fb6e 100755 --- a/src/common/technologies/MTG_naval_Support.txt +++ b/src/common/technologies/MTG_naval_Support.txt @@ -3556,7 +3556,7 @@ technologies = { xp_research_type = navy xp_boost_cost = 75 xp_research_bonus = 1.75 - research_cost = 2.0 + research_cost = 0.75 start_year = 1938 folder = { name = mtgnavalsupportfolder @@ -3587,7 +3587,7 @@ technologies = { xp_research_type = navy xp_boost_cost = 75 xp_research_bonus = 1.5 - research_cost = 2.5 + research_cost = 1 start_year = 1943 folder = { name = mtgnavalsupportfolder diff --git a/src/common/units/equipment/modules/00_ship_modules_aviation.txt b/src/common/units/equipment/modules/00_ship_modules_aviation.txt index 37c02f0..8fbb394 100755 --- a/src/common/units/equipment/modules/00_ship_modules_aviation.txt +++ b/src/common/units/equipment/modules/00_ship_modules_aviation.txt @@ -141,6 +141,26 @@ equipment_modules = { } dismantle_cost_ic = 2000 } + ship_deck_space_mega = { + category = ship_deck_space_mega + gui_category = ship_deck_space + gfx = big_ship_deck_space + add_equipment_type = capital_ship + mega_carrier = yes + add_stats = { + carrier_size = 2 + build_cost_ic = 2000 + surface_detection = 8 + supply_consumption = 0.03 + } + manpower = 450 #outside the add_stats section for code reasons + multiply_stats = { + naval_speed = -0.075 + anti_air_attack = 0.035 + fuel_consumption = 0.1 + } + dismantle_cost_ic = 1600 + } ################### diff --git a/src/common/units/equipment/modules/00_ship_modules_gun.txt b/src/common/units/equipment/modules/00_ship_modules_gun.txt index a1de9d2..ee3f11f 100755 --- a/src/common/units/equipment/modules/00_ship_modules_gun.txt +++ b/src/common/units/equipment/modules/00_ship_modules_gun.txt @@ -2305,7 +2305,7 @@ equipment_modules = { ################ sub_missile_launcher = { abbreviation = "sml" - category = ship_rocket + category = sub_rocket add_equipment_type = missile_launcher allow_equipment_type = { missile ballistic_missile } @@ -2315,13 +2315,14 @@ equipment_modules = { } multiply_stats = { sub_visibility = 0.15 + naval_speed = -0.1 } dismantle_cost_ic = 700 } slbm_launcher = { abbreviation = "slb" - category = ship_nuclear_rocket + category = sub_rocket add_equipment_type = missile_launcher allow_equipment_type = { nuclear_missile } @@ -2331,7 +2332,42 @@ equipment_modules = { } multiply_stats = { sub_visibility = 0.2 + naval_speed = -0.15 } dismantle_cost_ic = 1000 } + + ship_missile_launcher = { + gfx = sub_missile_launcher + category = ship_rocket + add_equipment_type = missile_launcher + allow_equipment_type = { missile ballistic_missile } + + add_stats = { + build_cost_ic = 2000 + reliability = -0.2 + } + multiply_stats = { + surface_visibility = 0.15 + naval_speed = -0.1 + } + dismantle_cost_ic = 1000 + } + + ship_slbm_launcher = { + gfx = slbm_launcher + category = ship_rocket + add_equipment_type = missile_launcher + allow_equipment_type = { nuclear_missile } + + add_stats = { + build_cost_ic = 3000 + reliability = -0.3 + } + multiply_stats = { + surface_visibility = 0.2 + naval_speed = -0.15 + } + dismantle_cost_ic = 1800 + } } \ No newline at end of file diff --git a/src/common/units/equipment/modules/00_ship_modules_support.txt b/src/common/units/equipment/modules/00_ship_modules_support.txt index 0186338..5cc24e6 100755 --- a/src/common/units/equipment/modules/00_ship_modules_support.txt +++ b/src/common/units/equipment/modules/00_ship_modules_support.txt @@ -429,7 +429,7 @@ equipment_modules = { } multiply_stats = { - sub_visibility = 0.035 + sub_visibility = 0.045 naval_speed = -0.02 } @@ -457,7 +457,7 @@ equipment_modules = { } multiply_stats = { - sub_visibility = 0.02 + sub_visibility = 0.04 naval_speed = -0.03 } @@ -482,7 +482,7 @@ equipment_modules = { } multiply_stats = { - sub_visibility = 0.01 + sub_visibility = 0.035 naval_speed = -0.04 } @@ -507,6 +507,7 @@ equipment_modules = { } multiply_stats = { + sub_visibility = 0.03 naval_speed = -0.05 } diff --git a/src/common/units/equipment/ship_hull_carrier.txt b/src/common/units/equipment/ship_hull_carrier.txt index f21d52d..e5c6288 100755 --- a/src/common/units/equipment/ship_hull_carrier.txt +++ b/src/common/units/equipment/ship_hull_carrier.txt @@ -699,5 +699,103 @@ equipments = { } manpower = 5000 } + + vnr_ship_hull_mega_carrier = { + year = 1950 + archetype = ship_hull_carrier + model = ship_hull_super_carrier + priority = 1000 + can_convert_from = { vnr_ship_hull_mega_carrier } + parent = vnr_ship_hull_super_carrier + module_slots = { + fixed_ship_deck_slot_1 = { + required = yes + allowed_module_categories = { ship_deck_space_mega } + } + fixed_ship_deck_slot_2 = { + required = yes + allowed_module_categories = { ship_deck_space_mega } + } + fixed_ship_anti_air_slot = { + required = no + allowed_module_categories = { ship_anti_air ship_missile_aa } + } + fixed_ship_radar_slot = inherit + fixed_ship_engine_slot = { + required = yes + allowed_module_categories = { carrier_ship_engine carrier_ship_engine_nuclear } + } + fixed_ship_secondaries_slot = { + required = no + allowed_module_categories = { ship_secondaries ship_dp_secondaries_bb } + } + fixed_ship_armor_slot = { + required = yes + allowed_module_categories = { ship_carrier_armor_heavy } + } + fixed_ship_carrier_miscellaneous_slot_1 = { + required = no + allowed_module_categories = { carrier_unit } + } + fixed_ship_carrier_miscellaneous_slot_2 = { + required = no + allowed_module_categories = { carrier_miscellaneous } + } + fixed_ship_flight_deck_slot = inherit + front_1_custom_slot = { + required = no + allowed_module_categories = { + ship_anti_air + ship_missile_aa + steam_catapult + carrier_side_lift + carrier_angled_deck + } + } + mid_1_custom_slot = { + required = no + allowed_module_categories = { + ship_anti_air + ship_missile_aa + ship_secondaries + ship_dp_secondaries_bb + steam_catapult + carrier_side_lift + carrier_angled_deck + } + } + rear_1_custom_slot = { + required = no + allowed_module_categories = { + ship_anti_air + ship_missile_aa + ship_secondaries + ship_dp_secondaries_bb + } + } + } + default_modules = { + fixed_ship_engine_slot = carrier_ship_engine_4 + fixed_ship_armor_slot = ship_carrier_armor_heavy + } + + naval_range = 6000 + reliability = 1.3 + max_strength = 330 + naval_speed = 28 + surface_visibility = 32 + + module_count_limit = { + category = carrier_angled_deck + count < 2 + } + + build_cost_ic = 6500 + resources = { + steel = 4 + chromium = 2 + } + manpower = 6500 + } } diff --git a/src/common/units/equipment/ship_hull_cruiser.txt b/src/common/units/equipment/ship_hull_cruiser.txt index 4396f4f..e746719 100755 --- a/src/common/units/equipment/ship_hull_cruiser.txt +++ b/src/common/units/equipment/ship_hull_cruiser.txt @@ -383,6 +383,31 @@ equipments = { fixed_ship_radar_slot = ship_mast_1 fixed_ship_role_slot = ship_hull_cruiser_role_cd } + + module_count_limit = { + module = ship_heavy_battery_2 + count < 1 + } + module_count_limit = { + module = ship_heavy_battery_3 + count < 1 + } + module_count_limit = { + module = ship_heavy_battery_4 + count < 1 + } + module_count_limit = { + module = ship_heavy_battery_2_triple + count < 1 + } + module_count_limit = { + module = ship_heavy_battery_3_triple + count < 1 + } + module_count_limit = { + module = ship_heavy_battery_4_triple + count < 1 + } } vnr_ship_hull_cruiser_panzerschiff = { diff --git a/src/common/units/equipment/ship_hull_heavy.txt b/src/common/units/equipment/ship_hull_heavy.txt index d61ccdc..db86f98 100755 --- a/src/common/units/equipment/ship_hull_heavy.txt +++ b/src/common/units/equipment/ship_hull_heavy.txt @@ -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 + } + } } \ No newline at end of file diff --git a/src/common/units/equipment/ship_hull_submarine.txt b/src/common/units/equipment/ship_hull_submarine.txt index 3b9ff3d..d50a368 100755 --- a/src/common/units/equipment/ship_hull_submarine.txt +++ b/src/common/units/equipment/ship_hull_submarine.txt @@ -333,7 +333,7 @@ equipments = { } rear_1_custom_slot = { required = no - allowed_module_categories = { ship_torpedo_sub ship_mine_layer_sub ship_rocket ship_nuclear_rocket } + allowed_module_categories = { ship_torpedo_sub ship_mine_layer_sub sub_rocket } } rear_2_custom_slot = rear_1_custom_slot } @@ -455,8 +455,8 @@ equipments = { can_convert_from = { vnr_ship_hull_midget_submarine } priority = 1500 module_slots = { - fixed_ship_engine_slot = inherit fixed_ship_torpedo_slot = inherit + fixed_ship_engine_slot = inherit fixed_ship_armor_slot = inherit fixed_ship_extra_secondaries_slot = inherit mid_1_custom_slot = { diff --git a/src/gfx/interface/equipmentdesigner/graphic_db/00_generic_icons.txt b/src/gfx/interface/equipmentdesigner/graphic_db/00_generic_icons.txt index d97ab1c..3249f2d 100755 --- a/src/gfx/interface/equipmentdesigner/graphic_db/00_generic_icons.txt +++ b/src/gfx/interface/equipmentdesigner/graphic_db/00_generic_icons.txt @@ -212,6 +212,13 @@ default = { GFX_vnr_ship_hull_heavy_5_medium } } + } + vnr_ship_hull_arsenal_ship = { + pool = { + icons = { + GFX_vnr_ship_hull_arsenal_ship_medium + } + } } vnr_ship_hull_carrier_conversion_ca = { pool = { @@ -288,6 +295,19 @@ default = { GFX_vnr_ship_hull_super_carrier_medium } } + } + vnr_ship_hull_mega_carrier = { + pool = { + icons = { + GFX_vnr_ship_hull_carrier_conversion_ca_medium + GFX_vnr_ship_hull_carrier_conversion_bb_medium + GFX_vnr_ship_hull_carrier_1_medium + GFX_vnr_ship_hull_carrier_2_medium + GFX_vnr_ship_hull_carrier_3_medium + GFX_vnr_ship_hull_super_carrier_medium + GFX_vnr_ship_hull_mega_carrier_medium + } + } } vnr_ship_hull_midget_submarine = { pool = { diff --git a/src/gfx/interface/special_project/project_icons/sp_arsenal_ship.png b/src/gfx/interface/special_project/project_icons/sp_arsenal_ship.png new file mode 100755 index 0000000..1825167 Binary files /dev/null and b/src/gfx/interface/special_project/project_icons/sp_arsenal_ship.png differ diff --git a/src/gfx/interface/special_project/project_icons/sp_battlecarrier.png b/src/gfx/interface/special_project/project_icons/sp_battlecarrier.png index 0760b14..fffe929 100755 Binary files a/src/gfx/interface/special_project/project_icons/sp_battlecarrier.png and b/src/gfx/interface/special_project/project_icons/sp_battlecarrier.png differ diff --git a/src/gfx/interface/special_project/project_icons/sp_mega_carrier.png b/src/gfx/interface/special_project/project_icons/sp_mega_carrier.png new file mode 100755 index 0000000..a39d024 Binary files /dev/null and b/src/gfx/interface/special_project/project_icons/sp_mega_carrier.png differ diff --git a/src/gfx/interface/special_project/project_icons/sp_subcarrier.png b/src/gfx/interface/special_project/project_icons/sp_subcarrier.png index cafe3b2..ee4d9a3 100755 Binary files a/src/gfx/interface/special_project/project_icons/sp_subcarrier.png and b/src/gfx/interface/special_project/project_icons/sp_subcarrier.png differ diff --git a/src/gfx/interface/special_project/project_icons/sp_super_heavy_guns.png b/src/gfx/interface/special_project/project_icons/sp_super_heavy_guns.png index 37ced3a..aafdcdc 100755 Binary files a/src/gfx/interface/special_project/project_icons/sp_super_heavy_guns.png and b/src/gfx/interface/special_project/project_icons/sp_super_heavy_guns.png differ diff --git a/src/gfx/interface/technologies/Generic/generic_arsenal_ship.png b/src/gfx/interface/technologies/Generic/generic_arsenal_ship.png new file mode 100755 index 0000000..8185e9f Binary files /dev/null and b/src/gfx/interface/technologies/Generic/generic_arsenal_ship.png differ diff --git a/src/gfx/interface/technologies/Generic/generic_mega_carrier.png b/src/gfx/interface/technologies/Generic/generic_mega_carrier.png new file mode 100755 index 0000000..d8eb05e Binary files /dev/null and b/src/gfx/interface/technologies/Generic/generic_mega_carrier.png differ diff --git a/src/interface/vnr_user_interface_assets.gfx b/src/interface/vnr_user_interface_assets.gfx index a1b2315..b0a87e6 100755 --- a/src/interface/vnr_user_interface_assets.gfx +++ b/src/interface/vnr_user_interface_assets.gfx @@ -25,6 +25,7 @@ spriteTypes = { spriteType = { name = "GFX_unit_battleship_4_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battleship_III.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_battleship_5_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battleship_IV.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_battleship_6_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battleship_V.dds" noOfFrames = 2 } + spriteType = { name = "GFX_unit_battleship_7_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battleship_V.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_heavy_cruiser_1_icon_medium" texturefile = "gfx/interface/navalcombat/ships/heavy_cruiser_0.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_heavy_cruiser_2_icon_medium" texturefile = "gfx/interface/navalcombat/ships/panzerschiff.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_heavy_cruiser_3_icon_medium" texturefile = "gfx/interface/navalcombat/ships/heavy_cruiser_I.dds" noOfFrames = 2 } @@ -55,6 +56,7 @@ spriteTypes = { spriteType = { name = "GFX_unit_carrier_4_icon_medium" texturefile = "gfx/interface/navalcombat/ships/carrier_III.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_carrier_5_icon_medium" texturefile = "gfx/interface/navalcombat/ships/carrier_IV.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_carrier_6_icon_medium" texturefile = "gfx/interface/navalcombat/ships/carrier_VI.dds" noOfFrames = 2 } + spriteType = { name = "GFX_unit_carrier_7_icon_medium" texturefile = "gfx/interface/navalcombat/ships/carrier_VI.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_battlecarrier_1_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battlecarrier.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_battlecarrier_2_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battlecarrier.dds" noOfFrames = 2 } spriteType = { name = "GFX_unit_battlecarrier_3_icon_medium" texturefile = "gfx/interface/navalcombat/ships/battlecarrier.dds" noOfFrames = 2 } diff --git a/src/interface/z_generic_icons.gfx b/src/interface/z_generic_icons.gfx index e305fcc..4c59b58 100755 --- a/src/interface/z_generic_icons.gfx +++ b/src/interface/z_generic_icons.gfx @@ -116,6 +116,10 @@ spriteTypes = { name = "GFX_vnr_ship_hull_super_heavy_1_medium" texturefile = "gfx/interface/technologies/Generic/generic_heavy_battleship1.png" } + spriteType = { + name = "GFX_vnr_ship_hull_arsenal_ship_medium" + texturefile = "gfx/interface/technologies/Generic/generic_arsenal_ship.png" + } # carrier spriteType = { @@ -146,6 +150,10 @@ spriteTypes = { name = "GFX_vnr_ship_hull_super_carrier_medium" texturefile = "gfx/interface/technologies/Generic/generic_super_carrier.png" } + spriteType = { + name = "GFX_vnr_ship_hull_mega_carrier_medium" + texturefile = "gfx/interface/technologies/Generic/generic_mega_carrier.png" + } # submarine spriteType = { diff --git a/src/interface/z_navy_techtree.gfx b/src/interface/z_navy_techtree.gfx index 515bf81..da441dc 100755 --- a/src/interface/z_navy_techtree.gfx +++ b/src/interface/z_navy_techtree.gfx @@ -715,4 +715,12 @@ spriteTypes = { name = "GFX_sp_subcarrier" textureFile = "gfx/interface/special_project/project_icons/sp_subcarrier.png" } + spriteType = { + name = "GFX_sp_mega_carrier" + textureFile = "gfx/interface/special_project/project_icons/sp_mega_carrier.png" + } + spriteType = { + name = "GFX_sp_arsenal_ship" + textureFile = "gfx/interface/special_project/project_icons/sp_arsenal_ship.png" + } } diff --git a/src/interface/z_ship_modules.gfx b/src/interface/z_ship_modules.gfx index 3479d79..9ba9e13 100755 --- a/src/interface/z_ship_modules.gfx +++ b/src/interface/z_ship_modules.gfx @@ -170,6 +170,10 @@ spriteTypes = { name = "GFX_SMI_cold_war_miscellaneous" textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/full_missile_upgrade.png" } + spriteType = { + name = "GFX_SMI_sub_airplane_launcher" + textureFile = "gfx/interface/equipmentdesigner/naval/modules/icons/airplane_launcher_icn.dds" + } # topview images spriteType = { diff --git a/src/localisation/english/replace/equip_naval_l_english.yml b/src/localisation/english/replace/equip_naval_l_english.yml index 36e8d49..4fe29c2 100755 --- a/src/localisation/english/replace/equip_naval_l_english.yml +++ b/src/localisation/english/replace/equip_naval_l_english.yml @@ -92,5 +92,9 @@ ocean_liner_equipment_desc: "私营企业或个人所有的远洋客轮,主要用于跨海或跨洋航线。客轮可以作为一种应急的浮动港使用。" ocean_liner: "远洋客轮" ocean_liner_desc: "私营企业或个人所有的远洋客轮,主要用于跨海或跨洋航线。客轮可以作为一种应急的浮动港使用。" - vnr_ship_hull_merchant_carrier: "商船航母" - vnr_ship_hull_merchant_carrier_desc: "商船航母是一种特殊的航空母舰,通常是在谷物运输船或油轮的船壳上增加一条全通甲板改装而成的,其可以支持反潜飞机的起降,并作为商船队的护卫使用。" \ No newline at end of file + vnr_ship_hull_merchant_carrier: "商船航母船体" + vnr_ship_hull_merchant_carrier_desc: "商船航母是一种特殊的航空母舰,通常是在谷物运输船或油轮的船壳上增加一条全通甲板改装而成的,其可以支持反潜飞机的起降,并作为商船队的护卫使用。" + vnr_ship_hull_mega_carrier: "战略打击航母船体" + vnr_ship_hull_mega_carrier_desc: "四十年代末期,核武器的威力已经在实战中得到验证,其在人口稠密的大城市引爆的恐怖损失迫使各国发展和部署具有核三位一体打击能力的武器与平台。在洲际导弹普及之前,使用重型喷气式轰炸机是唯一能向远距离投放核武器的核打击形式。这促使海军提出了一种能够支援这类行动的机动平台,也就是打击航母。" + vnr_ship_hull_arsenal_ship: "武库舰船体" + vnr_ship_hull_arsenal_ship_desc: "火箭引擎的发展和大规模生产已经使得导弹的成本远低于其他的武器装备。此时,一种装载数百枚导弹的大型水面舰艇方案被提出,海军寄希望于这种战舰主导大规模的对岸精确支援行动。一些专家将这类船舶称为武库舰。" \ No newline at end of file diff --git a/src/localisation/english/replace/navy_rework_welcome_l_english.yml b/src/localisation/english/replace/navy_rework_welcome_l_english.yml index 13f654c..40df649 100755 --- a/src/localisation/english/replace/navy_rework_welcome_l_english.yml +++ b/src/localisation/english/replace/navy_rework_welcome_l_english.yml @@ -4,7 +4,7 @@ navy_rework_welcome_splash_tab_3: "额外信息" navy_rework_welcome_splash_tab_4: "致谢" navy_rework_options_button_text: "继续" - navy_rework_welcome_splash_tab_1_content: "§Hv1.15 “特拉法尔加”§!\n\n§C重要新增:§!\n\n-兼容原版1.15更新和新dlc\n-海军特殊项目:航空战列舰,潜水航母,核鱼雷,vt弹,超重舰炮,中途补给,导弹潜艇,核导弹潜艇\n-重新平衡巡洋舰和相关模块的HP加成效果\n-新角色:岸防战列舰\n\n§C更新:§!\n\n-减少探测带来的阵位加成\n-降低潜艇的基础可见度,减可见度的模块效果削弱\n-重做所有装甲钢处理科技的图标\n-为蒸汽弹射器更换图标\n-为近海行动学说更换图标\n-潜望镜科技需要父科技完成才能研究\n-为德国添加获取一战设计的决议\n-超级航母现在使用新dlc提供的模型\n-现代战列舰现在使用新dlc提供的模型\n\n§C修复:§!\n\n-远洋客轮添加一条关于其作用的提示\n\n感谢你的游玩!" + navy_rework_welcome_splash_tab_1_content: "§Hv1.15.1 “特拉法尔加”§!\n\n§C重要新增:§!\n\n-新特殊工程:战略打击航母,武库舰\n-新模块:超大型装甲机库,水面弹道导弹发射器,水面核弹道导弹发射器\n-为海军工程添加一些特殊选择事件\n\n§C更新:§!\n\n-重做海军工程的图标\n-为所有海军工程添加资源消耗\n-允许AI研究一些有价值的海军工程\n-降低超重炮的原型复杂度\n-降低研究核鱼雷、近炸引信、超重炮所需的突破点数\n-大幅降低中途补给科技的研究时间\n-沙恩霍斯特级现在使用战列舰装甲和2级引擎\n-怀俄明级现在有六座炮塔\n-降低解锁改装航母决议所需的船坞和敌军航母数量\n-核动力引擎现在需要核反应堆项目完成才能研究\n-为潜艇鱼雷增加可见度惩罚\n-运输船运兵速度上调\n-专家AI会在潜艇上安装AIP引擎\n\n§C修复:§!\n\n-修复潜艇飞机弹射器种类没有图标的问题\n-为日本和美国修复部分国策因缺少原版工程不能点的问题\n-修复袖珍潜艇鱼雷和引擎槽位与其他潜艇顺序不一致的问题\n\n感谢你的游玩!" navy_rework_welcome_splash_tab_2_content: "§H这里包含了你想知道的关于海军重置的一切。§!\n\n§C设计器-§!\n£white_dot 在设计§Y驱逐舰§!、§Y巡洋舰§!或§Y战列舰§!的时候,§Y主炮§!是和历史唯一的一一对应的装备。由于它们的火力和穿甲据此做了平衡,§R请确保它们的数量和现实中接近§!。诸如§Y副炮§!和§Y鱼雷§!等装备则与原版没有区别。\n£white_dot 一些在原版受限的装备在本模组中是开放的,比如你可以建造超重炮战列舰,轻炮重巡,无甲巡洋舰等等。\n£white_dot 舰船角色在驱逐舰和巡洋舰上是必须的,它们可以提供不同的增益并解锁特殊的部件。\n£white_dot 巡洋舰的主力屏卫之分不由主炮口径为标准。所有巡洋舰(除装甲舰外)都初始默认为屏卫舰,且需要特殊的角色才能让它们成为主力舰。\n£white_dot §Y导弹§!可以安装在晚期的重型或巡洋舰船体上,不过后者需要专门的导弹巡洋舰角色来安装。\n£white_dot 此模组中实现最大屏卫效率的屏卫/主力比例为2\n£white_dot 鱼雷可以对重型舰船造成巨量的伤害,不过重型装甲只能提供非常有限的鱼雷防护,你需要安装§Y鱼雷防御系统§!来避免这一点。\n£white_dot 主炮的穿甲经过一定的平衡。其基础穿深为同时期装甲的1.1倍,这也意味着基础的装甲钢和混合防护方案可以避免被击穿,而下一代主炮则可以击穿使用重点防护的该型战舰。\n£white_dot 海战中的甲弹对抗公式以如下规则计算,穿甲和装甲的比值与伤害权重之间的映射关系为:超过200%为100%伤害,100%到200%为100%伤害,85%到100%为70%伤害,75%到85%为60%伤害,60%到75%为45%伤害,50%到60%为35%伤害,30%到50%为20%伤害,10%到30%为10%伤害,低于10%为1%伤害。\n£white_dot §Y超重型主炮§!根据炮管数量和§Y重型主炮§!归类在一起,但是它们仍然在某些船体上受到安装限制。\n£white_dot 设计器中的舰船分类符号可以帮助你更好地管理舰队。其仅仅表示该国对舰船的分类和定义,没有实际效果。\n£white_dot 辅助船非常脆弱,但是航程极长。由于舰队最大航程是由平均数决定的,因此在舰队中加入一些辅助船可以增加航程。\n\n§C科技树-§!\n£white_dot 尽管科技树的外观变化巨大,但是它的本质仍然和原版类似,你不需要花费大量时间去理解。\n£white_dot 并不是所有科技都是有价值的,请根据你的战略和地缘情况理智选择。\n£white_dot 子科技需要船体科技研究完成才能解锁。其中有一些还需要非海军科技的进步来推动。例如,主动声呐需要被动声呐研究完成,而一些火控系统则需要工程科技的进步作为前提。\n\n§C海战-§!\n£white_dot 海战的最短时间§Y已经被提高到20小时,主力舰在第22小时开火,其他舰艇在第30小时开火§!,而§G航母则可以在刚加入战斗时就参与进攻§!。§Y航母堆叠限制§!被放宽到6。你使用舰载机的方式在本模组中更加重要。\n£white_dot 舰艇的防空和舰载战斗机的伤害与命中率都获得了提升。一支没有战斗机护航的航母舰队可能会在进攻中损失更多的舰载机。\n£white_dot 基础的阵位被削减为50%,但优势的水面探测数值可以带来最多50%的阵位奖励。\n£white_dot 水上飞机弹射器、航母和声呐在反潜战中的表现都更加有用和强力,而§Y潜艇§!基础的§Y可见度§!相较原版被§R增加§!了,在面对有良好反潜能力的舰队时,潜艇不再拥有优势。\n£white_dot AI的设计模板是刻意默认设置为§Y史实向§!的。尽管这些模板比原版要强一些,但是过去的最优设计仍然是有效的。\n\n§C其他-§!\n£white_dot 玩家和AI都享有§G-15%§!海军燃料消耗减免。\n£white_dot 单个船厂的产出已被提高到§G160%§!,一般在没有加成的情况下,建造一艘满配战列舰的时间在1-2年之间。\n£white_dot AI控制的主要国家会分别在1940年,1943年,1945年和冷战时期(如果没有投降的话)获得一批海军科技和独特的舰船设计。\n£white_dot AI会根据历史上的学说选择和战争情况选择不同的海军建造策略(包括舰载机)。例如,原版的§g德国§!会更加专注于潜艇,而§B美国§!则会重视航母。" navy_rework_welcome_splash_tab_3_content: "§H这里罗列关于海军重置的其他信息。§!\n\n§C兼容性-§!\n£white_dot 除非有§Y兼容包§!,本模组与修改科技树的模组不兼容,已有的兼容包链接都会在创意工坊界面列出。\n£white_dot §R所有生成舰船设计的国策/事件/决议都会失效,这是为了兼容性的考量和必要牺牲。§!\n\n§C二次创作-§!\n£white_dot 除了56之路外,不会再有其他的官方兼容包发布,希望社区可以更多地参与此事。目前日共重置与日本史实国策重做已完全兼容本模组。\n£white_dot 所有人都可以随意利用本模组的资源(代码/图标/文本),但在使用中请标明出处并通知我。感谢你的理解。" navy_rework_welcome_splash_tab_4_content: "大家好,海军重置已经走过了艰难的开发阶段,如今史实设计器、初始海军编制和设计、图标和科技树都已经基本完成,整个大框架完成后,剩余的工作便是进一步丰富和扩充,而这相比之前的开拓等等都要简单一些。借此机会我想和大家讲讲这个mod的过去和未来。\n\n我是2016年入的钢4坑,在加里波第的噩梦版本,也就是0.6时期接触到的KR,当时就被它详实有趣的世界观所吸引,之后几年KR一直是我玩的最多的mod之一。KR在0.8发布了海军重做,也是我最喜欢最兴奋的一个版本,由此我开始对海军感兴趣,也越发经常地想象KR世界观中的海军和军舰会是什么样子的。\n\n2021年春节前夕的一个周五下午,我在办公室摸鱼逛reddit,看到了一位外国网友写的对KR中加拿大和日本海军的战舰原型考证,这篇文章深深吸引了我,我用了一个下午翻译后发布到了贴吧上,收获了很多人的支持。尽管后来因为屏蔽的问题我转战知乎,但我始终将KR海军考据的系列坚持了下来,从海军大国到一些特色小国我都查阅了大量资料,也为这个mod打下了基础。\n\n在KR0.22更新之前,开发因为一些原因多次削减了海军的内容,我一直感到很遗憾,0.22的大改给了我这个动力去做之前我不敢想的事情。虽然写代码是我的老本行,但是美工、文案和汉译英等等我都是从头开始学,一次次试错,一个人陆陆续续弄了大半年,发布了KR和KX两版,才做到现在这个地步,我从中也学到了很多。如今,我们也终于迎来了原版海军重置的发布。\n\n我想借这个机会感谢所有在这个过程中帮助我的朋友和玩家,包括启发我的reddit网友Tragic-tragedy,贴吧上对我的史料斧正的朋友,在知乎上追更的朋友,还有许多订阅海军重置的玩家,没有你们的支持就没有这个mod,谢谢你们!\n\n最后,我还想借此机会感谢我的外公,他曾在中国人民解放军海军服役了几十年,在我的孩提时代启发了我对海军的认识。上世纪七八十年代,我的外公分别在几艘海军科考船上服役,担任过气象专家和部门政委等职务,他的大部分军旅生涯是在向阳红10号船上度过的,这也是当时中国自主设计建造的吨位最大的远洋科考船。1980年,向阳红10号作为新中国历史上最大规模远洋舰队的一员参加了中国第一次洲际弹道导弹发射试验,这就是大家熟知的580任务。我的外公当时负责气象部门,为回收导弹黑匣子的时间窗口提供预报支持。四年后,他随船参加了中国第一次南极科考任务,并在乔治王岛参与了长城站的建设。向阳红10号船之后被改装成了远望4号,在2007年遇到事故损坏,最后成了东方21D的靶子,每每说起来,他还是有些惋惜。我能看出来他对曾经的海军生涯有着复杂的情感,一方面为对国家做出贡献而感到骄傲光荣,而另一方面又为错过了孩子们的成长感到缺憾。不过尽管如此,他从小给我讲述的故事仍然点燃了我对海军的兴趣,为这个mod播下了一颗种子。\n\n随着我现在工作生活越来越忙,不知道海军重置还能维持多久,所以我在此也希望成立一个小团队,用半做半学的方式,把这个mod延续下去。\n\n有兴趣加我qq:1245385638,或海军重置群:162239327" \ No newline at end of file diff --git a/src/localisation/english/replace/ship_modules_l_english.yml b/src/localisation/english/replace/ship_modules_l_english.yml index 102e0f6..486f4c8 100755 --- a/src/localisation/english/replace/ship_modules_l_english.yml +++ b/src/localisation/english/replace/ship_modules_l_english.yml @@ -1055,4 +1055,11 @@ sub_airplane_launcher_2: "改进型水上飞机弹射器" sub_airplane_launcher_2_desc: "改进过的弹射装置可以让潜艇弹射更大的、航程更远航速更快的飞机。" sub_nuclear_torpedo: "核鱼雷" - sub_nuclear_torpedo_desc: "装有核战斗部的鱼雷。" \ No newline at end of file + sub_nuclear_torpedo_desc: "装有核战斗部的鱼雷。" + EQ_MOD_CAT_sub_rocket: "潜射导弹发射器" + ship_deck_space_mega: "超大型装甲机库" + ship_deck_space_mega_short: "超大型装甲机库" + ship_deck_space_mega_desc: "携带大量飞机的超大型装甲机库。" + EQ_MOD_CAT_ship_deck_space_mega_TITLE: "超大型装甲机库" + ship_missile_launcher: "导弹发射井" + ship_slbm_launcher: "核导弹发射井" \ No newline at end of file diff --git a/src/localisation/english/replace/vnr_naval_develop_l_english.yml b/src/localisation/english/replace/vnr_naval_develop_l_english.yml index 22bd4a6..e62c5ba 100755 --- a/src/localisation/english/replace/vnr_naval_develop_l_english.yml +++ b/src/localisation/english/replace/vnr_naval_develop_l_english.yml @@ -60,7 +60,25 @@ sp_subcarrier_desc: "潜水航母事实上是一种能够弹射飞机的大型潜艇。虽然其装载的飞机更小更轻,但是在潜艇狭小的空间内仍然很难容纳飞机,因此它们的载机量通常只有二到三架。" sp_nuclear_torpedo: "核鱼雷" sp_nuclear_torpedo_desc: "水下核爆炸对水面舰艇和潜艇都是极为致命的。通过加装微型核弹头,这种鱼雷将成为潜艇上最强大的武器。" - sp_vt_shell: "近炸引信" - sp_vt_shell_desc: "近炸引信是一种以无线电发射器进行制导的装置,可以在接近目标时爆炸。其对于高速移动的物体有着更好的命中效率。" sp_super_heavy_guns: "超大口径舰炮" - sp_super_heavy_guns_desc: "超大口径舰炮是一种口径达到甚至超过18寸(约460mm)的重型火炮。" \ No newline at end of file + sp_super_heavy_guns_desc: "超大口径舰炮是一种口径达到甚至超过18寸(约460mm)的重型火炮。" + sp_mega_carrier: "战略打击航母" + sp_mega_carrier_desc: "战略打击航母是浮动机场的真正定义,拥有可以从远距离放飞重型喷气机的能力。" + sp_arsenal_ship: "武库舰" + sp_arsenal_ship_desc: "随着对导弹在未来可以改变战争模式的认可,支持者们的目光转向了携带数百枚导弹的武库舰。" + sp_battlecarrier_unique_reward_a: "对航空战列舰角色的争议" + sp_battlecarrier_unique_reward_a_desc: "在航空战列舰的设计迭代过程中,一个问题油然而生。我们应该注重于提升单舰的性能还是试图将其纳入到舰队的作战指挥体系中?" + sp_battlecarrier_perference_a: "注重性能" + sp_battlecarrier_perference_b: "注重协同" + sp_subcarrier_unique_reward_a: "工程经验的应用" + sp_subcarrier_unique_reward_a_desc: "在潜水航母的设计过程中,一个问题油然而生。我们应该将工程中获得的经验用于加强巡洋潜艇还是所有的潜艇?" + sp_subcarrier_perference_a: "巡洋潜艇" + sp_subcarrier_perference_b: "所有潜艇" + sp_nuclear_torpedo_unique_reward_a: "核鱼雷项目的重心" + sp_nuclear_torpedo_unique_reward_a_desc: "在潜艇上储存核战斗部的安全性仍然有待商榷。" + sp_nuclear_torpedo_preference_a: "安全第一" + sp_nuclear_torpedo_preference_b: "扩大储备" + sp_super_heavy_guns_unique_reward_a: "对20英寸主炮的追求" + sp_super_heavy_guns_unique_reward_a_desc: "在超重型舰炮的设计选型中,研发团队提出了一个建造更大口径舰炮的疯狂计划。如果我们选择在这方面寻求突破,那势必会影响目前的设计进程。" + sp_super_heavy_guns_preference_a: "同意" + sp_super_heavy_guns_preference_b: "算了" \ No newline at end of file diff --git a/src/localisation/replace/equip_naval_l_english.yml b/src/localisation/replace/equip_naval_l_english.yml index 36e8d49..4fe29c2 100755 --- a/src/localisation/replace/equip_naval_l_english.yml +++ b/src/localisation/replace/equip_naval_l_english.yml @@ -92,5 +92,9 @@ ocean_liner_equipment_desc: "私营企业或个人所有的远洋客轮,主要用于跨海或跨洋航线。客轮可以作为一种应急的浮动港使用。" ocean_liner: "远洋客轮" ocean_liner_desc: "私营企业或个人所有的远洋客轮,主要用于跨海或跨洋航线。客轮可以作为一种应急的浮动港使用。" - vnr_ship_hull_merchant_carrier: "商船航母" - vnr_ship_hull_merchant_carrier_desc: "商船航母是一种特殊的航空母舰,通常是在谷物运输船或油轮的船壳上增加一条全通甲板改装而成的,其可以支持反潜飞机的起降,并作为商船队的护卫使用。" \ No newline at end of file + vnr_ship_hull_merchant_carrier: "商船航母船体" + vnr_ship_hull_merchant_carrier_desc: "商船航母是一种特殊的航空母舰,通常是在谷物运输船或油轮的船壳上增加一条全通甲板改装而成的,其可以支持反潜飞机的起降,并作为商船队的护卫使用。" + vnr_ship_hull_mega_carrier: "战略打击航母船体" + vnr_ship_hull_mega_carrier_desc: "四十年代末期,核武器的威力已经在实战中得到验证,其在人口稠密的大城市引爆的恐怖损失迫使各国发展和部署具有核三位一体打击能力的武器与平台。在洲际导弹普及之前,使用重型喷气式轰炸机是唯一能向远距离投放核武器的核打击形式。这促使海军提出了一种能够支援这类行动的机动平台,也就是打击航母。" + vnr_ship_hull_arsenal_ship: "武库舰船体" + vnr_ship_hull_arsenal_ship_desc: "火箭引擎的发展和大规模生产已经使得导弹的成本远低于其他的武器装备。此时,一种装载数百枚导弹的大型水面舰艇方案被提出,海军寄希望于这种战舰主导大规模的对岸精确支援行动。一些专家将这类船舶称为武库舰。" \ No newline at end of file diff --git a/src/localisation/replace/navy_rework_welcome_l_english.yml b/src/localisation/replace/navy_rework_welcome_l_english.yml index 13f654c..40df649 100755 --- a/src/localisation/replace/navy_rework_welcome_l_english.yml +++ b/src/localisation/replace/navy_rework_welcome_l_english.yml @@ -4,7 +4,7 @@ navy_rework_welcome_splash_tab_3: "额外信息" navy_rework_welcome_splash_tab_4: "致谢" navy_rework_options_button_text: "继续" - navy_rework_welcome_splash_tab_1_content: "§Hv1.15 “特拉法尔加”§!\n\n§C重要新增:§!\n\n-兼容原版1.15更新和新dlc\n-海军特殊项目:航空战列舰,潜水航母,核鱼雷,vt弹,超重舰炮,中途补给,导弹潜艇,核导弹潜艇\n-重新平衡巡洋舰和相关模块的HP加成效果\n-新角色:岸防战列舰\n\n§C更新:§!\n\n-减少探测带来的阵位加成\n-降低潜艇的基础可见度,减可见度的模块效果削弱\n-重做所有装甲钢处理科技的图标\n-为蒸汽弹射器更换图标\n-为近海行动学说更换图标\n-潜望镜科技需要父科技完成才能研究\n-为德国添加获取一战设计的决议\n-超级航母现在使用新dlc提供的模型\n-现代战列舰现在使用新dlc提供的模型\n\n§C修复:§!\n\n-远洋客轮添加一条关于其作用的提示\n\n感谢你的游玩!" + navy_rework_welcome_splash_tab_1_content: "§Hv1.15.1 “特拉法尔加”§!\n\n§C重要新增:§!\n\n-新特殊工程:战略打击航母,武库舰\n-新模块:超大型装甲机库,水面弹道导弹发射器,水面核弹道导弹发射器\n-为海军工程添加一些特殊选择事件\n\n§C更新:§!\n\n-重做海军工程的图标\n-为所有海军工程添加资源消耗\n-允许AI研究一些有价值的海军工程\n-降低超重炮的原型复杂度\n-降低研究核鱼雷、近炸引信、超重炮所需的突破点数\n-大幅降低中途补给科技的研究时间\n-沙恩霍斯特级现在使用战列舰装甲和2级引擎\n-怀俄明级现在有六座炮塔\n-降低解锁改装航母决议所需的船坞和敌军航母数量\n-核动力引擎现在需要核反应堆项目完成才能研究\n-为潜艇鱼雷增加可见度惩罚\n-运输船运兵速度上调\n-专家AI会在潜艇上安装AIP引擎\n\n§C修复:§!\n\n-修复潜艇飞机弹射器种类没有图标的问题\n-为日本和美国修复部分国策因缺少原版工程不能点的问题\n-修复袖珍潜艇鱼雷和引擎槽位与其他潜艇顺序不一致的问题\n\n感谢你的游玩!" navy_rework_welcome_splash_tab_2_content: "§H这里包含了你想知道的关于海军重置的一切。§!\n\n§C设计器-§!\n£white_dot 在设计§Y驱逐舰§!、§Y巡洋舰§!或§Y战列舰§!的时候,§Y主炮§!是和历史唯一的一一对应的装备。由于它们的火力和穿甲据此做了平衡,§R请确保它们的数量和现实中接近§!。诸如§Y副炮§!和§Y鱼雷§!等装备则与原版没有区别。\n£white_dot 一些在原版受限的装备在本模组中是开放的,比如你可以建造超重炮战列舰,轻炮重巡,无甲巡洋舰等等。\n£white_dot 舰船角色在驱逐舰和巡洋舰上是必须的,它们可以提供不同的增益并解锁特殊的部件。\n£white_dot 巡洋舰的主力屏卫之分不由主炮口径为标准。所有巡洋舰(除装甲舰外)都初始默认为屏卫舰,且需要特殊的角色才能让它们成为主力舰。\n£white_dot §Y导弹§!可以安装在晚期的重型或巡洋舰船体上,不过后者需要专门的导弹巡洋舰角色来安装。\n£white_dot 此模组中实现最大屏卫效率的屏卫/主力比例为2\n£white_dot 鱼雷可以对重型舰船造成巨量的伤害,不过重型装甲只能提供非常有限的鱼雷防护,你需要安装§Y鱼雷防御系统§!来避免这一点。\n£white_dot 主炮的穿甲经过一定的平衡。其基础穿深为同时期装甲的1.1倍,这也意味着基础的装甲钢和混合防护方案可以避免被击穿,而下一代主炮则可以击穿使用重点防护的该型战舰。\n£white_dot 海战中的甲弹对抗公式以如下规则计算,穿甲和装甲的比值与伤害权重之间的映射关系为:超过200%为100%伤害,100%到200%为100%伤害,85%到100%为70%伤害,75%到85%为60%伤害,60%到75%为45%伤害,50%到60%为35%伤害,30%到50%为20%伤害,10%到30%为10%伤害,低于10%为1%伤害。\n£white_dot §Y超重型主炮§!根据炮管数量和§Y重型主炮§!归类在一起,但是它们仍然在某些船体上受到安装限制。\n£white_dot 设计器中的舰船分类符号可以帮助你更好地管理舰队。其仅仅表示该国对舰船的分类和定义,没有实际效果。\n£white_dot 辅助船非常脆弱,但是航程极长。由于舰队最大航程是由平均数决定的,因此在舰队中加入一些辅助船可以增加航程。\n\n§C科技树-§!\n£white_dot 尽管科技树的外观变化巨大,但是它的本质仍然和原版类似,你不需要花费大量时间去理解。\n£white_dot 并不是所有科技都是有价值的,请根据你的战略和地缘情况理智选择。\n£white_dot 子科技需要船体科技研究完成才能解锁。其中有一些还需要非海军科技的进步来推动。例如,主动声呐需要被动声呐研究完成,而一些火控系统则需要工程科技的进步作为前提。\n\n§C海战-§!\n£white_dot 海战的最短时间§Y已经被提高到20小时,主力舰在第22小时开火,其他舰艇在第30小时开火§!,而§G航母则可以在刚加入战斗时就参与进攻§!。§Y航母堆叠限制§!被放宽到6。你使用舰载机的方式在本模组中更加重要。\n£white_dot 舰艇的防空和舰载战斗机的伤害与命中率都获得了提升。一支没有战斗机护航的航母舰队可能会在进攻中损失更多的舰载机。\n£white_dot 基础的阵位被削减为50%,但优势的水面探测数值可以带来最多50%的阵位奖励。\n£white_dot 水上飞机弹射器、航母和声呐在反潜战中的表现都更加有用和强力,而§Y潜艇§!基础的§Y可见度§!相较原版被§R增加§!了,在面对有良好反潜能力的舰队时,潜艇不再拥有优势。\n£white_dot AI的设计模板是刻意默认设置为§Y史实向§!的。尽管这些模板比原版要强一些,但是过去的最优设计仍然是有效的。\n\n§C其他-§!\n£white_dot 玩家和AI都享有§G-15%§!海军燃料消耗减免。\n£white_dot 单个船厂的产出已被提高到§G160%§!,一般在没有加成的情况下,建造一艘满配战列舰的时间在1-2年之间。\n£white_dot AI控制的主要国家会分别在1940年,1943年,1945年和冷战时期(如果没有投降的话)获得一批海军科技和独特的舰船设计。\n£white_dot AI会根据历史上的学说选择和战争情况选择不同的海军建造策略(包括舰载机)。例如,原版的§g德国§!会更加专注于潜艇,而§B美国§!则会重视航母。" navy_rework_welcome_splash_tab_3_content: "§H这里罗列关于海军重置的其他信息。§!\n\n§C兼容性-§!\n£white_dot 除非有§Y兼容包§!,本模组与修改科技树的模组不兼容,已有的兼容包链接都会在创意工坊界面列出。\n£white_dot §R所有生成舰船设计的国策/事件/决议都会失效,这是为了兼容性的考量和必要牺牲。§!\n\n§C二次创作-§!\n£white_dot 除了56之路外,不会再有其他的官方兼容包发布,希望社区可以更多地参与此事。目前日共重置与日本史实国策重做已完全兼容本模组。\n£white_dot 所有人都可以随意利用本模组的资源(代码/图标/文本),但在使用中请标明出处并通知我。感谢你的理解。" navy_rework_welcome_splash_tab_4_content: "大家好,海军重置已经走过了艰难的开发阶段,如今史实设计器、初始海军编制和设计、图标和科技树都已经基本完成,整个大框架完成后,剩余的工作便是进一步丰富和扩充,而这相比之前的开拓等等都要简单一些。借此机会我想和大家讲讲这个mod的过去和未来。\n\n我是2016年入的钢4坑,在加里波第的噩梦版本,也就是0.6时期接触到的KR,当时就被它详实有趣的世界观所吸引,之后几年KR一直是我玩的最多的mod之一。KR在0.8发布了海军重做,也是我最喜欢最兴奋的一个版本,由此我开始对海军感兴趣,也越发经常地想象KR世界观中的海军和军舰会是什么样子的。\n\n2021年春节前夕的一个周五下午,我在办公室摸鱼逛reddit,看到了一位外国网友写的对KR中加拿大和日本海军的战舰原型考证,这篇文章深深吸引了我,我用了一个下午翻译后发布到了贴吧上,收获了很多人的支持。尽管后来因为屏蔽的问题我转战知乎,但我始终将KR海军考据的系列坚持了下来,从海军大国到一些特色小国我都查阅了大量资料,也为这个mod打下了基础。\n\n在KR0.22更新之前,开发因为一些原因多次削减了海军的内容,我一直感到很遗憾,0.22的大改给了我这个动力去做之前我不敢想的事情。虽然写代码是我的老本行,但是美工、文案和汉译英等等我都是从头开始学,一次次试错,一个人陆陆续续弄了大半年,发布了KR和KX两版,才做到现在这个地步,我从中也学到了很多。如今,我们也终于迎来了原版海军重置的发布。\n\n我想借这个机会感谢所有在这个过程中帮助我的朋友和玩家,包括启发我的reddit网友Tragic-tragedy,贴吧上对我的史料斧正的朋友,在知乎上追更的朋友,还有许多订阅海军重置的玩家,没有你们的支持就没有这个mod,谢谢你们!\n\n最后,我还想借此机会感谢我的外公,他曾在中国人民解放军海军服役了几十年,在我的孩提时代启发了我对海军的认识。上世纪七八十年代,我的外公分别在几艘海军科考船上服役,担任过气象专家和部门政委等职务,他的大部分军旅生涯是在向阳红10号船上度过的,这也是当时中国自主设计建造的吨位最大的远洋科考船。1980年,向阳红10号作为新中国历史上最大规模远洋舰队的一员参加了中国第一次洲际弹道导弹发射试验,这就是大家熟知的580任务。我的外公当时负责气象部门,为回收导弹黑匣子的时间窗口提供预报支持。四年后,他随船参加了中国第一次南极科考任务,并在乔治王岛参与了长城站的建设。向阳红10号船之后被改装成了远望4号,在2007年遇到事故损坏,最后成了东方21D的靶子,每每说起来,他还是有些惋惜。我能看出来他对曾经的海军生涯有着复杂的情感,一方面为对国家做出贡献而感到骄傲光荣,而另一方面又为错过了孩子们的成长感到缺憾。不过尽管如此,他从小给我讲述的故事仍然点燃了我对海军的兴趣,为这个mod播下了一颗种子。\n\n随着我现在工作生活越来越忙,不知道海军重置还能维持多久,所以我在此也希望成立一个小团队,用半做半学的方式,把这个mod延续下去。\n\n有兴趣加我qq:1245385638,或海军重置群:162239327" \ No newline at end of file diff --git a/src/localisation/replace/ship_modules_l_english.yml b/src/localisation/replace/ship_modules_l_english.yml index 102e0f6..486f4c8 100755 --- a/src/localisation/replace/ship_modules_l_english.yml +++ b/src/localisation/replace/ship_modules_l_english.yml @@ -1055,4 +1055,11 @@ sub_airplane_launcher_2: "改进型水上飞机弹射器" sub_airplane_launcher_2_desc: "改进过的弹射装置可以让潜艇弹射更大的、航程更远航速更快的飞机。" sub_nuclear_torpedo: "核鱼雷" - sub_nuclear_torpedo_desc: "装有核战斗部的鱼雷。" \ No newline at end of file + sub_nuclear_torpedo_desc: "装有核战斗部的鱼雷。" + EQ_MOD_CAT_sub_rocket: "潜射导弹发射器" + ship_deck_space_mega: "超大型装甲机库" + ship_deck_space_mega_short: "超大型装甲机库" + ship_deck_space_mega_desc: "携带大量飞机的超大型装甲机库。" + EQ_MOD_CAT_ship_deck_space_mega_TITLE: "超大型装甲机库" + ship_missile_launcher: "导弹发射井" + ship_slbm_launcher: "核导弹发射井" \ No newline at end of file diff --git a/src/localisation/replace/vnr_naval_develop_l_english.yml b/src/localisation/replace/vnr_naval_develop_l_english.yml index 22bd4a6..e62c5ba 100755 --- a/src/localisation/replace/vnr_naval_develop_l_english.yml +++ b/src/localisation/replace/vnr_naval_develop_l_english.yml @@ -60,7 +60,25 @@ sp_subcarrier_desc: "潜水航母事实上是一种能够弹射飞机的大型潜艇。虽然其装载的飞机更小更轻,但是在潜艇狭小的空间内仍然很难容纳飞机,因此它们的载机量通常只有二到三架。" sp_nuclear_torpedo: "核鱼雷" sp_nuclear_torpedo_desc: "水下核爆炸对水面舰艇和潜艇都是极为致命的。通过加装微型核弹头,这种鱼雷将成为潜艇上最强大的武器。" - sp_vt_shell: "近炸引信" - sp_vt_shell_desc: "近炸引信是一种以无线电发射器进行制导的装置,可以在接近目标时爆炸。其对于高速移动的物体有着更好的命中效率。" sp_super_heavy_guns: "超大口径舰炮" - sp_super_heavy_guns_desc: "超大口径舰炮是一种口径达到甚至超过18寸(约460mm)的重型火炮。" \ No newline at end of file + sp_super_heavy_guns_desc: "超大口径舰炮是一种口径达到甚至超过18寸(约460mm)的重型火炮。" + sp_mega_carrier: "战略打击航母" + sp_mega_carrier_desc: "战略打击航母是浮动机场的真正定义,拥有可以从远距离放飞重型喷气机的能力。" + sp_arsenal_ship: "武库舰" + sp_arsenal_ship_desc: "随着对导弹在未来可以改变战争模式的认可,支持者们的目光转向了携带数百枚导弹的武库舰。" + sp_battlecarrier_unique_reward_a: "对航空战列舰角色的争议" + sp_battlecarrier_unique_reward_a_desc: "在航空战列舰的设计迭代过程中,一个问题油然而生。我们应该注重于提升单舰的性能还是试图将其纳入到舰队的作战指挥体系中?" + sp_battlecarrier_perference_a: "注重性能" + sp_battlecarrier_perference_b: "注重协同" + sp_subcarrier_unique_reward_a: "工程经验的应用" + sp_subcarrier_unique_reward_a_desc: "在潜水航母的设计过程中,一个问题油然而生。我们应该将工程中获得的经验用于加强巡洋潜艇还是所有的潜艇?" + sp_subcarrier_perference_a: "巡洋潜艇" + sp_subcarrier_perference_b: "所有潜艇" + sp_nuclear_torpedo_unique_reward_a: "核鱼雷项目的重心" + sp_nuclear_torpedo_unique_reward_a_desc: "在潜艇上储存核战斗部的安全性仍然有待商榷。" + sp_nuclear_torpedo_preference_a: "安全第一" + sp_nuclear_torpedo_preference_b: "扩大储备" + sp_super_heavy_guns_unique_reward_a: "对20英寸主炮的追求" + sp_super_heavy_guns_unique_reward_a_desc: "在超重型舰炮的设计选型中,研发团队提出了一个建造更大口径舰炮的疯狂计划。如果我们选择在这方面寻求突破,那势必会影响目前的设计进程。" + sp_super_heavy_guns_preference_a: "同意" + sp_super_heavy_guns_preference_b: "算了" \ No newline at end of file diff --git a/src/localisation/simp_chinese/replace/equip_naval_l_simp_chinese.yml b/src/localisation/simp_chinese/replace/equip_naval_l_simp_chinese.yml index 8ab077f..c7cae79 100755 --- a/src/localisation/simp_chinese/replace/equip_naval_l_simp_chinese.yml +++ b/src/localisation/simp_chinese/replace/equip_naval_l_simp_chinese.yml @@ -92,5 +92,9 @@ ocean_liner_equipment_desc: "私营企业或个人所有的远洋客轮,主要用于跨海或跨洋航线。客轮可以作为一种应急的浮动港使用。" ocean_liner: "远洋客轮" ocean_liner_desc: "私营企业或个人所有的远洋客轮,主要用于跨海或跨洋航线。客轮可以作为一种应急的浮动港使用。" - vnr_ship_hull_merchant_carrier: "商船航母" - vnr_ship_hull_merchant_carrier_desc: "商船航母是一种特殊的航空母舰,通常是在谷物运输船或油轮的船壳上增加一条全通甲板改装而成的,其可以支持反潜飞机的起降,并作为商船队的护卫使用。" \ No newline at end of file + vnr_ship_hull_merchant_carrier: "商船航母船体" + vnr_ship_hull_merchant_carrier_desc: "商船航母是一种特殊的航空母舰,通常是在谷物运输船或油轮的船壳上增加一条全通甲板改装而成的,其可以支持反潜飞机的起降,并作为商船队的护卫使用。" + vnr_ship_hull_mega_carrier: "战略打击航母船体" + vnr_ship_hull_mega_carrier_desc: "四十年代末期,核武器的威力已经在实战中得到验证,其在人口稠密的大城市引爆的恐怖损失迫使各国发展和部署具有核三位一体打击能力的武器与平台。在洲际导弹普及之前,使用重型喷气式轰炸机是唯一能向远距离投放核武器的核打击形式。这促使海军提出了一种能够支援这类行动的机动平台,也就是打击航母。" + vnr_ship_hull_arsenal_ship: "武库舰船体" + vnr_ship_hull_arsenal_ship_desc: "火箭引擎的发展和大规模生产已经使得导弹的成本远低于其他的武器装备。此时,一种装载数百枚导弹的大型水面舰艇方案被提出,海军寄希望于这种战舰主导大规模的对岸精确支援行动。一些专家将这类船舶称为武库舰。" \ No newline at end of file diff --git a/src/localisation/simp_chinese/replace/navy_rework_welcome_l_simp_chinese.yml b/src/localisation/simp_chinese/replace/navy_rework_welcome_l_simp_chinese.yml index d549e75..640a8a4 100755 --- a/src/localisation/simp_chinese/replace/navy_rework_welcome_l_simp_chinese.yml +++ b/src/localisation/simp_chinese/replace/navy_rework_welcome_l_simp_chinese.yml @@ -4,7 +4,7 @@ navy_rework_welcome_splash_tab_3: "额外信息" navy_rework_welcome_splash_tab_4: "致谢" navy_rework_options_button_text: "继续" - navy_rework_welcome_splash_tab_1_content: "§Hv1.15 “特拉法尔加”§!\n\n§C重要新增:§!\n\n-兼容原版1.15更新和新dlc\n-海军特殊项目:航空战列舰,潜水航母,核鱼雷,vt弹,超重舰炮,中途补给,导弹潜艇,核导弹潜艇\n-重新平衡巡洋舰和相关模块的HP加成效果\n-新角色:岸防战列舰\n\n§C更新:§!\n\n-减少探测带来的阵位加成\n-降低潜艇的基础可见度,减可见度的模块效果削弱\n-重做所有装甲钢处理科技的图标\n-为蒸汽弹射器更换图标\n-为近海行动学说更换图标\n-潜望镜科技需要父科技完成才能研究\n-为德国添加获取一战设计的决议\n-超级航母现在使用新dlc提供的模型\n-现代战列舰现在使用新dlc提供的模型\n\n§C修复:§!\n\n-远洋客轮添加一条关于其作用的提示\n\n感谢你的游玩!" + navy_rework_welcome_splash_tab_1_content: "§Hv1.15.1 “特拉法尔加”§!\n\n§C重要新增:§!\n\n-新特殊工程:战略打击航母,武库舰\n-新模块:超大型装甲机库,水面弹道导弹发射器,水面核弹道导弹发射器\n-为海军工程添加一些特殊选择事件\n\n§C更新:§!\n\n-重做海军工程的图标\n-为所有海军工程添加资源消耗\n-允许AI研究一些有价值的海军工程\n-降低超重炮的原型复杂度\n-降低研究核鱼雷、近炸引信、超重炮所需的突破点数\n-大幅降低中途补给科技的研究时间\n-沙恩霍斯特级现在使用战列舰装甲和2级引擎\n-怀俄明级现在有六座炮塔\n-降低解锁改装航母决议所需的船坞和敌军航母数量\n-核动力引擎现在需要核反应堆项目完成才能研究\n-为潜艇鱼雷增加可见度惩罚\n-运输船运兵速度上调\n-专家AI会在潜艇上安装AIP引擎\n\n§C修复:§!\n\n-修复潜艇飞机弹射器种类没有图标的问题\n-为日本和美国修复部分国策因缺少原版工程不能点的问题\n-修复袖珍潜艇鱼雷和引擎槽位与其他潜艇顺序不一致的问题\n\n感谢你的游玩!" navy_rework_welcome_splash_tab_2_content: "§H这里包含了你想知道的关于海军重置的一切。§!\n\n§C设计器-§!\n£white_dot 在设计§Y驱逐舰§!、§Y巡洋舰§!或§Y战列舰§!的时候,§Y主炮§!是和历史唯一的一一对应的装备。由于它们的火力和穿甲据此做了平衡,§R请确保它们的数量和现实中接近§!。诸如§Y副炮§!和§Y鱼雷§!等装备则与原版没有区别。\n£white_dot 一些在原版受限的装备在本模组中是开放的,比如你可以建造超重炮战列舰,轻炮重巡,无甲巡洋舰等等。\n£white_dot 舰船角色在驱逐舰和巡洋舰上是必须的,它们可以提供不同的增益并解锁特殊的部件。\n£white_dot 巡洋舰的主力屏卫之分不由主炮口径为标准。所有巡洋舰(除装甲舰外)都初始默认为屏卫舰,且需要特殊的角色才能让它们成为主力舰。\n£white_dot §Y导弹§!可以安装在晚期的重型或巡洋舰船体上,不过后者需要专门的导弹巡洋舰角色来安装。\n£white_dot 此模组中实现最大屏卫效率的屏卫/主力比例为2\n£white_dot 鱼雷可以对重型舰船造成巨量的伤害,不过重型装甲只能提供非常有限的鱼雷防护,你需要安装§Y鱼雷防御系统§!来避免这一点。\n£white_dot 主炮的穿甲经过一定的平衡。其基础穿深为同时期装甲的1.1倍,这也意味着基础的装甲钢和混合防护方案可以避免被击穿,而下一代主炮则可以击穿使用重点防护的该型战舰。\n£white_dot 海战中的甲弹对抗公式以如下规则计算,穿甲和装甲的比值与伤害权重之间的映射关系为:超过200%为100%伤害,100%到200%为100%伤害,85%到100%为70%伤害,75%到85%为60%伤害,60%到75%为45%伤害,50%到60%为35%伤害,30%到50%为20%伤害,10%到30%为10%伤害,低于10%为1%伤害。\n£white_dot §Y超重型主炮§!根据炮管数量和§Y重型主炮§!归类在一起,但是它们仍然在某些船体上受到安装限制。\n£white_dot 设计器中的舰船分类符号可以帮助你更好地管理舰队。其仅仅表示该国对舰船的分类和定义,没有实际效果。\n£white_dot 辅助船非常脆弱,但是航程极长。由于舰队最大航程是由平均数决定的,因此在舰队中加入一些辅助船可以增加航程。\n\n§C科技树-§!\n£white_dot 尽管科技树的外观变化巨大,但是它的本质仍然和原版类似,你不需要花费大量时间去理解。\n£white_dot 并不是所有科技都是有价值的,请根据你的战略和地缘情况理智选择。\n£white_dot 子科技需要船体科技研究完成才能解锁。其中有一些还需要非海军科技的进步来推动。例如,主动声呐需要被动声呐研究完成,而一些火控系统则需要工程科技的进步作为前提。\n\n§C海战-§!\n£white_dot 海战的最短时间§Y已经被提高到20小时,主力舰在第22小时开火,其他舰艇在第30小时开火§!,而§G航母则可以在刚加入战斗时就参与进攻§!。§Y航母堆叠限制§!被放宽到6。你使用舰载机的方式在本模组中更加重要。\n£white_dot 舰艇的防空和舰载战斗机的伤害与命中率都获得了提升。一支没有战斗机护航的航母舰队可能会在进攻中损失更多的舰载机。\n£white_dot 基础的阵位被削减为50%,但优势的水面探测数值可以带来最多50%的阵位奖励。\n£white_dot 水上飞机弹射器、航母和声呐在反潜战中的表现都更加有用和强力,而§Y潜艇§!基础的§Y可见度§!相较原版被§R增加§!了,在面对有良好反潜能力的舰队时,潜艇不再拥有优势。\n£white_dot AI的设计模板是刻意默认设置为§Y史实向§!的。尽管这些模板比原版要强一些,但是过去的最优设计仍然是有效的。\n\n§C其他-§!\n£white_dot 玩家和AI都享有§G-15%§!海军燃料消耗减免。\n£white_dot 单个船厂的产出已被提高到§G160%§!,一般在没有加成的情况下,建造一艘满配战列舰的时间在1-2年之间。\n£white_dot AI控制的主要国家会分别在1940年,1943年,1945年和冷战时期(如果没有投降的话)获得一批海军科技和独特的舰船设计。\n£white_dot AI会根据历史上的学说选择和战争情况选择不同的海军建造策略(包括舰载机)。例如,原版的§g德国§!会更加专注于潜艇,而§B美国§!则会重视航母。" navy_rework_welcome_splash_tab_3_content: "§H这里罗列关于海军重置的其他信息。§!\n\n§C兼容性-§!\n£white_dot 除非有§Y兼容包§!,本模组与修改科技树的模组不兼容,已有的兼容包链接都会在创意工坊界面列出。\n£white_dot §R所有生成舰船设计的国策/事件/决议都会失效,这是为了兼容性的考量和必要牺牲。§!\n\n§C二次创作-§!\n£white_dot 除了56之路外,不会再有其他的官方兼容包发布,希望社区可以更多地参与此事。目前日共重置与日本史实国策重做已完全兼容本模组。\n£white_dot 所有人都可以随意利用本模组的资源(代码/图标/文本),但在使用中请标明出处并通知我。感谢你的理解。" navy_rework_welcome_splash_tab_4_content: "大家好,海军重置已经走过了艰难的开发阶段,如今史实设计器、初始海军编制和设计、图标和科技树都已经基本完成,整个大框架完成后,剩余的工作便是进一步丰富和扩充,而这相比之前的开拓等等都要简单一些。借此机会我想和大家讲讲这个mod的过去和未来。\n\n我是2016年入的钢4坑,在加里波第的噩梦版本,也就是0.6时期接触到的KR,当时就被它详实有趣的世界观所吸引,之后几年KR一直是我玩的最多的mod之一。KR在0.8发布了海军重做,也是我最喜欢最兴奋的一个版本,由此我开始对海军感兴趣,也越发经常地想象KR世界观中的海军和军舰会是什么样子的。\n\n2021年春节前夕的一个周五下午,我在办公室摸鱼逛reddit,看到了一位外国网友写的对KR中加拿大和日本海军的战舰原型考证,这篇文章深深吸引了我,我用了一个下午翻译后发布到了贴吧上,收获了很多人的支持。尽管后来因为屏蔽的问题我转战知乎,但我始终将KR海军考据的系列坚持了下来,从海军大国到一些特色小国我都查阅了大量资料,也为这个mod打下了基础。\n\n在KR0.22更新之前,开发因为一些原因多次削减了海军的内容,我一直感到很遗憾,0.22的大改给了我这个动力去做之前我不敢想的事情。虽然写代码是我的老本行,但是美工、文案和汉译英等等我都是从头开始学,一次次试错,一个人陆陆续续弄了大半年,发布了KR和KX两版,才做到现在这个地步,我从中也学到了很多。如今,我们也终于迎来了原版海军重置的发布。\n\n我想借这个机会感谢所有在这个过程中帮助我的朋友和玩家,包括启发我的reddit网友Tragic-tragedy,贴吧上对我的史料斧正的朋友,在知乎上追更的朋友,还有许多订阅海军重置的玩家,没有你们的支持就没有这个mod,谢谢你们!\n\n最后,我还想借此机会感谢我的外公,他曾在中国人民解放军海军服役了几十年,在我的孩提时代启发了我对海军的认识。上世纪七八十年代,我的外公分别在几艘海军科考船上服役,担任过气象专家和部门政委等职务,他的大部分军旅生涯是在向阳红10号船上度过的,这也是当时中国自主设计建造的吨位最大的远洋科考船。1980年,向阳红10号作为新中国历史上最大规模远洋舰队的一员参加了中国第一次洲际弹道导弹发射试验,这就是大家熟知的580任务。我的外公当时负责气象部门,为回收导弹黑匣子的时间窗口提供预报支持。四年后,他随船参加了中国第一次南极科考任务,并在乔治王岛参与了长城站的建设。向阳红10号船之后被改装成了远望4号,在2007年遇到事故损坏,最后成了东方21D的靶子,每每说起来,他还是有些惋惜。我能看出来他对曾经的海军生涯有着复杂的情感,一方面为对国家做出贡献而感到骄傲光荣,而另一方面又为错过了孩子们的成长感到缺憾。不过尽管如此,他从小给我讲述的故事仍然点燃了我对海军的兴趣,为这个mod播下了一颗种子。\n\n随着我现在工作生活越来越忙,不知道海军重置还能维持多久,所以我在此也希望成立一个小团队,用半做半学的方式,把这个mod延续下去。\n\n有兴趣加我qq:1245385638,或海军重置群:162239327" \ No newline at end of file diff --git a/src/localisation/simp_chinese/replace/ship_modules_l_simp_chinese.yml b/src/localisation/simp_chinese/replace/ship_modules_l_simp_chinese.yml index d1ca43e..d623580 100755 --- a/src/localisation/simp_chinese/replace/ship_modules_l_simp_chinese.yml +++ b/src/localisation/simp_chinese/replace/ship_modules_l_simp_chinese.yml @@ -1055,4 +1055,11 @@ sub_airplane_launcher_2: "改进型水上飞机弹射器" sub_airplane_launcher_2_desc: "改进过的弹射装置可以让潜艇弹射更大的、航程更远航速更快的飞机。" sub_nuclear_torpedo: "核鱼雷" - sub_nuclear_torpedo_desc: "装有核战斗部的鱼雷。" \ No newline at end of file + sub_nuclear_torpedo_desc: "装有核战斗部的鱼雷。" + EQ_MOD_CAT_sub_rocket: "潜射导弹发射器" + ship_deck_space_mega: "超大型装甲机库" + ship_deck_space_mega_short: "超大型装甲机库" + ship_deck_space_mega_desc: "携带大量飞机的超大型装甲机库。" + EQ_MOD_CAT_ship_deck_space_mega_TITLE: "超大型装甲机库" + ship_missile_launcher: "导弹发射井" + ship_slbm_launcher: "核导弹发射井" \ No newline at end of file diff --git a/src/localisation/simp_chinese/replace/vnr_naval_develop_l_simp_chinese.yml b/src/localisation/simp_chinese/replace/vnr_naval_develop_l_simp_chinese.yml index 679bf11..de7e1ea 100755 --- a/src/localisation/simp_chinese/replace/vnr_naval_develop_l_simp_chinese.yml +++ b/src/localisation/simp_chinese/replace/vnr_naval_develop_l_simp_chinese.yml @@ -60,7 +60,25 @@ sp_subcarrier_desc: "潜水航母事实上是一种能够弹射飞机的大型潜艇。虽然其装载的飞机更小更轻,但是在潜艇狭小的空间内仍然很难容纳飞机,因此它们的载机量通常只有二到三架。" sp_nuclear_torpedo: "核鱼雷" sp_nuclear_torpedo_desc: "水下核爆炸对水面舰艇和潜艇都是极为致命的。通过加装微型核弹头,这种鱼雷将成为潜艇上最强大的武器。" - sp_vt_shell: "近炸引信" - sp_vt_shell_desc: "近炸引信是一种以无线电发射器进行制导的装置,可以在接近目标时爆炸。其对于高速移动的物体有着更好的命中效率。" sp_super_heavy_guns: "超大口径舰炮" - sp_super_heavy_guns_desc: "超大口径舰炮是一种口径达到甚至超过18寸(约460mm)的重型火炮。" \ No newline at end of file + sp_super_heavy_guns_desc: "超大口径舰炮是一种口径达到甚至超过18寸(约460mm)的重型火炮。" + sp_mega_carrier: "战略打击航母" + sp_mega_carrier_desc: "战略打击航母是浮动机场的真正定义,拥有可以从远距离放飞重型喷气机的能力。" + sp_arsenal_ship: "武库舰" + sp_arsenal_ship_desc: "随着对导弹在未来可以改变战争模式的认可,支持者们的目光转向了携带数百枚导弹的武库舰。" + sp_battlecarrier_unique_reward_a: "对航空战列舰角色的争议" + sp_battlecarrier_unique_reward_a_desc: "在航空战列舰的设计迭代过程中,一个问题油然而生。我们应该注重于提升单舰的性能还是试图将其纳入到舰队的作战指挥体系中?" + sp_battlecarrier_perference_a: "注重性能" + sp_battlecarrier_perference_b: "注重协同" + sp_subcarrier_unique_reward_a: "工程经验的应用" + sp_subcarrier_unique_reward_a_desc: "在潜水航母的设计过程中,一个问题油然而生。我们应该将工程中获得的经验用于加强巡洋潜艇还是所有的潜艇?" + sp_subcarrier_perference_a: "巡洋潜艇" + sp_subcarrier_perference_b: "所有潜艇" + sp_nuclear_torpedo_unique_reward_a: "核鱼雷项目的重心" + sp_nuclear_torpedo_unique_reward_a_desc: "在潜艇上储存核战斗部的安全性仍然有待商榷。" + sp_nuclear_torpedo_preference_a: "安全第一" + sp_nuclear_torpedo_preference_b: "扩大储备" + sp_super_heavy_guns_unique_reward_a: "对20英寸主炮的追求" + sp_super_heavy_guns_unique_reward_a_desc: "在超重型舰炮的设计选型中,研发团队提出了一个建造更大口径舰炮的疯狂计划。如果我们选择在这方面寻求突破,那势必会影响目前的设计进程。" + sp_super_heavy_guns_preference_a: "同意" + sp_super_heavy_guns_preference_b: "算了" \ No newline at end of file