25 lines
568 B
Plaintext
25 lines
568 B
Plaintext
|
immediate = {
|
||
|
rg_timeline_attract_field_init = yes
|
||
|
if = {
|
||
|
# 非正常触发补事件
|
||
|
limit = {
|
||
|
NOT = {
|
||
|
exists = event_target:rg_gray_country
|
||
|
}
|
||
|
}
|
||
|
rg_gray_country_init = yes #创建国家
|
||
|
}
|
||
|
rg_gray_country_after_init = yes
|
||
|
set_country_flag = machine_age_nanites_studied
|
||
|
create_message = {
|
||
|
type = MESSAGE_RECRUITED_LEADER
|
||
|
localization = "rg_event.2.desc"
|
||
|
days = @toast_message_days
|
||
|
target = event_target:rg_gray_country_leader
|
||
|
variable = {
|
||
|
type = name
|
||
|
localization = LEADER
|
||
|
scope = event_target:rg_gray_country_leader
|
||
|
}
|
||
|
}
|
||
|
}
|