2024-09-23 00:31:17
All checks were successful
sync / build (push) Successful in 49s

This commit is contained in:
actions[bot]
2024-09-23 00:31:17 +00:00
parent e1727eeee8
commit 8ac6b5e8e6
16 changed files with 2426 additions and 23 deletions

View File

@@ -107,6 +107,14 @@ scripted_gui = {
country_event = azstartevent.1001
}
else = {
if = {
limit = {
has_global_flag = modoption_fengkuangai_on
not = { has_country_flag = fengkuangai_yixuanzeguo_flag }
}
set_country_flag = fengkuangai_yixuanzeguo_flag
country_event = az_tianjiang.292
}
if = {
limit = {
has_global_flag = sirennandu2
@@ -647,6 +655,35 @@ scripted_gui = {
}
}
}
modoption_button9_on_click = {
if = {
limit = {
has_global_flag = modoption_tiantangzhizhan_on
}
clr_global_flag = modoption_tiantangzhizhan_on
every_country = {
limit = {
AND = {
shijianniangguojia_trigger = no
is_ai = yes
}
}
remove_ideas = TY_yuanbanAI
}
}
else = {
set_global_flag = modoption_tiantangzhizhan_on
every_country = {
limit = {
AND = {
shijianniangguojia_trigger = no
is_ai = yes
}
}
add_ideas = TY_yuanbanAI
}
}
}
}
triggers = {
modoption_button6_on_click_enabled = {
@@ -658,6 +695,9 @@ scripted_gui = {
modoption_button8_on_click_enabled = {
is_historical_focus_on = yes
}
modoption_button9_on_click_enabled = {
has_global_flag = modoption_fengkuangai_on
}
modoption_sirennandu1_click_enabled = {
NOT = { has_global_flag = sirennandu2 }
NOT = { has_global_flag = sirennandu3 }
@@ -694,6 +734,9 @@ scripted_gui = {
modoption_button8_on_visible = {
NOT = { has_global_flag = az_gamestarted }
}
modoption_button9_on_visible = {
NOT = { has_global_flag = az_gamestarted }
}
modoption_sirennandu_title_visible = {
has_global_flag = MOD_azurlane_sairenzhizai
}