提前收费

This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-06-11 17:42:48 +08:00
parent 4568d320a5
commit 7b5b520672
2 changed files with 12 additions and 4 deletions

View File

@ -2549,6 +2549,10 @@ RG_gray_mod1_effect = {
type = situation_rg_gray_mod1
target = this
}
add_resource = {
energy = -15000
alloys = -15000
}
}
RG_gray_mod1_effect_project = {
custom_tooltip = rg_levelup_2.tooltip
@ -2557,10 +2561,6 @@ RG_gray_mod1_effect_project = {
location = event_target:gray_owner_capital_starbase
owner = event_target:gray_owner
}
add_resource = {
energy = -15000
alloys = -15000
}
}
RG_gray_mod2_effect = {
custom_tooltip = rg_levelup_2.tooltip

View File

@ -38,6 +38,14 @@ RG_gray_mod1_allow_trigger = {
has_skill >= 10
}
}
resource_stockpile_compare = {
resource = energy
value >= 15000
}
resource_stockpile_compare = {
resource = alloys
value >= 15000
}
}
RG_gray_mod2_trigger = {