This commit is contained in:
FA507RM-KALOSPA\Kalo
2023-06-11 14:35:30 +08:00
parent a6ada7e827
commit e338088383
9 changed files with 328 additions and 625 deletions

View File

@@ -2546,8 +2546,20 @@ rg_lcluster_spawn_effect = {
RG_gray_mod1_effect = {
custom_tooltip = rg_levelup_2.tooltip
start_situation = {
type = gray_research_situation
target = ROOT
type = situation_rg_gray_mod1
target = this
}
}
RG_gray_mod1_effect_project = {
custom_tooltip = rg_levelup_2.tooltip
enable_special_project = {
name = RG_GRAY_MOD1
location = event_target:gray_owner_capital_starbase
owner = root
}
add_resource = {
energy = -15000
alloys = -15000
}
}
RG_gray_mod2_effect = {
@@ -2573,4 +2585,4 @@ RG_gray_mod3_effect = {
energy = -40000
alloys = -40000
}
}
}