Files
az-vnr-patch/src/common/on_actions/az_vnr_patch_on_actions.txt
actions[bot] 06a017ca83
All checks were successful
sync / build (push) Successful in 8s
2024-08-11 04:39:05
2024-08-11 04:39:05 +00:00

92 lines
1.5 KiB
Plaintext
Executable File

on_actions = {
on_startup = {
effect = {
every_country = {
limit = { is_ai = no }
country_event = {
id = az_vnr_patch.1
days = 3
}
}
}
}
on_monthly = {
effect = {
if = {
limit = {
has_global_flag = modoption_fengkuangai_on
}
update_ai_combat_bonus = yes
update_ai_production_bonus = yes
every_country = {
limit = {
OR = {
AND = {
is_subject = no
is_ai = yes
}
AND = {
is_ai = yes
is_subject = yes
OVERLORD = {
is_ai = yes
}
}
date > 1938.1.1
date < 1940.1.1
}
}
add_offsite_building = {
type = dockyard
level = 2
}
}
every_country = {
limit = {
OR = {
AND = {
is_subject = no
is_ai = yes
}
AND = {
is_ai = yes
is_subject = yes
OVERLORD = {
is_ai = yes
}
}
date > 1940.1.1
date < 1942.1.1
}
}
add_offsite_building = {
type = dockyard
level = 4
}
}
every_country = {
limit = {
OR = {
AND = {
is_subject = no
is_ai = yes
}
AND = {
is_ai = yes
is_subject = yes
OVERLORD = {
is_ai = yes
}
}
date > 1942.1.1
}
}
add_offsite_building = {
type = dockyard
level = 8
}
}
}
}
}
}