2025-11-10 04:02:42

This commit is contained in:
actions[bot]
2025-11-10 04:02:42 +00:00
parent 9b4f5afb6d
commit 3244c58e5d
15 changed files with 299 additions and 63 deletions

View File

@@ -876,4 +876,31 @@ az_zhanxinjiyuan_cj = {
}
}
}
}
}
az_meizhoutiaozhan_cj = {
possible = {
difficulty > 1
has_start_date < 1936.01.02
has_any_custom_difficulty_setting = no
game_rules_allow_achievements = yes
}
happened = {
not = { has_global_flag = modoption_dingzhenai_on }
has_global_flag = az_meizhoutiaozhan_cj_get
}
}
az_ceshichengjiu_cj = {
possible = {
difficulty > 1
has_start_date < 1936.01.02
has_any_custom_difficulty_setting = no
game_rules_allow_achievements = yes
}
happened = {
always = yes
}
}