diff --git a/effects/planetEffects.json b/effects/planetEffects.json index cc0003c..084ca35 100644 --- a/effects/planetEffects.json +++ b/effects/planetEffects.json @@ -573,5 +573,15 @@ "galacticEffectId": 1295, "name": "TYRANNY PARK 2", "description": "The extensive Terminid enclosures here allow scientists to study Terminid behavior, and civilians to take pictures with Brood Commanders." + }, + "1303": { + "galacticEffectId": 1303, + "name": "Rupture Strain", + "description": "A deadly strain of ground-bursting Terminids is present on this planet." + }, + "1304": { + "galacticEffectId": 1304, + "name": "OUTPOST ALPHA", + "description": "The first manned site established in Gloom-infested space." } } diff --git a/planets/biomes.json b/planets/biomes.json index f60cac1..a0362bb 100644 --- a/planets/biomes.json +++ b/planets/biomes.json @@ -15,6 +15,10 @@ "name": "Black Hole", "description": "The planet is gone, the ultimate price to pay in the war for humanity's survival." }, + "bug_hiveworld": { + "name": "Hive World", + "description": "This planet has been completely infested by the Terminids, transformed inside and out into a hive of Tyranny." + }, "moor_arid": { "name": "Scorched Moor", "description": "Scorching temperatures, high winds, and low precipitation cause a near-constant cycle of fires to sweep this planet, punctuated by short bursts of lush rebirth between infernos." diff --git a/planets/planetRegion.json b/planets/planetRegion.json index 5cc3fb6..ecc3737 100644 --- a/planets/planetRegion.json +++ b/planets/planetRegion.json @@ -503,6 +503,10 @@ "name": "THE VILLAS", "description": "" }, + "491224618": { + "name": "NEW ALEXANDRIA", + "description": "" + }, "502504685": { "name": "PORT MERCY", "description": "Since sheltering millions of loyal refugees in the Last Great War, Port Mercy has been a safe haven for any class-A citizen in need." diff --git a/planets/planets.json b/planets/planets.json index fd63eb9..1ddb0a6 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -23,9 +23,10 @@ "zh-Hans": "\u8d85\u7ea7\u5730\u7403", "zh-Hant": "\u8d85\u7d1a\u5730\u7403" }, - "type": "primordial", + "type": "none", "weather_effects": [ - "normal_temp" + "normal_temp", + "rainstorms" ] }, "1": { @@ -6263,7 +6264,7 @@ "212": { "name": "Oshaune", "sector": "Mirin", - "biome": "moor_baseplanet", + "biome": "bug_hiveworld", "environmentals": [ "none" ], @@ -6284,10 +6285,9 @@ "zh-Hans": "\u6b27\u7ecd\u6069", "zh-Hant": "\u6b50\u590f\u70cf" }, - "type": "moor", + "type": "bug", "weather_effects": [ - "normal_temp", - "rainstorms" + "normal_temp" ] }, "213": { @@ -7624,9 +7624,9 @@ "258": { "name": "Zagon Prime", "sector": "Mirin", - "biome": "sandy_base", + "biome": "bug_hiveworld", "environmentals": [ - "sandstorms" + "none" ], "names": { "en-US": "ZAGON PRIME", @@ -7645,17 +7645,15 @@ "zh-Hans": "\u624e\u8d21\u4e3b\u661f", "zh-Hant": "\u5091\u8ca2\u4e3b\u661f" }, - "type": "sandy", + "type": "bug", "weather_effects": [ - "intense_heat", - "extreme_cold", - "sandstorms" + "normal_temp" ] }, "259": { "name": "Omicron", "sector": "L'estrade", - "biome": "moor_tundra", + "biome": "bug_hiveworld", "environmentals": [ "none" ], @@ -7676,7 +7674,7 @@ "zh-Hans": "\u5965\u5bc6\u514b\u620e", "zh-Hant": "\u6b50\u7c73\u514b\u6717" }, - "type": "moor", + "type": "bug", "weather_effects": [ "normal_temp" ]