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

22 lines
610 B
Plaintext
Raw Normal View History

2024-09-23 17:59:20 +08:00
rg_is_pc_nano = {
OR = {
is_planet_class = pc_nanotech
is_planet_class = pc_gray_goo
}
}
rg_system_has_nano_ripper = {
solar_system = {
any_system_megastructure = {
OR = {
is_megastructure_type = rg_nano_ripper_1
is_megastructure_type = rg_nano_ripper_2
is_megastructure_type = rg_nano_ripper_3
is_megastructure_type = rg_nano_ripper_4
is_megastructure_type = rg_nano_ripper_destroyed
is_megastructure_type = rg_nano_ripper_restored
}
}
}
}