46 lines
991 B
Plaintext
46 lines
991 B
Plaintext
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
|
|
}
|
|
}
|
|
|
|
RG_NOR_has_wsg_mod_trigger = {
|
|
NOR = {
|
|
has_global_flag = has_wsg_mod
|
|
has_global_flag = kdc_event_mod_active
|
|
}
|
|
}
|
|
|
|
RG_OR_has_wsg_mod_trigger = {
|
|
OR = {
|
|
has_global_flag = has_wsg_mod
|
|
has_global_flag = kdc_event_mod_active
|
|
}
|
|
}
|
|
|
|
RG_has_gray_cluster_origin_trigger = {
|
|
OR = {
|
|
has_country_flag = origin_rg_gray #遥远约定
|
|
has_country_flag = origin_gray_country #远星之歌
|
|
}
|
|
} |