From 63734175dc905db390c3d1efcfaaa29317b5cd98 Mon Sep 17 00:00:00 2001 From: hoangwute Date: Tue, 28 Apr 2026 21:42:15 +0700 Subject: [PATCH] Added Luxuriant, Brilliance, and Big Rock planet --- planets/planets.json | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/planets/planets.json b/planets/planets.json index 818340e..0b751d1 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -7752,5 +7752,52 @@ "weather_effects": [ "normal_temp" ] + }, + "267": { + "name": "Big Rock", + "sector": "Sten", + "biome": "arctic_glacier_coldrocky", + "environmentals": [ + "none" + ], + "names": { + "en-US": "Big Rock" + }, + "type": "arctic", + "weather_effects": [ + "extreme_cold" + ] + }, + "268": { + "name": "Luxuriant", + "sector": "Jin Xi", + "biome": "sandy_base", + "environmentals": [ + "sandstorms" + ], + "names": { + "en-US": "Luxuriant" + }, + "type": "sandy", + "weather_effects": [ + "intense_heat", + "extreme_cold", + "sandstorms" + ] + }, + "269": { + "name": "Brilliance", + "sector": "Orion", + "biome": "primordial_blue", + "environmentals": [ + "ion_storms" + ], + "names": { + "en-US": "Brilliance" + }, + "type": "primordial", + "weather_effects": [ + "normal_temp" + ] } }