2024-07-22 19:21:09
All checks were successful
sync / build (push) Successful in 20s

This commit is contained in:
actions[bot]
2024-07-22 19:21:09 +08:00
parent 6c7afaef94
commit 4cf7fc8f77
1307 changed files with 116059 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
has_naval_treaty_trigger = {
OR = {
has_idea = MTG_naval_treaty_adherent
has_idea = MTG_naval_treaty_adherent_1936
has_idea = MTG_naval_treaty_cheating
has_idea = MTG_naval_treaty_adherent_reduced
has_idea = MTG_naval_treaty_cheating_reduced
}
}
expert_ai_style = {
has_game_rule = { rule = ai_ship_design_style option = EXPERT }
OR = {
tag = ENG
tag = FRA
tag = GER
tag = ITA
tag = JAP
tag = SOV
tag = USA
}
}