Changes 纳米撕裂器
This commit is contained in:
21
common/scripted_triggers/RG_megastructure_triggers.txt
Normal file
21
common/scripted_triggers/RG_megastructure_triggers.txt
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user