This commit is contained in:
FA507RM-KALOSPA\Kalo
2023-06-12 19:50:07 +08:00
parent 6a6c848751
commit 9177b3e215
5 changed files with 21 additions and 8 deletions

View File

@@ -637,7 +637,9 @@ country_event = {
destroy_template = yes
}
}
give_technology = tech_gray_juggernaut_8
give_technology = {
tech = tech_gray_juggernaut_8
}
create_ship_design = {
design = "NAME_gray_capitalship"
}
@@ -865,7 +867,9 @@ country_event = {
}
}
immediate = {
give_technology = tech_lgate_activation
give_technology = {
tech = tech_lgate_activation
}
if = {
limit = {
any_system_within_border = {

View File

@@ -294,12 +294,12 @@ country_event = {
name = rg_story.31.b
allow = {
resource_stockpile_compare = {
resource = nanties
resource = nanites
value >= 150
}
}
add_resource = {
resource = nanties
resource = nanites
value = -150
}
random_situation = {
@@ -659,7 +659,7 @@ country_event = {
name = rg_story.40.b
allow = {
resource_stockpile_compare = {
resource = nanties
resource = nanites
value >= 500
}
}