暂存
This commit is contained in:
@@ -827,7 +827,7 @@ ship_event = {
|
||||
is_triggered_only = yes
|
||||
immediate = {
|
||||
from = {
|
||||
save_event_target_as = gray_homeworld
|
||||
save_global_event_target_as = gray_homeworld
|
||||
}
|
||||
rg_timeline_attract_field_init = yes
|
||||
}
|
||||
@@ -848,30 +848,27 @@ country_event = {
|
||||
id = graygoo.401
|
||||
title = "TRANSMISSION"
|
||||
desc = {
|
||||
trigger = {
|
||||
NOT = {
|
||||
is_machine_empire = yes
|
||||
}
|
||||
}
|
||||
trigger = { is_machine_empire = no }
|
||||
text = "graygoo.401.a.desc"
|
||||
}
|
||||
desc = {
|
||||
trigger = {
|
||||
is_machine_empire = yes
|
||||
}
|
||||
trigger = { is_machine_empire = yes }
|
||||
text = "graygoo.401.b.desc"
|
||||
}
|
||||
is_triggered_only = yes
|
||||
diplomatic = yes
|
||||
|
||||
picture_event_data = {
|
||||
portrait = event_target:rg_gray_country_leader
|
||||
planet_background = event_target:gray_homeworld
|
||||
room = "ethic_spaceship_room"
|
||||
}
|
||||
|
||||
immediate = {
|
||||
rg_gray_country_init = yes #创建国家
|
||||
rg_timeline_attract_field_init = yes
|
||||
}
|
||||
|
||||
option = {
|
||||
name = graygoo.401.a
|
||||
trigger = {
|
||||
@@ -881,9 +878,7 @@ country_event = {
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = graygoo.402
|
||||
}
|
||||
country_event = { id = graygoo.402 }
|
||||
}
|
||||
}
|
||||
option = {
|
||||
@@ -892,9 +887,7 @@ country_event = {
|
||||
is_machine_empire = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = graygoo.402
|
||||
}
|
||||
country_event = { id = graygoo.402 }
|
||||
}
|
||||
}
|
||||
option = {
|
||||
@@ -903,9 +896,7 @@ country_event = {
|
||||
is_hive_empire = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = graygoo.402
|
||||
}
|
||||
country_event = { id = graygoo.402 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -915,17 +906,11 @@ country_event = {
|
||||
id = graygoo.402
|
||||
title = "TRANSMISSION"
|
||||
desc = {
|
||||
trigger = {
|
||||
NOT = {
|
||||
is_machine_empire = yes
|
||||
}
|
||||
}
|
||||
trigger = { is_machine_empire = no }
|
||||
text = "graygoo.402.a.desc"
|
||||
}
|
||||
desc = {
|
||||
trigger = {
|
||||
is_machine_empire = yes
|
||||
}
|
||||
trigger = { is_machine_empire = yes }
|
||||
text = "graygoo.402.b.desc"
|
||||
}
|
||||
diplomatic = yes
|
||||
@@ -938,9 +923,7 @@ country_event = {
|
||||
option = {
|
||||
name = graygoo.402.a
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = graygoo.403
|
||||
}
|
||||
country_event = { id = graygoo.403 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -960,9 +943,7 @@ country_event = {
|
||||
option = {
|
||||
name = graygoo.403.a
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = graygoo.404
|
||||
}
|
||||
country_event = { id = graygoo.404 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -982,9 +963,7 @@ country_event = {
|
||||
option = {
|
||||
name = graygoo.404.a
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = graygoo.405
|
||||
}
|
||||
country_event = { id = graygoo.405 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1004,11 +983,7 @@ country_event = {
|
||||
option = {
|
||||
name = graygoo.405.a
|
||||
hidden_effect = {
|
||||
owner = {
|
||||
country_event = {
|
||||
id = graygoo.406
|
||||
}
|
||||
}
|
||||
country_event = { id = graygoo.406 }
|
||||
}
|
||||
}
|
||||
option = {
|
||||
@@ -1017,19 +992,23 @@ country_event = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Gray 6
|
||||
country_event = {
|
||||
id = graygoo.406
|
||||
title = "TRANSMISSION"
|
||||
desc = "graygoo.406.desc"
|
||||
diplomatic = yes
|
||||
|
||||
picture_event_data = {
|
||||
portrait = event_target:rg_gray_country_leader
|
||||
planet_background = event_target:gray_homeworld
|
||||
room = ship_room
|
||||
}
|
||||
event_window_type = leader_recruit
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
option = {
|
||||
name = graygoo.406.a
|
||||
response_text = graygoo.406.a.response
|
||||
@@ -1090,8 +1069,29 @@ country_event = {
|
||||
}
|
||||
is_ai = no
|
||||
}
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.499
|
||||
immediate = {
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1117,18 +1117,8 @@ country_event = {
|
||||
}
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_graygoo.500
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_grayleader.500
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader.500
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1153,18 +1143,8 @@ country_event = {
|
||||
exists = event_target:gray_governor
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_graygoo.501
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_grayleader.501
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader.501
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1195,18 +1175,8 @@ country_event = {
|
||||
}
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_graygoo.502
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_grayleader.502
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader.502
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1242,18 +1212,8 @@ country_event = {
|
||||
}
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_graygoo.503
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_grayleader.503
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader.503
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1274,18 +1234,8 @@ country_event = {
|
||||
RG_gray_is_reforming_trigger = yes
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_graygoo.504
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_grayleader.504
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader.504
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1316,18 +1266,8 @@ country_event = {
|
||||
}
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
RG_OR_has_wsg_mod_trigger = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_graygoo.505
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_grayleader.505
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader.505
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1403,7 +1343,9 @@ country_event = {
|
||||
desc = "graygoo.511.desc"
|
||||
picture = GFX_evt_circuitry_modification
|
||||
show_sound = event_radio_chatter
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
option = {
|
||||
name = graygoo.511.a
|
||||
}
|
||||
|
||||
@@ -1,35 +1,75 @@
|
||||
namespace = rg_event
|
||||
# 灰风起源创建灰风事件
|
||||
# Spawn L-Cluster
|
||||
# Fired from on_game_start_country
|
||||
# Scope = Country
|
||||
country_event = {
|
||||
id = rg_event.1
|
||||
hide_window = yes
|
||||
is_triggered_only = yes
|
||||
trigger = {
|
||||
#有遥远约定起源
|
||||
AND = {
|
||||
has_origin = origin_rg_gray
|
||||
# NOT = { has_global_flag = rg_origin_l_cluster }
|
||||
}
|
||||
}
|
||||
immediate = {
|
||||
#星团起源
|
||||
if = {
|
||||
limit = {
|
||||
#有星团起源标记
|
||||
has_civic = civic_rg_gray_cluster
|
||||
}
|
||||
rg_event_effect_event1_cluster = yes
|
||||
if = {
|
||||
#前提是没有已经存在的第一个遥远约定起源的全局标记
|
||||
limit = {
|
||||
NOT = {
|
||||
has_global_flag = origin_rg_gray_1st_global
|
||||
}
|
||||
}
|
||||
rg_event_effect_event1_cluster = yes
|
||||
}
|
||||
else = {
|
||||
#不是第一个选了遥远约定起源的国家,怎么办?
|
||||
rg_event_effect_event1_dragon = yes
|
||||
}
|
||||
}
|
||||
#银河起源
|
||||
else_if = {
|
||||
limit = {
|
||||
#有银河起源标记
|
||||
has_civic = civic_rg_gray_non_cluster
|
||||
}
|
||||
rg_event_effect_event1_cluster_galaxy = yes
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
#有遥远的故事起源国家,这个条件为什么在这我忘了
|
||||
any_country = {
|
||||
has_origin = origin_Asgray
|
||||
}
|
||||
#前提是没有已经存在的第一个遥远约定起源的全局标记
|
||||
NOT = {
|
||||
has_global_flag = origin_rg_gray_1st_global
|
||||
}
|
||||
}
|
||||
}
|
||||
rg_event_effect_event1_galaxy = yes
|
||||
}
|
||||
else = {
|
||||
#不是第一个选了遥远约定起源的国家,怎么办?
|
||||
rg_event_effect_event1_dragon = yes
|
||||
}
|
||||
}
|
||||
#两个标记都没有默认扔进星团
|
||||
else = {
|
||||
rg_event_effect_event1_cluster = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#小灰打招呼事件
|
||||
# Fired from rg_event.1
|
||||
# Scope = Country
|
||||
country_event = {
|
||||
id = rg_event.2
|
||||
title = graygoo.500.title
|
||||
@@ -41,14 +81,26 @@ country_event = {
|
||||
}
|
||||
is_triggered_only = yes
|
||||
immediate = {
|
||||
rg_event_effect_event2_gray_origin_init = yes
|
||||
rg_gray_country_init = yes
|
||||
#真正送小灰的事件调用499
|
||||
country_event = {
|
||||
id = graygoo.499
|
||||
}
|
||||
#给开局小科技
|
||||
give_technology = {
|
||||
tech = tech_minilaser_gray_1
|
||||
message = no
|
||||
}
|
||||
give_technology = {
|
||||
tech = tech_object_gray_5
|
||||
message = no
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = rg_event.2.a
|
||||
default_hide_option = yes
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_event.3
|
||||
title = "graygoo.500.title"
|
||||
|
||||
@@ -621,7 +621,10 @@ country_event = {
|
||||
has_leader_flag = rg_fake_dragon
|
||||
}
|
||||
remove_trait = RG_leader_trait_admiral_timed_life
|
||||
add_trait = RG_leader_trait_admiral_born_tobe_dragon
|
||||
add_trait = {
|
||||
trait = RG_leader_trait_admiral_born_tobe_dragon
|
||||
show_message = no
|
||||
}
|
||||
set_leader_flag = rg_fake_dragon_reborn
|
||||
set_age = 0
|
||||
}
|
||||
|
||||
@@ -1,143 +0,0 @@
|
||||
namespace = rg_graygoo
|
||||
# 舰R启用兼容用事件
|
||||
# Main Menu (Initial)
|
||||
country_event = {
|
||||
id = rg_graygoo.500
|
||||
title = "graygoo.500.title"
|
||||
desc = "graygoo.500.a.desc"
|
||||
desc = "graygoo.500.b.desc"
|
||||
desc = "graygoo.500.c.desc"
|
||||
desc = "graygoo.500.d.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.500
|
||||
}
|
||||
}
|
||||
|
||||
# Main Menu (Governor)
|
||||
country_event = {
|
||||
id = rg_graygoo.501
|
||||
title = "graygoo.500.title"
|
||||
desc = "graygoo.501.a.desc"
|
||||
desc = "graygoo.501.b.desc"
|
||||
desc = "graygoo.501.c.desc"
|
||||
desc = "graygoo.501.d.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.501
|
||||
}
|
||||
}
|
||||
|
||||
# Main Menu (Warship)
|
||||
country_event = {
|
||||
id = rg_graygoo.502
|
||||
title = "graygoo.500.title"
|
||||
desc = "graygoo.502.a.desc"
|
||||
desc = "graygoo.502.b.desc"
|
||||
desc = "graygoo.502.c.desc"
|
||||
desc = "graygoo.502.d.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.502
|
||||
}
|
||||
}
|
||||
|
||||
# Main Menu (Army)
|
||||
country_event = {
|
||||
id = rg_graygoo.503
|
||||
title = "graygoo.500.title"
|
||||
desc = "graygoo.503.a.desc"
|
||||
desc = "graygoo.503.b.desc"
|
||||
desc = "graygoo.503.c.desc"
|
||||
desc = "graygoo.503.d.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.503
|
||||
}
|
||||
}
|
||||
|
||||
# Main Menu (Gray Reforming)
|
||||
country_event = {
|
||||
id = rg_graygoo.504
|
||||
title = "graygoo.500.title"
|
||||
desc = "graygoo.504.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.504
|
||||
}
|
||||
}
|
||||
|
||||
# Main Menu (const)
|
||||
country_event = {
|
||||
id = rg_graygoo.505
|
||||
title = "graygoo.500.title"
|
||||
desc = "graygoo.505.a.desc"
|
||||
desc = "graygoo.505.b.desc"
|
||||
desc = "graygoo.505.c.desc"
|
||||
desc = "graygoo.505.d.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.505
|
||||
}
|
||||
}
|
||||
|
||||
# help Menu (Initial)
|
||||
country_event = {
|
||||
id = rg_graygoo.4
|
||||
title = "graygoo.500.title"
|
||||
desc = "rg_graygoo.4.a.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.4
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_graygoo.5
|
||||
title = "graygoo.500.title"
|
||||
desc = "rg_event.5.a.desc"
|
||||
desc = "rg_event.5.b.desc"
|
||||
desc = "rg_event.5.c.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.5
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_graygoo.6
|
||||
title = "graygoo.500.title"
|
||||
desc = "rg_event.6.a.desc"
|
||||
desc = "rg_event.6.b.desc"
|
||||
diplomatic = yes
|
||||
custom_gui = wg_gray_new_commu_window
|
||||
custom_gui_option = wg_new_commu_option
|
||||
is_triggered_only = yes
|
||||
inline_script = {
|
||||
script = events/rg_graygoo/rg_graygoo.6
|
||||
}
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
namespace = wg_affection
|
||||
|
||||
# 3.9引用空事件崩溃问题占位
|
||||
# 3.10已弃用
|
||||
# country_event = {
|
||||
# id = wg_affection.30000
|
||||
# title = wg_affection.30000.name
|
||||
# desc = wg_affection.30000.desc
|
||||
# is_triggered_only = yes
|
||||
# diplomatic = yes
|
||||
# show_sound = event_wg_wedding
|
||||
# custom_gui = wg_gray_commu_window
|
||||
# custom_gui_option = wg_gray_commu_option
|
||||
#
|
||||
# immediate = {
|
||||
# set_country_flag = married_gray
|
||||
# }
|
||||
#
|
||||
# option = {
|
||||
# name = wg_affection.30000.a
|
||||
# response_text = wg_affection.30000.response
|
||||
# change_variable = { which = rankpts value = 2 }
|
||||
# }
|
||||
# }
|
||||
Reference in New Issue
Block a user