2024-10-03 16:35:54
All checks were successful
sync / build (push) Successful in 30s

This commit is contained in:
actions[bot]
2024-10-03 16:35:54 +00:00
parent 151d9cc4a2
commit 351123fab0
86 changed files with 1196 additions and 519 deletions

View File

@@ -8,6 +8,9 @@ country_event = {
hidden = yes
is_triggered_only = yes
immediate = {
# delete all ships first just in case
delete_starting_naval_oob = yes
add_starting_techs = yes
makeup_starting_techs = yes
# set shipyard output boost

View File

@@ -242,6 +242,44 @@ country_event = {
}
}
# SOV AI template 1940
country_event = {
id = ai_ships.12
hidden = yes
fire_only_once = yes
mean_time_to_happen = { days = 1 }
trigger = {
tag = SOV
is_ai = yes
NOT = { has_country_flag = SOV_SHIPS_1940 }
date > 1940.2.1
has_game_rule = { rule = allow_ai_tech_auto_unlock option = FREE }
}
immediate = {
SOV_AI_variants_1940 = yes
set_country_flag = SOV_SHIPS_1940
}
}
# SOV AI template 1943
country_event = {
id = ai_ships.13
hidden = yes
fire_only_once = yes
mean_time_to_happen = { days = 1 }
trigger = {
tag = SOV
is_ai = yes
NOT = { has_country_flag = SOV_SHIPS_1943 }
date > 1943.2.1
has_game_rule = { rule = allow_ai_tech_auto_unlock option = FREE }
}
immediate = {
SOV_AI_variants_1943 = yes
set_country_flag = SOV_SHIPS_1943
}
}
# unlock some naval techs for major powers in 1940
country_event = {
id = ai_ships.101