Changes 纳米撕裂器

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-23 17:59:20 +08:00
parent 1c14b3dc43
commit f6f1699772
8 changed files with 1221 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
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
}
}
}
}