"更新纳米区段翻译并添加城市特化区域定义"

This commit is contained in:
ProjectKoi-Kalo\Kalo
2025-05-07 15:04:35 +08:00
parent e0b33131d0
commit 9947c005ae
7 changed files with 503 additions and 202 deletions

View File

@@ -542,6 +542,21 @@ rg_harbitar_size_calculate = {
}
}
rg_habitat_maid_init = {
if = {
limit = {
NOT = {
exists = event_target:rg_owner_main_maid_species
}
}
event_target:rg_gray_habitat_target = {
every_owned_pop_group = {
rg_event_effect_planet2027_spawn_maid_species = yes
}
}
}
}
#Country event_target:gray_owner
#创造灰风纳米空间站
rg_juggernaut_habitat_init = {
@@ -584,16 +599,6 @@ rg_juggernaut_habitat_init = {
species = owner_main_species
ethos = owner
}
if = {
limit = {
NOT = {
exists = event_target:rg_owner_main_maid_species
}
}
every_owned_pop_group = {
rg_event_effect_planet2027_spawn_maid_species = yes
}
}
set_name = "NAME_rg_gray_habitat_base"
if = {
limit = {
@@ -605,22 +610,6 @@ rg_juggernaut_habitat_init = {
}
set_planet_size = owner.rg_habitat_size
generate_start_buildings_and_districts = yes
while = {
count = 1
add_district = district_rg_generator
}
while = {
count = 1
add_district = district_rg_mining
}
while = {
count = 1
add_district = district_rg_farming
}
while = {
count = 1
add_district = district_rg_industrial
}
if = {
limit = {
exists = owner
@@ -657,6 +646,18 @@ rg_juggernaut_habitat_init = {
add_district = district_rg_nexus
}
}
while = {
count = 1
add_district = district_rg_generator
}
while = {
count = 1
add_district = district_rg_industrial
}
while = {
count = 1
add_district = district_rg_science
}
create_pop_group = {
species = owner_main_species
size = 5
@@ -671,6 +672,7 @@ rg_juggernaut_habitat_init = {
}
}
}
rg_habitat_maid_init = yes
rg_set_gray_harbitat_active_effect = yes
}
}