2025-05-31 09:35:21

This commit is contained in:
actions[bot]
2025-05-31 09:35:21 +00:00
parent da5dc3a3cb
commit b9fd2b4d38
288 changed files with 19599 additions and 28485 deletions

View File

@@ -41,7 +41,16 @@ scripted_gui = {
az_single_leader_xiuchangjia_visible = {
always = NO
}
az_single_leader_shiyue_click_enabled = {
NOT = { has_character_flag = xiujia_doing }
#is_assigned = no
check_variable = {
ROOT.jz_sl > 0
}
THIS = {
not = { has_character_flag = shiyue_yes }
}
}
az_single_leader_xiujia_click_enabled = {
NOT = { has_character_flag = xiujia_doing }
is_assigned = no
@@ -653,6 +662,13 @@ scripted_gui = {
}
}
az_single_leader_shiyue_click = {
add_to_variable = {
ROOT.jz_sl = -1
}
PREV = { unit_leader_event = az_tianjiang.356 }
}
}
dynamic_lists = {

View File

@@ -662,6 +662,27 @@ scripted_gui = {
}
}
az_xmp_yonghenglihe_btn_click = {
add_to_variable = {
var = zs_sl
value = -600
}
add_to_variable = {
var = jz_sl
value = 1
}
}
az_xmp_biyishuangfei_btn_click = {
set_country_flag = az_xmp_biyishuangfei_yes
add_to_variable = {
var = zs_sl
value = -980
}
add_to_variable = {
var = jz_sl
value = 2
}
}
}
@@ -815,6 +836,22 @@ scripted_gui = {
compare = greater_than_or_equals
}
}
az_xmp_yonghenglihe_btn_click_enabled = {
check_variable = {
var = zs_sl
value = 600
compare = greater_than_or_equals
}
}
az_xmp_biyishuangfei_btn_click_enabled = {
not = { has_country_flag = az_xmp_biyishuangfei_yes }
check_variable = {
var = zs_sl
value = 980
compare = greater_than_or_equals
}
}
########################################
az_xmp_small_window_1_next_button_visible = {
NOT = {
@@ -1111,6 +1148,50 @@ scripted_gui = {
NOT = { has_country_flag = xmpwindow3_open }
}
}
###########################第三页
az_xmp_yonghenglihe_visible = {
AND = {
has_country_flag = xmpwindow3_open
NOT = { has_country_flag = xmpwindow2_open }
NOT = { has_country_flag = xmpwindow1_open }
}
}
az_xmp_yonghenglihe_btn_visible = {
AND = {
has_country_flag = xmpwindow3_open
NOT = { has_country_flag = xmpwindow2_open }
NOT = { has_country_flag = xmpwindow1_open }
}
}
az_xmp_yonghenglihe_text_visible = {
AND = {
has_country_flag = xmpwindow3_open
NOT = { has_country_flag = xmpwindow2_open }
NOT = { has_country_flag = xmpwindow1_open }
}
}
az_xmp_biyishuangfei_visible = {
AND = {
has_country_flag = xmpwindow3_open
NOT = { has_country_flag = xmpwindow2_open }
NOT = { has_country_flag = xmpwindow1_open }
}
}
az_xmp_biyishuangfei_btn_visible = {
AND = {
has_country_flag = xmpwindow3_open
NOT = { has_country_flag = xmpwindow2_open }
NOT = { has_country_flag = xmpwindow1_open }
}
}
az_xmp_biyishuangfei_text_visible = {
AND = {
has_country_flag = xmpwindow3_open
NOT = { has_country_flag = xmpwindow2_open }
NOT = { has_country_flag = xmpwindow1_open }
}
}
###########################
#############################################################################################