From 328ddbe3a0cbb9bd0ce0a8e3464dbadab87747cb Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Fri, 20 Sep 2024 21:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=9C=E7=A8=8B=E6=81=92?= =?UTF-8?q?=E6=98=9F=E5=BC=82=E5=B8=B8=E7=B1=BB=E5=88=AB=E2=80=9CGray?= =?UTF-8?q?=E2=80=9D=E5=8F=8A=E5=85=B6=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...RG_95_anomaly_categories_distant_stars.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 common/anomalies/!_RG_95_anomaly_categories_distant_stars.txt diff --git a/common/anomalies/!_RG_95_anomaly_categories_distant_stars.txt b/common/anomalies/!_RG_95_anomaly_categories_distant_stars.txt new file mode 100644 index 0000000..560e6f1 --- /dev/null +++ b/common/anomalies/!_RG_95_anomaly_categories_distant_stars.txt @@ -0,0 +1,28 @@ +### Gray ### +disco_gray_cat = { + desc = "disco_gray_cat_desc" + picture = "GFX_evt_ship_in_orbit_2" + level = 3 + max_once_global = yes + + spawn_chance = { + modifier = { + add = 999999999999 + is_planet_class = pc_gray_goo + solar_system = { has_star_flag = lcluster } + } + modifier = { + factor = 0 + OR = { + from.owner = { + is_ai = yes + } + has_global_flag = gray_goo_crisis_set + has_global_flag = dragon_season + has_global_flag = gray_goo_empire_set + } + } + } + + on_success = graygoo.400 +}