故事事件兼容舰R对话ui(未测试
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
rg_storyline_trigger = {
|
||||
# 初始化故事事件触发
|
||||
country_event = { id = rg_story.2 days = 3600 random = 12800 }
|
||||
country_event = { id = rg_story.8 days = 3600 random = 12800 }
|
||||
country_event = { id = rg_story.13 days = 3600 random = 12800 }
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
country_event = { id = rg_wsg_story.2 days = 3600 random = 12800 }
|
||||
country_event = { id = rg_wsg_story.8 days = 3600 random = 12800 }
|
||||
country_event = { id = rg_wsg_story.13 days = 3600 random = 12800 }
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = { id = rg_story.2 days = 3600 random = 12800 }
|
||||
country_event = { id = rg_story.8 days = 3600 random = 12800 }
|
||||
country_event = { id = rg_story.13 days = 3600 random = 12800 }
|
||||
}
|
||||
}
|
||||
|
||||
rg_create_gray_planetkiller_testship_1 = {
|
||||
|
||||
Reference in New Issue
Block a user