Changeszc

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-25 12:56:40 +08:00
parent fef4de87ea
commit 58d0be3e2b
5 changed files with 84 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
rg_all_cluster_mod_check = {
OR = {
has_global_flag = l_cluster_origin # l-cluster plus
has_global_flag = rg_origin_l_cluster # 遥远约定
has_global_flag = gray_origin_activate # 远星之歌
has_global_flag = rg_origin_scion_l_cluster # 未来追迹
rg_has_ag_origin_trigger = yes # 遥远的故事
}
}
rg_all_cluster_mod_check_for_scion = {
OR = {
has_global_flag = l_cluster_origin # l-cluster plus
# has_global_flag = rg_origin_l_cluster # 遥远约定
has_global_flag = gray_origin_activate # 远星之歌
# has_global_flag = rg_origin_scion_l_cluster # 未来追迹
rg_has_ag_origin_trigger = yes # 遥远的故事
}
}
RG_planet_can_auto_build = {
OR = {
AND = {
@@ -48,4 +68,10 @@ rg_is_main_species_with_maid_trait_trigger = {
is_same_species = owner_main_species
is_subspecies = owner_main_species
}
}
rg_has_ag_origin_trigger = {
any_country = {
has_origin = origin_Asgray
}
}