This commit is contained in:
FA507RM-KALOSPA\Kalo
2023-06-12 11:40:30 +08:00
parent f1f9fa7ed7
commit 0357e98241
3 changed files with 38 additions and 8 deletions

View File

@@ -2545,9 +2545,21 @@ rg_lcluster_spawn_effect = {
}
RG_gray_mod1_effect = {
custom_tooltip = rg_levelup_2.tooltip
start_situation = {
type = situation_rg_gray_mod1
target = this
if = {
limit = {
has_global_flag = rg_skip_gray_mod_situation
}
enable_special_project = {
name = RG_GRAY_MOD1
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
else = {
start_situation = {
type = situation_rg_gray_mod1
target = this
}
}
add_resource = {
energy = -15000
@@ -2564,9 +2576,21 @@ RG_gray_mod1_effect_project = {
}
RG_gray_mod2_effect = {
custom_tooltip = rg_levelup_2.tooltip
start_situation = {
type = situation_rg_gray_mod2
target = this
if = {
limit = {
has_global_flag = rg_skip_gray_mod_situation
}
enable_special_project = {
name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
}
else = {
start_situation = {
type = situation_rg_gray_mod2
target = this
}
}
add_resource = {
energy = -150000