2024-08-12 16:30:54
All checks were successful
sync / build (push) Successful in 47s

This commit is contained in:
actions[bot]
2024-08-12 16:30:54 +00:00
parent e93b271ea5
commit 7d59788b95
6 changed files with 28 additions and 19 deletions

View File

@@ -255,23 +255,23 @@ claims_on_poland = {
}
enable = {
country_exists = POL
is_historical_focus_on = yes
}
abort = {
NOT = {
country_exists = POL
}
}
ai_strategy = {
type = antagonize
id = "POL"
value = 100
}
ai_strategy = {
type = prepare_for_war
id = "POL"
type = ignore
id = "POL"
value = 100
}
}
}
BFL_wushichongying = {

View File

@@ -1130,4 +1130,17 @@ BYG_dont_do_so_many_naval_1942 = {
tag = WEX
value = -200
}
}
BYG_wushibfl = {
enable = {
tag = BYG
date < 1942.1.1
}
abort_when_not_enabled = yes
ai_strategy = {
type = ignore
id = "BFL"
value = 500
}
}