diff --git a/common/scripted_effects/RG_special_effects.txt b/common/scripted_effects/RG_special_effects.txt index 917e9d5..aff2688 100644 --- a/common/scripted_effects/RG_special_effects.txt +++ b/common/scripted_effects/RG_special_effects.txt @@ -1,21 +1,25 @@ rg_storyline_trigger = { - # 初始化故事事件触发 - 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 } - } + # 初始化故事事件触发 + # 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 } + # } + + 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 = { diff --git a/events/RG_wsg_story_event.txt b/events/RG_wsg_story_event.txt index fb9353c..1d21b77 100644 --- a/events/RG_wsg_story_event.txt +++ b/events/RG_wsg_story_event.txt @@ -171,73 +171,6 @@ country_event = { } } -planet_event = { - id = rg_wsg_story.6 - title = "rg_story.6.title" - is_triggered_only = yes - fire_only_once = yes - - trigger = { - OR = { - has_global_flag = has_wsg_mod - has_global_flag = kdc_event_mod_active - } - } - - picture = GFX_evt_failed_observation - show_sound = evn_fc_observation - - immediate = { - every_country = { - every_owned_fleet = { - limit = { - any_owned_ship = { - has_ship_flag = rg_test_ship - } - } - delete_fleet = this - } - } - } - - desc = { - text = "rg_story.6.desc" - } - - option = { - name = rg_story.6.a - hidden_effect = { - country_event = { id = rg_wsg_story.7 } - } - default_hide_option = yes - } -} - -country_event = { - id = rg_wsg_story.7 - is_triggered_only = yes - hide_window = yes - - trigger = { - OR = { - has_global_flag = has_wsg_mod - has_global_flag = kdc_event_mod_active - } - } - - immediate = { - every_owned_fleet = { - limit = { - has_fleet_flag = rg_test_ship_fleet - } - delete_fleet = this - } - event_target:rg_test_ship_global_event_target = { - delete_ship = this - } - } -} - country_event = { id = rg_wsg_story.8 title = "graygoo.500.title" @@ -314,40 +247,6 @@ country_event = { } } -country_event = { - id = rg_wsg_story.10 - title = "rg_story.10.title" - is_triggered_only = yes - fire_only_once = yes - - trigger = { - OR = { - has_global_flag = has_wsg_mod - has_global_flag = kdc_event_mod_active - } - any_owned_fleet = { - any_owned_ship = { - has_component = RG_revive_component - } - } - } - - picture = GFX_evt_ship_in_orbit - show_sound = event_radio_chatter - - desc = { - text = "rg_story.10.desc" - } - - option = { - name = rg_story.10.a - default_hide_option = yes - } - option = { - name = rg_story.10.b - } -} - country_event = { id = rg_wsg_story.11 title = "graygoo.500.title"