From 0d4a971da172c6fdb1baa5a588c853c7e3f871c2 Mon Sep 17 00:00:00 2001 From: "FA507RM-KALOSPA\\Kalo" Date: Mon, 12 Jun 2023 10:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/situations/rg_gray_situations.txt | 66 ++++- events/rg_gray_mod_story_event.txt | 265 +++++++++++++++++- .../simp_chinese/RG_event_l_simp_chinese.yml | 3 +- 3 files changed, 319 insertions(+), 15 deletions(-) diff --git a/common/situations/rg_gray_situations.txt b/common/situations/rg_gray_situations.txt index 27b673f..569077c 100644 --- a/common/situations/rg_gray_situations.txt +++ b/common/situations/rg_gray_situations.txt @@ -265,7 +265,11 @@ situation_rg_gray_mod2 = { end = 8.4 custom_tooltip = situation_rg_gray_mod2_stage_1_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.30 + } + } } } situation_rg_gray_mod2_stage_2 = { @@ -274,7 +278,11 @@ situation_rg_gray_mod2 = { end = 16.8 custom_tooltip = situation_rg_gray_mod2_stage_2_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.31 + } + } } } situation_rg_gray_mod2_stage_3 = { @@ -283,7 +291,11 @@ situation_rg_gray_mod2 = { end = 25.2 custom_tooltip = situation_rg_gray_mod2_stage_3_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.32 + } + } } } situation_rg_gray_mod2_stage_4 = { @@ -292,7 +304,11 @@ situation_rg_gray_mod2 = { end = 33.6 custom_tooltip = situation_rg_gray_mod2_stage_4_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.33 + } + } } } situation_rg_gray_mod2_stage_5 = { @@ -301,7 +317,11 @@ situation_rg_gray_mod2 = { end = 42 custom_tooltip = situation_rg_gray_mod2_stage_5_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.34 + } + } } } situation_rg_gray_mod2_stage_6 = { @@ -310,7 +330,11 @@ situation_rg_gray_mod2 = { end = 50.4 custom_tooltip = situation_rg_gray_mod2_stage_6_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.35 + } + } } } situation_rg_gray_mod2_stage_7 = { @@ -319,7 +343,11 @@ situation_rg_gray_mod2 = { end = 58.8 custom_tooltip = situation_rg_gray_mod2_stage_7_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.36 + } + } } } situation_rg_gray_mod2_stage_8 = { @@ -328,7 +356,11 @@ situation_rg_gray_mod2 = { end = 67.2 custom_tooltip = situation_rg_gray_mod2_stage_8_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.37 + } + } } } situation_rg_gray_mod2_stage_9 = { @@ -337,7 +369,11 @@ situation_rg_gray_mod2 = { end = 75.6 custom_tooltip = situation_rg_gray_mod2_stage_9_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.38 + } + } } } situation_rg_gray_mod2_stage_10 = { @@ -346,7 +382,11 @@ situation_rg_gray_mod2 = { end = 84 custom_tooltip = situation_rg_gray_mod2_stage_10_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.39 + } + } } } situation_rg_gray_mod2_stage_11 = { @@ -355,7 +395,11 @@ situation_rg_gray_mod2 = { end = 92.4 custom_tooltip = situation_rg_gray_mod2_stage_11_tooltip on_first_enter = { - + owner = { + country_event = { + id = rg_story.40 + } + } } } situation_rg_gray_mod2_stage_12 = { diff --git a/events/rg_gray_mod_story_event.txt b/events/rg_gray_mod_story_event.txt index 2cfba3f..9b7cc0d 100644 --- a/events/rg_gray_mod_story_event.txt +++ b/events/rg_gray_mod_story_event.txt @@ -242,6 +242,267 @@ country_event = { } } +country_event = { + id = rg_story.30 + title = rg_story.30.title + desc = rg_story.30.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.30.a + default_hide_option = yes + } + option = { + name = rg_story.30.b + } +} + +country_event = { + id = rg_story.31 + title = rg_story.31.title + desc = rg_story.31.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.31.a + default_hide_option = yes + } + option = { + name = rg_story.31.b + } +} + +country_event = { + id = rg_story.32 + title = rg_story.32.title + desc = rg_story.32.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.32.a + default_hide_option = yes + } +} + +country_event = { + id = rg_story.33 + title = rg_story.33.title + desc = rg_story.33.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.33.a + default_hide_option = yes + } + option = { + name = rg_story.33.b + } +} + +country_event = { + id = rg_story.34 + title = rg_story.34.title + desc = rg_story.34.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.34.a + default_hide_option = yes + } + option = { + name = rg_story.34.b + } +} + +country_event = { + id = rg_story.35 + title = rg_story.35.title + desc = rg_story.35.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.35.a + default_hide_option = yes + } + option = { + name = rg_story.35.b + } +} + +country_event = { + id = rg_story.36 + title = rg_story.36.title + desc = rg_story.36.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.36.a + default_hide_option = yes + } + option = { + name = rg_story.36.b + } +} + +country_event = { + id = rg_story.37 + title = rg_story.37.title + desc = rg_story.37.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.37.a + default_hide_option = yes + } + option = { + name = rg_story.37.b + } +} + +country_event = { + id = rg_story.38 + title = rg_story.38.title + desc = rg_story.38.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.38.a + default_hide_option = yes + } + option = { + name = rg_story.38.b + } +} + +country_event = { + id = rg_story.39 + title = rg_story.39.title + desc = rg_story.39.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.39.a + default_hide_option = yes + } + option = { + name = rg_story.39.b + } +} + +country_event = { + id = rg_story.40 + title = rg_story.40.title + desc = rg_story.40.desc + picture = GFX_evt_gray_goo_ships + show_sound = event_radio_chatter + is_triggered_only = yes + trigger = { + NOR = { + has_country_flag = rg_gray_level_1 + has_country_flag = rg_gray_level_3 + } + } + immediate = { + } + option = { + name = rg_story.40.a + default_hide_option = yes + } + option = { + name = rg_story.40.b + } +} + country_event = { id = rg_story.41 title = rg_story.41.title @@ -251,7 +512,7 @@ country_event = { is_triggered_only = yes trigger = { NOR = { - has_country_flag = rg_gray_level_2 + has_country_flag = rg_gray_level_1 has_country_flag = rg_gray_level_3 } } @@ -285,7 +546,7 @@ country_event = { is_triggered_only = yes trigger = { NOR = { - has_country_flag = rg_gray_level_2 + has_country_flag = rg_gray_level_1 has_country_flag = rg_gray_level_3 } } diff --git a/localisation/simp_chinese/RG_event_l_simp_chinese.yml b/localisation/simp_chinese/RG_event_l_simp_chinese.yml index 86f993c..c03da88 100644 --- a/localisation/simp_chinese/RG_event_l_simp_chinese.yml +++ b/localisation/simp_chinese/RG_event_l_simp_chinese.yml @@ -355,8 +355,7 @@ rg_story.41.title:0 "§Y第十二阶段:最终试航§!" rg_story.41.desc:0 "我们的计划已经进入最终阶段。我们的旗舰改造项目已经基本完成,接下来就是实际试航的阶段。如果一切顺利,那就一切顺利。\n§Y在这一阶段我们需要执行小灰改造计划。§!" - rg_story.41.a:0 "就这样了" - rg_story.41.b:0 "§Y投资额外材料§!" + rg_story.41.a:0 "启动计划" rg_story.42.title:0 "§Y第十三阶段:居住区划设计§!" rg_story.42.desc:0 "我们的计划已经进入基本完成,作为追加选项,我们可以对旗舰进行主宰改造。但这需要我们进行额外的投资。在这一阶段我们将制造一个能够容纳大量人口居住的宜居仓段。\n§Y在这一阶段不加干预仍将正常进行,不过进行一些小小的投资能够加快这一进程。§!"