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

@@ -15642,12 +15642,55 @@ AZ_meizhoutiaozhan_jyz = {
visible = {
is_debug = yes
is_ai = no
always = no
}
available = {
custom_trigger_tooltip = {
tooltip = "测试成就获得"
has_completed_custom_achievement = {
mod = az_achievements
achievement = az_ceshichengjiu_cj
}
}
}
complete_effect = {
add_political_power = 1
clr_global_flag = az_meizhoutiaozhan_down
clr_global_flag = az_meizhoutiaozhan_action
}
}
AZ_meizhoutiaozhan_jiangli = {
cost = 0
visible = {
is_ai = no
date < 1936.1.3
}
available = {
date < 1936.1.3
has_global_flag = az_gamestarted
OR = {
has_global_flag = AZ_fengkuangAI_citiao_xuanzewancheng
not = { has_global_flag = modoption_fengkuangai_on }
}
custom_trigger_tooltip = {
tooltip = "完美达成过本次每周挑战目标"
has_completed_custom_achievement = {
mod = az_achievements
achievement = az_meizhoutiaozhan_cj
}
}
custom_trigger_tooltip = {
tooltip = az_aikongzhiqitaguojia
all_other_country = {
is_ai = yes
}
}
not = { has_global_flag = AZ_fengkuangAI_citiao_ex }
}
complete_effect = {
country_event = az_tianjiang.412
}
}
AZ_meizhoutiaozhan_jy_on = {
icon = eng_trade_unions_support
cost = 0
@@ -15657,17 +15700,19 @@ AZ_meizhoutiaozhan_jyz = {
not = { has_global_flag = az_meizhoutiaozhan_action }
}
available = {
tag = TIX
tag = BFL
custom_trigger_tooltip = {
tooltip = az_aikongzhiqitaguojia
all_other_country = {
is_ai = yes
}
}
not = { has_global_flag = modoption_dingzhenai_on }
}
complete_effect = {
activate_mission = AZ_meizhoutiaozhan_jy_wanmei_time
activate_mission = AZ_meizhoutiaozhan_jy_dacheng_time
#activate_mission = AZ_meizhoutiaozhan_jy_wanmei_time
#activate_mission = AZ_meizhoutiaozhan_jy_dacheng_time
set_global_flag = az_meizhoutiaozhan_BFL
set_global_flag = az_meizhoutiaozhan_action
add_ideas = AZ_mztz_playerbuff
}
@@ -15792,6 +15837,7 @@ AZ_meizhoutiaozhan_jyz = {
}
days_mission_timeout = 2190
complete_effect = {
set_global_flag = az_meizhoutiaozhan_cj_get
custom_effect_tooltip = get_zs_shuliang_2500
add_to_variable = {
var = zs_sl
@@ -15879,4 +15925,38 @@ AZ_meizhoutiaozhan_jyz = {
custom_effect_tooltip = az_meizhoutiaozhan_shibai
}
}
AZ_meizhoutiaozhan_jy_BFL_misson = {
icon = generic_scorched_earth
cost = 0
visible = {
is_ai = no
has_global_flag = az_meizhoutiaozhan_BFL
}
available = {
has_completed_focus = BFL_coldwar_1
OR = {
has_completed_focus = BFL_coldwar_20
has_completed_focus = BFL_coldwar_21
}
}
complete_effect = {
if = {
limit = {
date < 1945.1.1
}
set_global_flag = az_meizhoutiaozhan_cj_get
custom_effect_tooltip = get_zs_shuliang_10000
add_to_variable = {
var = zs_sl
value = 10000
}
}else = {
custom_effect_tooltip = get_zs_shuliang_7500
add_to_variable = {
var = zs_sl
value = 7500
}
}
}
}
}