realgray-stellaris-mod/common/scripted_triggers/RG_scripted_triggers.txt

83 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-09-25 12:56:40 +08:00
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 = {
has_deposit_for = shipclass_mining_station
has_mining_station = no
}
AND = {
has_deposit_for = shipclass_research_station
has_research_station = no
}
}
NOR = {
has_deposit = d_trade_value_1
has_deposit = d_trade_value_2
has_deposit = d_trade_value_3
has_deposit = d_trade_value_4
has_deposit = d_trade_value_5
has_deposit = d_trade_value_6
has_deposit = d_trade_value_7
has_deposit = d_trade_value_8
has_deposit = d_trade_value_9
has_deposit = d_trade_value_10
has_planet_flag = RG_work_bees_built
}
2024-09-22 19:32:38 +08:00
}
RG_OR_has_wsg_mod_trigger = {
OR = {
has_global_flag = has_wsg_mod
has_global_flag = kdc_event_mod_active
}
}
2024-09-23 09:10:21 +08:00
2024-09-25 09:10:35 +08:00
RG_AG_has_gray_master_trigger = {
has_civic = civic_AG_gray_master
}
2024-09-23 09:10:21 +08:00
RG_has_gray_cluster_origin_trigger = {
OR = {
has_country_flag = origin_rg_gray #遥远约定
has_country_flag = origin_gray_country #远星之歌
}
2024-09-24 22:36:39 +08:00
}
rg_is_main_species_with_maid_trait_trigger = {
has_trait = rg_machine_maid_trait
OR = {
is_same_species = owner_main_species
is_subspecies = owner_main_species
}
2024-09-25 12:15:37 +08:00
}
RG_tradition5_or_gray_owner_trigger = {
OR = {
RG_gray_harbitat_active_trigger = yes
has_active_tradition = tr_rg_nanotech_5
2024-09-25 13:04:19 +08:00
}
}
2024-09-25 12:56:40 +08:00
rg_has_ag_origin_trigger = {
any_country = {
has_origin = origin_Asgray
2024-09-25 12:15:37 +08:00
}
2024-09-23 10:47:35 +08:00
}