This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-06-14 17:15:05 +08:00
parent 0104f3237d
commit 525867a6d9
7 changed files with 1856 additions and 1916 deletions

View File

@ -1,29 +0,0 @@
RG_gray_friendly = {
show_in_contacts_list = no
minimalist_contacts_list_profile = yes
share_communications = yes
default_ships = no
government = no
uses_origins = no
share_survey_data = yes
needs_survey = no
observable = yes
ai = {
enabled = no
}
faction = {
hostile = no
needs_border_access = no
generate_borders = no
needs_colony = no
auto_delete = no
}
custom_diplomacy = yes
modules = {
basic_technology_module = {
}
exclusive_diplomacy_module = {
contact_rule = on_action_only
}
}
}

View File

@ -1,5 +1,3 @@
#星球无法自动建造
#scope (planet)
RG_planet_can_auto_build = {
OR = {
AND = {

View File

@ -1,96 +1,98 @@
namespace = rg_skill
#fleet_event = {
# id = rg_skill.1
# hide_window = yes
# is_triggered_only = yes
#
# trigger = {
# NOT = { has_global_flag = rg_grayskill_cooldown }
# any_owned_fleet = {
# exists = leader
# leader = { has_leader_flag = gray_leader_admiral }
# is_in_combat = yes
# }
# }
#
# immediate = {
# if = {
# limit = {
# any_owned_fleet = {
# exists = leader
# leader = { has_leader_flag = gray_leader_admiral }
# is_in_combat = yes
# }
# }
# random_owned_fleet = {
# if = {
# limit = { leader = { has_leader_flag = gray_leader_admiral }}
# save_event_target_as = gray_warship_location
# }
# }
# create_fleet = {
# name = "NAME_RG_carrier"
# settings = {
# can_disband = yes
# can_upgrade = no
# can_change_composition = yes
# can_change_leader = no
# uses_naval_capacity = no
# spawn_debris = no
# }
# effect = {
# set_owner = event_target:gray_owner
# while = {
# count = 4
# create_ship = {
# name = random
# design = "RG_carrier_Interdictor"
# graphical_culture = "pirate_01"
# prefix = no
# upgradable = no
# }
# }
# set_location = {
# target = event_target:gray_warship_location
# distance = 55
# angle = 270
# }
# set_fleet_flag = RG_carrier_fleet
# save_global_event_target_as = RG_carrier_fleet
# }
# }
#
# set_timed_global_flag = {
# flag = rg_grayskill_cooldown days = 120
# }
# }
# }
#}
#fleet_event = {
# id = rg_skill.2
# hide_window = yes
# is_triggered_only = yes
#
# trigger = {
# any_owned_fleet = {
# has_fleet_flag = RG_carrier_fleet
# is_in_combat = no
# }
# }
#
# immediate = {
# if = {
# limit = {
# any_owned_fleet = {
# has_fleet_flag = RG_carrier_fleet
# is_in_combat = no
# }
# }
# event_target:RG_carrier_fleet = { delete_ship = this }
# }
# }
#}
#自动星系建设
# fleet_event = {
# id = rg_skill.1
# hide_window = yes
# is_triggered_only = yes
#
# trigger = {
# NOT = { has_global_flag = rg_grayskill_cooldown }
# any_owned_fleet = {
# exists = leader
# leader = { has_leader_flag = gray_leader_admiral }
# is_in_combat = yes
# }
# }
#
# immediate = {
# if = {
# limit = {
# any_owned_fleet = {
# exists = leader
# leader = { has_leader_flag = gray_leader_admiral }
# is_in_combat = yes
# }
# }
# random_owned_fleet = {
# if = {
# limit = { leader = { has_leader_flag = gray_leader_admiral }}
# save_event_target_as = gray_warship_location
# }
# }
# create_fleet = {
# name = "NAME_RG_carrier"
# settings = {
# can_disband = yes
# can_upgrade = no
# can_change_composition = yes
# can_change_leader = no
# uses_naval_capacity = no
# spawn_debris = no
# }
# effect = {
# set_owner = event_target:gray_owner
# while = {
# count = 4
# create_ship = {
# name = random
# design = "RG_carrier_Interdictor"
# graphical_culture = "pirate_01"
# prefix = no
# upgradable = no
# }
# }
# set_location = {
# target = event_target:gray_warship_location
# distance = 55
# angle = 270
# }
# set_fleet_flag = RG_carrier_fleet
# save_global_event_target_as = RG_carrier_fleet
# }
# }
#
# set_timed_global_flag = {
# flag = rg_grayskill_cooldown days = 120
# }
# }
# }
# }
# fleet_event = {
# id = rg_skill.2
# hide_window = yes
# is_triggered_only = yes
#
# trigger = {
# any_owned_fleet = {
# has_fleet_flag = RG_carrier_fleet
# is_in_combat = no
# }
# }
#
# immediate = {
# if = {
# limit = {
# any_owned_fleet = {
# has_fleet_flag = RG_carrier_fleet
# is_in_combat = no
# }
# }
# event_target:RG_carrier_fleet = { delete_ship = this }
# }
# }
# }
ship_event = {
id = rg_skill.3
hide_window = yes
@ -106,11 +108,9 @@ ship_event = {
}
solar_system = {
OR = {
#星系无主
NOT = {
exists = space_owner
}
#星系为我方但有空间站未建造
AND = {
space_owner = {
is_same_empire = root.controller
@ -120,7 +120,6 @@ ship_event = {
}
}
}
#邻国不能是军孤
NOT = {
any_neighbor_system = {
has_owner = yes
@ -145,7 +144,6 @@ ship_event = {
}
solar_system = {
NOT = {
#星系内不能有敌舰
any_fleet_in_system = {
exists = controller
controller = {
@ -155,7 +153,6 @@ ship_event = {
}
}
}
#创建自动工程船暂存国家
RG_const_auto_build_effect_event = yes
}
else_if = {
@ -168,8 +165,7 @@ ship_event = {
}
solar_system = {
has_star_flag = lcluster
NOT = {
#星系内不能有敌舰
NOT = {
any_fleet_in_system = {
exists = controller
controller = {
@ -179,7 +175,6 @@ ship_event = {
}
}
}
#创建自动工程船暂存国家
RG_const_auto_build_effect_event = yes
}
else_if = {
@ -190,8 +185,7 @@ ship_event = {
}
solar_system = {
# has_star_flag = lcluster
NOT = {
#星系内不能有敌舰
NOT = {
any_fleet_in_system = {
exists = controller
controller = {
@ -201,10 +195,8 @@ ship_event = {
}
}
}
#创建自动工程船暂存国家
RG_const_auto_build_effect_event = yes
}
#循环检查
ship_event = {
id = rg_skill.3
days = 10

File diff suppressed because it is too large Load Diff

View File

@ -725,4 +725,748 @@ country_event = {
}
}
}
}
# 开始改造
country_event = {
id = rg_story.23
title = rg_story.23.title
desc = rg_story.23.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.23.a
default_hide_option = yes
}
option = {
name = rg_story.23.b
allow = {
resource_stockpile_compare = {
resource = energy
value >= 1500
}
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
}
add_resource = {
energy = -1500
alloys = -1500
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_1_booster
}
}
}
country_event = {
id = rg_story.24
title = rg_story.24.title
desc = rg_story.24.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.24.a
default_hide_option = yes
}
option = {
name = rg_story.24.b
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_2_booster
}
}
}
country_event = {
id = rg_story.25
title = rg_story.25.title
desc = rg_story.25.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.25.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_3_booster
}
}
option = {
name = rg_story.25.b
allow = {
resource_stockpile_compare = {
resource = energy
value >= 5000
}
resource_stockpile_compare = {
resource = alloys
value >= 5000
}
}
add_resource = {
energy = -5000
alloys = -5000
}
rg_create_gray_mod1_testship_1 = yes
}
}
country_event = {
id = rg_story.26
title = rg_story.26.title
desc = rg_story.26.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.26.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_4_booster
}
}
option = {
name = rg_story.26.b
add_resource = {
energy = -5000
alloys = -5000
}
rg_create_gray_planetkiller_testship_1 = yes
}
}
country_event = {
id = rg_story.27
title = rg_story.27.title
desc = rg_story.27.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.27.a
default_hide_option = yes
}
option = {
name = rg_story.27.b
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_5_booster
}
}
}
country_event = {
id = rg_story.28
title = rg_story.28.title
desc = rg_story.28.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.28.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_locked = yes
set_situation_flag = locked
set_situation_flag = rg_stage6_locked
set_situation_flag = situation_rg_gray_mod1_stage_6_booster
}
enable_special_project = {
name = RG_GRAY_MOD1
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
country_event = {
id = rg_story.29
title = rg_story.29.title
desc = rg_story.29.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.29.a
default_hide_option = yes
}
}
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
enable_special_project = {
name = rg_gray_mod2_stage1_project
# location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = nanites
value >= 150
}
}
add_resource = {
resource = nanites
value = -150
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_2_booster
}
}
}
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
enable_special_project = {
name = rg_gray_mod2_stage4_project
# location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
resource_stockpile_compare = {
resource = energy
value >= 1500
}
}
add_resource = {
resource = alloys
value = -1500
}
add_resource = {
resource = energy
value = -1500
}
rg_create_gray_mod1_testship_2 = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_5_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
resource_stockpile_compare = {
resource = energy
value >= 1500
}
}
add_resource = {
resource = alloys
value = -1500
}
add_resource = {
resource = energy
value = -1500
}
rg_create_gray_mod1_testship_2 = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_6_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = energy
value >= 4000
}
resource_stockpile_compare = {
resource = minerals
value >= 1500
}
}
add_resource = {
resource = energy
value = -4000
}
add_resource = {
resource = minerals
value = -1500
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_7_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = consumer_goods
value >= 3000
}
}
add_resource = {
resource = consumer_goods
value = -3000
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_8_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
resource_stockpile_compare = {
resource = energy
value >= 1500
}
}
add_resource = {
resource = alloys
value = -1500
}
add_resource = {
resource = energy
value = -1500
}
rg_create_gray_mod1_testship_2 = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_9_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 3000
}
}
add_resource = {
resource = alloys
value = -3000
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_10_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = nanites
value >= 500
}
}
add_resource = {
resource = alloys
value = -500
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_11_booster
}
}
}
country_event = {
id = rg_story.41
title = rg_story.41.title
desc = rg_story.41.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.41.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_locked = yes
set_situation_flag = locked
set_situation_flag = rg_stage6_locked
}
enable_special_project = {
name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
country_event = {
id = rg_story.42
title = rg_story.42.title
desc = rg_story.42.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.42.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_locked = yes
set_situation_flag = locked
set_situation_flag = rg_stage6_locked
}
enable_special_project = {
name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,745 +0,0 @@
namespace = rg_story
# 开始改造
country_event = {
id = rg_story.23
title = rg_story.23.title
desc = rg_story.23.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.23.a
default_hide_option = yes
}
option = {
name = rg_story.23.b
allow = {
resource_stockpile_compare = {
resource = energy
value >= 1500
}
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
}
add_resource = {
energy = -1500
alloys = -1500
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_1_booster
}
}
}
country_event = {
id = rg_story.24
title = rg_story.24.title
desc = rg_story.24.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.24.a
default_hide_option = yes
}
option = {
name = rg_story.24.b
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_2_booster
}
}
}
country_event = {
id = rg_story.25
title = rg_story.25.title
desc = rg_story.25.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.25.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_3_booster
}
}
option = {
name = rg_story.25.b
allow = {
resource_stockpile_compare = {
resource = energy
value >= 5000
}
resource_stockpile_compare = {
resource = alloys
value >= 5000
}
}
add_resource = {
energy = -5000
alloys = -5000
}
rg_create_gray_mod1_testship_1 = yes
}
}
country_event = {
id = rg_story.26
title = rg_story.26.title
desc = rg_story.26.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.26.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_4_booster
}
}
option = {
name = rg_story.26.b
add_resource = {
energy = -5000
alloys = -5000
}
rg_create_gray_planetkiller_testship_1 = yes
}
}
country_event = {
id = rg_story.27
title = rg_story.27.title
desc = rg_story.27.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.27.a
default_hide_option = yes
}
option = {
name = rg_story.27.b
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_flag = situation_rg_gray_mod1_stage_5_booster
}
}
}
country_event = {
id = rg_story.28
title = rg_story.28.title
desc = rg_story.28.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.28.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod1
}
set_situation_locked = yes
set_situation_flag = locked
set_situation_flag = rg_stage6_locked
set_situation_flag = situation_rg_gray_mod1_stage_6_booster
}
enable_special_project = {
name = RG_GRAY_MOD1
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
country_event = {
id = rg_story.29
title = rg_story.29.title
desc = rg_story.29.desc
picture = GFX_evt_gray_goo_ships
show_sound = event_radio_chatter
is_triggered_only = yes
trigger = {
NOR = {
has_country_flag = rg_gray_level_2
has_country_flag = rg_gray_level_3
}
}
immediate = {
}
option = {
name = rg_story.29.a
default_hide_option = yes
}
}
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
enable_special_project = {
name = rg_gray_mod2_stage1_project
# location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = nanites
value >= 150
}
}
add_resource = {
resource = nanites
value = -150
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_2_booster
}
}
}
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
enable_special_project = {
name = rg_gray_mod2_stage4_project
# location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
resource_stockpile_compare = {
resource = energy
value >= 1500
}
}
add_resource = {
resource = alloys
value = -1500
}
add_resource = {
resource = energy
value = -1500
}
rg_create_gray_mod1_testship_2 = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_5_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
resource_stockpile_compare = {
resource = energy
value >= 1500
}
}
add_resource = {
resource = alloys
value = -1500
}
add_resource = {
resource = energy
value = -1500
}
rg_create_gray_mod1_testship_2 = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_6_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = energy
value >= 4000
}
resource_stockpile_compare = {
resource = minerals
value >= 1500
}
}
add_resource = {
resource = energy
value = -4000
}
add_resource = {
resource = minerals
value = -1500
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_7_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = consumer_goods
value >= 3000
}
}
add_resource = {
resource = consumer_goods
value = -3000
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_8_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 1500
}
resource_stockpile_compare = {
resource = energy
value >= 1500
}
}
add_resource = {
resource = alloys
value = -1500
}
add_resource = {
resource = energy
value = -1500
}
rg_create_gray_mod1_testship_2 = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_9_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = alloys
value >= 3000
}
}
add_resource = {
resource = alloys
value = -3000
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_10_booster
}
}
}
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
allow = {
resource_stockpile_compare = {
resource = nanites
value >= 500
}
}
add_resource = {
resource = alloys
value = -500
}
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_flag = situation_rg_gray_mod2_stage_11_booster
}
}
}
country_event = {
id = rg_story.41
title = rg_story.41.title
desc = rg_story.41.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.41.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_locked = yes
set_situation_flag = locked
set_situation_flag = rg_stage6_locked
}
enable_special_project = {
name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}
country_event = {
id = rg_story.42
title = rg_story.42.title
desc = rg_story.42.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.42.a
default_hide_option = yes
random_situation = {
limit = {
is_situation_type = situation_rg_gray_mod2
}
set_situation_locked = yes
set_situation_flag = locked
set_situation_flag = rg_stage6_locked
}
enable_special_project = {
name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
}