2024-07-20 17:35:52
All checks were successful
sync / build (push) Successful in 51s

This commit is contained in:
actions[bot]
2024-07-20 17:35:52 +08:00
parent 2bea8a8d29
commit 0bbb942aeb
35 changed files with 993 additions and 92 deletions

View File

@@ -1081,4 +1081,53 @@ BYG_protect_asia_ore = {
area = asia
}
}
BYG_dont_do_so_many_naval_invasions_please = {
allowed = { original_tag = BYG }
enable = {
is_historical_focus_on = yes
}
ai_strategy = {
type = invasion_unit_request
tag = ROM
value = -200
}
ai_strategy = {
type = invasion_unit_request
tag = HUN
value = -200
}
ai_strategy = {
type = invasion_unit_request
tag = TUR
value = -200
}
}
BYG_dont_do_so_many_naval_1942 = {
allowed = { original_tag = BYG }
enable = {
is_historical_focus_on = yes
date < 1941.8.1
}
abort_when_not_enabled = yes
ai_strategy = {
type = invasion_unit_request
tag = TIX
value = -200
}
ai_strategy = {
type = invasion_unit_request
tag = SAD
value = -200
}
ai_strategy = {
type = invasion_unit_request
tag = WEX
value = -200
}
}