改造trigger

This commit is contained in:
FA507RM-KALOSPA\Kalo
2023-06-11 11:10:20 +08:00
parent a48f83f9dc
commit 3e2736f2ec
7 changed files with 515 additions and 252 deletions

View File

@@ -2543,3 +2543,39 @@ rg_lcluster_spawn_effect = {
days = -1
}
}
RG_gray_mod1_effect = {
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 = -40000
alloys = -40000
}
}
RG_gray_mod2_effect = {
custom_tooltip = rg_levelup_2.tooltip
enable_special_project = {
name = RG_GRAY_MOD2
location = event_target:gray_owner_capital_starbase
owner = root
}
add_resource = {
energy = -150000
alloys = -150000
}
}
RG_gray_mod3_effect = {
custom_tooltip = rg_levelup_2.tooltip
enable_special_project = {
name = RG_GRAY_MOD3
location = event_target:gray_owner_capital_starbase
owner = root
}
add_resource = {
energy = -150000
alloys = -150000
}
}