This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-06-12 19:50:07 +08:00
parent 6a6c848751
commit 9177b3e215
5 changed files with 21 additions and 8 deletions

View File

@ -98,7 +98,7 @@ situation_rg_gray_mod1 = {
} }
situation_rg_gray_mod1_stage_6 = { situation_rg_gray_mod1_stage_6 = {
icon = GFX_situation_stage_6 icon = GFX_situation_stage_6
icon_background = GFX_situation_stage_frame_green icon_background = GFX_situation_stage_frame_red
end = 100 end = 100
custom_tooltip = situation_rg_gray_mod1_stage_6_tooltip custom_tooltip = situation_rg_gray_mod1_stage_6_tooltip
on_first_enter = { on_first_enter = {
@ -404,7 +404,7 @@ situation_rg_gray_mod2 = {
} }
situation_rg_gray_mod2_stage_12 = { situation_rg_gray_mod2_stage_12 = {
icon = GFX_situation_stage_6 icon = GFX_situation_stage_6
icon_background = GFX_situation_stage_frame_green icon_background = GFX_situation_stage_frame_red
end = 100 end = 100
custom_tooltip = situation_rg_gray_mod2_stage_12_tooltip custom_tooltip = situation_rg_gray_mod2_stage_12_tooltip
on_first_enter = { on_first_enter = {
@ -413,6 +413,9 @@ situation_rg_gray_mod2 = {
id = rg_story.41 id = rg_story.41
} }
} }
event_target:gray_warship = {
set_event_locked = no
}
} }
} }
} }

View File

@ -69,6 +69,9 @@ special_project = {
is_situation_type = situation_rg_gray_mod2 is_situation_type = situation_rg_gray_mod2
} }
set_situation_flag = situation_rg_gray_mod2_stage_1_booster set_situation_flag = situation_rg_gray_mod2_stage_1_booster
remove_situation_flag = rg_stage6_locked
set_situation_locked = no
remove_situation_flag = locked
} }
} }
} }
@ -106,6 +109,9 @@ special_project = {
is_situation_type = situation_rg_gray_mod2 is_situation_type = situation_rg_gray_mod2
} }
set_situation_flag = situation_rg_gray_mod2_stage_4_booster set_situation_flag = situation_rg_gray_mod2_stage_4_booster
remove_situation_flag = rg_stage6_locked
set_situation_locked = no
remove_situation_flag = locked
} }
} }
} }

View File

@ -637,7 +637,9 @@ country_event = {
destroy_template = yes destroy_template = yes
} }
} }
give_technology = tech_gray_juggernaut_8 give_technology = {
tech = tech_gray_juggernaut_8
}
create_ship_design = { create_ship_design = {
design = "NAME_gray_capitalship" design = "NAME_gray_capitalship"
} }
@ -865,7 +867,9 @@ country_event = {
} }
} }
immediate = { immediate = {
give_technology = tech_lgate_activation give_technology = {
tech = tech_lgate_activation
}
if = { if = {
limit = { limit = {
any_system_within_border = { any_system_within_border = {

View File

@ -294,12 +294,12 @@ country_event = {
name = rg_story.31.b name = rg_story.31.b
allow = { allow = {
resource_stockpile_compare = { resource_stockpile_compare = {
resource = nanties resource = nanites
value >= 150 value >= 150
} }
} }
add_resource = { add_resource = {
resource = nanties resource = nanites
value = -150 value = -150
} }
random_situation = { random_situation = {
@ -659,7 +659,7 @@ country_event = {
name = rg_story.40.b name = rg_story.40.b
allow = { allow = {
resource_stockpile_compare = { resource_stockpile_compare = {
resource = nanties resource = nanites
value >= 500 value >= 500
} }
} }

View File

@ -408,7 +408,7 @@
situation_rg_gray_mod2_stage_14_tooltip:0 "$rg_story.43.desc$" situation_rg_gray_mod2_stage_14_tooltip:0 "$rg_story.43.desc$"
rg_gray_mod2_stage1_project:0 "§Y指派首席科学家帮助改造项目§!" rg_gray_mod2_stage1_project:0 "§Y指派首席科学家帮助改造项目§!"
rg_gray_mod2_stage1_project_desc:0 "为了加快$NAME_Gray$改造项目进度,我们需要指派我们的科学家研究这个项目。嗯,就是这样。" rg_gray_mod2_stage1_project_desc:0 "为了加快$NAME_Gray$改造项目进度,我们需要指派我们的科学家研究这个项目。嗯,就是这样。"
rg_gray_mod2_stage4_project:0 "$rg_gray_mod2_stage1_project$" rg_gray_mod2_stage4_project:0 "$rg_gray_mod2_stage1_project$"
rg_gray_mod2_stage4_project_desc:0 "$rg_gray_mod2_stage1_project_desc$" rg_gray_mod2_stage4_project_desc:0 "$rg_gray_mod2_stage1_project_desc$"