2024-08-11 15:41:45
All checks were successful
sync / build (push) Successful in 8s

This commit is contained in:
actions[bot]
2024-08-11 15:41:45 +00:00
parent fc8f6b5506
commit 6a52e3bf0e
3 changed files with 15 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ ideas = {
az_vnr_extra = {
modifier = {
navy_visibility = -0.5
naval_speed_factor = 1
naval_speed_factor = 0.5
repair_speed_factor = 2
navy_screen_attack_factor = 2
navy_screen_defence_factor = 2

View File

@@ -18,7 +18,7 @@ on_actions = {
}
update_ai_combat_bonus = yes
update_ai_production_bonus = yes
every_country = {
if = {
limit = {
OR = {
AND = {
@@ -32,16 +32,16 @@ on_actions = {
is_ai = yes
}
}
date > 1938.1.1
date < 1940.1.1
}
date > 1938.1.1
date < 1940.1.1
}
add_offsite_building = {
type = dockyard
level = 2
}
}
every_country = {
if = {
limit = {
OR = {
AND = {
@@ -55,16 +55,16 @@ on_actions = {
is_ai = yes
}
}
date > 1940.1.1
date < 1942.1.1
}
date > 1940.1.1
date < 1942.1.1
}
add_offsite_building = {
type = dockyard
level = 4
}
}
every_country = {
if = {
limit = {
OR = {
AND = {
@@ -78,8 +78,8 @@ on_actions = {
is_ai = yes
}
}
date > 1942.1.1
}
date > 1942.1.1
}
add_offsite_building = {
type = dockyard

View File

@@ -14,7 +14,12 @@ country_event = {
set_variable = { vnr_ai_production = 3 }
update_ai_combat_bonus = yes
update_ai_production_bonus = yes
add_ideas = az_vnr_extra
every_country = {
limit = {
is_ai = yes
}
add_ideas = az_vnr_extra
}
}
else_if = {
limit = {