世界线收束理论
This commit is contained in:
parent
519606651a
commit
9bb1c07b2c
|
@ -2043,4 +2043,25 @@ rg_gray_country_after_init = {
|
||||||
event_target:rg_gray_country = {
|
event_target:rg_gray_country = {
|
||||||
establish_communications_no_message = event_target:gray_owner
|
establish_communications_no_message = event_target:gray_owner
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
rg_timeline_attract_field_init = {
|
||||||
|
#世界线遭到劫持,手动收束关闭其他可能
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_global_flag = gray_goo_crisis_set
|
||||||
|
has_global_flag = active_gray_goo
|
||||||
|
has_global_flag = dragon_season
|
||||||
|
has_global_flag = gray_goo_empire_set
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#灰蛊
|
||||||
|
remove_global_flag = gray_goo_crisis_set
|
||||||
|
remove_global_flag = active_gray_goo
|
||||||
|
#L星龙
|
||||||
|
remove_global_flag = dragon_season
|
||||||
|
#德萨努
|
||||||
|
remove_global_flag = gray_goo_empire_set
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -39,6 +39,7 @@ ship_event = {
|
||||||
|
|
||||||
immediate = {
|
immediate = {
|
||||||
from = { save_event_target_as = gray_homeworld }
|
from = { save_event_target_as = gray_homeworld }
|
||||||
|
rg_timeline_attract_field_init = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
option = {
|
option = {
|
||||||
|
@ -76,6 +77,7 @@ country_event = {
|
||||||
|
|
||||||
immediate = {
|
immediate = {
|
||||||
rg_gray_country_init = yes #创建国家
|
rg_gray_country_init = yes #创建国家
|
||||||
|
rg_timeline_attract_field_init = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
option = {
|
option = {
|
||||||
|
@ -297,6 +299,7 @@ country_event = {
|
||||||
|
|
||||||
immediate = {
|
immediate = {
|
||||||
set_global_flag = rg_kac_499
|
set_global_flag = rg_kac_499
|
||||||
|
rg_timeline_attract_field_init = yes
|
||||||
if = { # 非正常触发补事件
|
if = { # 非正常触发补事件
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
Loading…
Reference in New Issue