2025-08-03 04:03:12

This commit is contained in:
actions[bot]
2025-08-03 04:03:13 +00:00
parent 3a94b26a7b
commit ad153eb2a9
118 changed files with 2062 additions and 662 deletions

View File

@@ -301,6 +301,7 @@ country_event = {
improved_ship_hull_heavy = 1
improved_ship_hull_light = 1
improved_ship_hull_cruiser = 1
improved_ship_hull_submarine = 1
antiair2 = 1
antiair3 = 1
improved_fire_control_system = 1
@@ -389,15 +390,10 @@ country_event = {
destroyer_mass_production = 1
ducol_steel = 1
homogeneous_krupp_steel = 1
folding_wing = 1
carrier_mass_production = 1
carrier_damage_control = 1
air_fuel_storage = 1
modern_ship_torpedo_launcher = 1
damage_control_2 = 1
fire_control_methods_2 = 1
fire_control_methods_3 = 1
}
ai_get_navy_experience = yes
}
@@ -427,10 +423,9 @@ country_event = {
improved_submarine_snorkel = 1
sub_AIP_engine = 1
anechoic_tile = 1
damage_control_3 = 1
fire_control_methods_3 = 1
radar_jammer = 1
naval_radio_guiding_system = 1
full_armored_carrier = 1
}
ai_get_navy_experience = yes
}
@@ -463,7 +458,6 @@ country_event = {
ship_to_ship_missile = 1
helipad = 1
gas_turbine = 1
full_armored_carrier = 1
carrier_steam_catapult = 1
carrier_angled_deck = 1
}
@@ -588,7 +582,7 @@ country_event = {
# unlock free cv air techs 1939
country_event = {
id = ai_ships.107
id = ai_ships.108
hidden = yes
fire_only_once = yes
trigger = {
@@ -615,7 +609,7 @@ country_event = {
# unlock free cv air techs 1944
country_event = {
id = ai_ships.107
id = ai_ships.109
hidden = yes
fire_only_once = yes
trigger = {
@@ -637,4 +631,37 @@ country_event = {
}
set_global_flag = cv_air_tech_1944
}
}
# unlock free tech in 1941
country_event = {
id = ai_ships.110
hidden = yes
fire_only_once = yes
trigger = {
date > 1940.6.1
NOT = { has_global_flag = naval_tech_1941 }
has_game_rule = { rule = allow_ai_tech_auto_unlock option = FREE }
}
immediate = {
for_each_scope_loop = {
array = global.vnr_naval_powers
if = {
limit = {
is_ai = yes
}
set_technology = {
folding_wing = 1
carrier_mass_production = 1
carrier_damage_control = 1
air_fuel_storage = 1
damage_control_2 = 1
damage_control_3 = 1
fire_control_methods_2 = 1
}
ai_get_navy_experience = yes
}
}
set_global_flag = naval_tech_1941
}
}