diff --git a/src/common/achievements/az_achievements.txt b/src/common/achievements/az_achievements.txt index d9e3f00..4ad3b60 100755 --- a/src/common/achievements/az_achievements.txt +++ b/src/common/achievements/az_achievements.txt @@ -764,7 +764,8 @@ az_julongfengbao_cj = { has_global_flag = AZ_fengkuangAI_citiao_ex is_puppet = no date < 1938.1.1 - not = { has_completed_focus = DOH_xianfazhiren } + not = { has_country_flag = DOH_zaozhan_cjwx } + #not = { has_completed_focus = DOH_xianfazhiren } has_full_control_of_state = 716 has_full_control_of_state = 527 has_full_control_of_state = 525 diff --git a/src/common/ai_strategy_plans/az_doh_focusplan.txt b/src/common/ai_strategy_plans/az_doh_focusplan.txt index c9db5e6..dfa026c 100755 --- a/src/common/ai_strategy_plans/az_doh_focusplan.txt +++ b/src/common/ai_strategy_plans/az_doh_focusplan.txt @@ -5,13 +5,20 @@ DOH_historical = { original_tag = DOH } enable = { - has_global_flag = MOD_azurlane_tianjiangjianniang OR = { #is_historical_focus_on = yes has_game_rule = { rule = DOH_ai_behavior option = DOH_black_focus_1 } + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_black_focus_2 + } + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_black_focus_3 + } } } ai_national_focuses = { @@ -20,13 +27,13 @@ DOH_historical = { DOH_zhengyankaishijie DOH_shiyichangji DOH_guguozhihui - DOH_baohuyixian - DOH_kuodayixianquanli - DOH_zhangkongsanjun - DOH_ducuyixian - DOH_xianzibingfa - DOH_xieyibenzizhuan - DOH_yixianwansui + #DOH_baohuyixian + #DOH_kuodayixianquanli + #DOH_zhangkongsanjun + #DOH_ducuyixian + #DOH_xianzibingfa + #DOH_xieyibenzizhuan + #DOH_yixianwansui DOH_fangfanjinlin DOH_beijingfangxian @@ -58,7 +65,6 @@ DOH_red = { original_tag = DOH } enable = { - has_global_flag = MOD_azurlane_tianjiangjianniang OR = { is_historical_focus_on = yes has_game_rule = { @@ -100,6 +106,30 @@ DOH_red = { DOH_chenglikeyanzu } + abort = { + OR = { + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_black_focus_1 + } + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_black_focus_2 + } + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_black_focus_3 + } + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_blue_focus_1 + } + has_game_rule = { + rule = DOH_ai_behavior + option = DOH_blue_focus_2 + } + } + } # research = { # } @@ -120,7 +150,6 @@ DOH_blue = { original_tag = DOH } enable = { - has_global_flag = MOD_azurlane_tianjiangjianniang OR = { has_game_rule = { rule = DOH_ai_behavior diff --git a/src/common/characters/az_BYG_characters.txt b/src/common/characters/az_BYG_characters.txt index e974c64..ec16653 100755 --- a/src/common/characters/az_BYG_characters.txt +++ b/src/common/characters/az_BYG_characters.txt @@ -944,7 +944,7 @@ characters={ name = BYG_ailunsamuna portraits={ army = { - #large="gfx/leaders/BYG/ailunsamuna.png" + large="gfx/leaders/BYG/ailunsamuna.png" small="gfx/interface/ideas/idea_ailunsamuna.png" } } diff --git a/src/common/on_actions/az_waring_on_actions.txt b/src/common/on_actions/az_waring_on_actions.txt index 9815a83..d5d6f39 100755 --- a/src/common/on_actions/az_waring_on_actions.txt +++ b/src/common/on_actions/az_waring_on_actions.txt @@ -665,4 +665,16 @@ on_actions = { } } } + on_daily_DOH = { + effect = { + if = { + limit = { + tag = DOH + date < 1937.7.7 + has_war_with = CHY + } + set_country_flag = DOH_zaozhan_cjwx + } + } + } } \ No newline at end of file diff --git a/src/gfx/leaders/BYG/ailunsamuna.png b/src/gfx/leaders/BYG/ailunsamuna.png new file mode 100755 index 0000000..8f4193e Binary files /dev/null and b/src/gfx/leaders/BYG/ailunsamuna.png differ diff --git a/src/gfx/leaders/BYG/jinboli.png b/src/gfx/leaders/BYG/jinboli.png new file mode 100755 index 0000000..b093ad6 Binary files /dev/null and b/src/gfx/leaders/BYG/jinboli.png differ diff --git a/src/localisation/simp_chinese/az_misc_l_simp_chinese.yml b/src/localisation/simp_chinese/az_misc_l_simp_chinese.yml index aa59288..8bdd554 100755 --- a/src/localisation/simp_chinese/az_misc_l_simp_chinese.yml +++ b/src/localisation/simp_chinese/az_misc_l_simp_chinese.yml @@ -303,4 +303,5 @@ az_julongfengbao_cj_DESC:"做最优质的战士!" az_gaobaoqichuan_cj_NAME:1"高堡奇船" az_gaobaoqichuan_cj_DESC:"现在,是幻想时间。" az_zhanxinjiyuan_cj_NAME:1"崭新纪元" -az_zhanxinjiyuan_cj_DESC:"属于团结主义的黎明已经到来!" \ No newline at end of file +az_zhanxinjiyuan_cj_DESC:"属于团结主义的黎明已经到来!" +DOH_zaozhan_cjwx:"提前与重樱开战" \ No newline at end of file