This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-06-08 01:03:05 +08:00
parent c01c270a3b
commit b07796c8bd
2 changed files with 22 additions and 22 deletions

View File

@ -51,7 +51,7 @@ on_monthly_pulse_country = {
rg.8 #领袖等级检测更新 rg.8 #领袖等级检测更新
rg.16 #陆军压制舰更新 rg.16 #陆军压制舰更新
# rg.22 #小灰复活检测 # rg.22 #小灰复活检测
rg.23 #月检移除L星门认知防止收容失效 # rg.23 #月检移除L星门认知防止收容失效
# rg_skill.9 # rg_skill.9
} }
} }

View File

@ -907,27 +907,27 @@ country_event = {
} }
# looping check for escape lcluster # looping check for escape lcluster
country_event = { # country_event = {
id = rg.23 # id = rg.23
hide_window = yes # hide_window = yes
#
is_triggered_only = yes # is_triggered_only = yes
#
trigger = { # trigger = {
is_multiplayer = yes # is_multiplayer = yes
is_same_value = event_target:origin_rg_gray_country # is_same_value = event_target:origin_rg_gray_country
has_country_flag = origin_rg_gray # has_country_flag = origin_rg_gray
} # }
#
immediate = { # immediate = {
if = { # if = {
limit = { # limit = {
has_event_chain = "l_cluster_chain" # has_event_chain = "l_cluster_chain"
} # }
end_event_chain = "l_cluster_chain" # end_event_chain = "l_cluster_chain"
} # }
} # }
} # }
# 拆毁工厂小灰通讯 # 拆毁工厂小灰通讯
country_event = { country_event = {