This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-06-11 16:17:01 +08:00
parent a708c18df6
commit 144b726051
6 changed files with 7 additions and 8 deletions

View File

@ -2555,7 +2555,7 @@ RG_gray_mod1_effect_project = {
enable_special_project = { enable_special_project = {
name = RG_GRAY_MOD1 name = RG_GRAY_MOD1
location = event_target:gray_owner_capital_starbase location = event_target:gray_owner_capital_starbase
owner = root owner = event_target:gray_owner
} }
add_resource = { add_resource = {
energy = -15000 energy = -15000
@ -2567,7 +2567,7 @@ RG_gray_mod2_effect = {
enable_special_project = { enable_special_project = {
name = RG_GRAY_MOD2 name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase location = event_target:gray_owner_capital_starbase
owner = root owner = event_target:gray_owner
} }
add_resource = { add_resource = {
energy = -150000 energy = -150000
@ -2579,7 +2579,7 @@ RG_gray_mod3_effect = {
enable_special_project = { enable_special_project = {
name = RG_GRAY_MOD3 name = RG_GRAY_MOD3
location = event_target:gray_owner_capital_starbase location = event_target:gray_owner_capital_starbase
owner = root owner = event_target:gray_owner
} }
add_resource = { add_resource = {
energy = -40000 energy = -40000

View File

@ -204,7 +204,7 @@ situation_rg_gray_mod1 = {
has_situation_flag = situation_rg_gray_mod1_stage_5_booster has_situation_flag = situation_rg_gray_mod1_stage_5_booster
} }
modifier = { modifier = {
subtract = 0.1 add = 0.1
desc = situation_rg_gray_mod1_stage_6_booster_tooltip desc = situation_rg_gray_mod1_stage_6_booster_tooltip
has_situation_flag = situation_rg_gray_mod1_stage_6_booster has_situation_flag = situation_rg_gray_mod1_stage_6_booster
} }

View File

@ -629,7 +629,6 @@ country_event = {
limit = { limit = {
is_situation_type = situation_rg_gray_mod1 is_situation_type = situation_rg_gray_mod1
} }
remove_situation_flag = situation_rg_gray_mod1_stage_6_booster
remove_situation_flag = rg_stage6_locked remove_situation_flag = rg_stage6_locked
set_situation_locked = no set_situation_locked = no
remove_situation_flag = locked remove_situation_flag = locked

View File

@ -514,7 +514,7 @@ country_event = {
capital_scope = { capital_scope = {
solar_system = { solar_system = {
starbase = { starbase = {
save_event_target_as = gray_owner_capital_starbase save_global_event_target_as = gray_owner_capital_starbase
} }
} }
} }

View File

@ -455,7 +455,7 @@ country_event = {
capital_scope = { capital_scope = {
solar_system = { solar_system = {
starbase = { starbase = {
save_event_target_as = gray_owner_capital_starbase save_global_event_target_as = gray_owner_capital_starbase
} }
} }
} }

View File

@ -216,7 +216,7 @@ country_event = {
enable_special_project = { enable_special_project = {
name = RG_GRAY_MOD1 name = RG_GRAY_MOD1
location = event_target:gray_owner_capital_starbase location = event_target:gray_owner_capital_starbase
owner = root owner = event_target:gray_owner
} }
} }
} }