补检查开门
This commit is contained in:
parent
9203ccb874
commit
540b34584e
|
@ -713,6 +713,19 @@ country_event = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
immediate = {
|
immediate = {
|
||||||
|
give_technology = tech_lgate_activation
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
any_system_within_border = {
|
||||||
|
OR = {
|
||||||
|
has_star_flag = lcluster_lgate
|
||||||
|
has_star_flag = lgate_originating_system
|
||||||
|
}
|
||||||
|
any_system_megastructure = {
|
||||||
|
is_megastructure_type = l_gate_base
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
every_system_within_border = {
|
every_system_within_border = {
|
||||||
limit = {
|
limit = {
|
||||||
OR = {
|
OR = {
|
||||||
|
@ -725,16 +738,13 @@ country_event = {
|
||||||
}
|
}
|
||||||
save_event_target_as = candidate_gateway
|
save_event_target_as = candidate_gateway
|
||||||
}
|
}
|
||||||
|
country_event = { id = distar.10905 } # enable project
|
||||||
abort_special_project = {
|
}
|
||||||
type = LCLUSTER_PROJECT
|
else = {
|
||||||
|
country_event = {
|
||||||
|
id = rg.21 days = 120
|
||||||
}
|
}
|
||||||
|
|
||||||
enable_special_project = {
|
|
||||||
name = RG_LCLUSTER_PROJECT
|
|
||||||
location = event_target:candidate_gateway
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -810,6 +820,42 @@ country_event = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# looping check for owning gateway, once every two months
|
||||||
|
country_event = {
|
||||||
|
id = rg.21
|
||||||
|
hide_window = yes
|
||||||
|
|
||||||
|
is_triggered_only = yes
|
||||||
|
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
has_global_flag = l_cluster_opened
|
||||||
|
has_special_project = RG_LCLUSTER_PROJECT
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
immediate = {
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
any_owned_megastructure = {
|
||||||
|
is_megastructure_type = lgate_base
|
||||||
|
}
|
||||||
|
has_technology = tech_lgate_activation
|
||||||
|
}
|
||||||
|
random_owned_megastructure = {
|
||||||
|
limit = {
|
||||||
|
is_megastructure_type = lgate_base
|
||||||
|
}
|
||||||
|
save_event_target_as = candidate_gateway
|
||||||
|
}
|
||||||
|
country_event = { id = distar.10905 } # enable project
|
||||||
|
}
|
||||||
|
else = {
|
||||||
|
country_event = { id = rg.21 days = 120 } # *THIS* looping check
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# 拆毁工厂小灰通讯
|
# 拆毁工厂小灰通讯
|
||||||
country_event = {
|
country_event = {
|
||||||
id = rg.200
|
id = rg.200
|
||||||
|
|
Loading…
Reference in New Issue