diff --git a/planets/biomes.json b/planets/biomes.json index 7487c01..bbcc04a 100644 --- a/planets/biomes.json +++ b/planets/biomes.json @@ -27,6 +27,10 @@ "name": "Deciduous Forest", "description": "Broadleaf woodlands spread across rolling hills, broken by shallow waters that wind through mossy logs, flowers, and stone. (UNOFFICIAL)" }, + "deciduous_fall": { + "name": "Deciduous Autumn Forest", + "description": "Broadleaf woodlands spread across rolling hills, broken by shallow waters that wind through mossy logs, flowers, and stone. (UNOFFICIAL)" + }, "magma_base": { "name": "Magma", "description": "Constant eruptions keep this planet covered in lava flows and utterly inhospitable to Democratic life. It also makes it a treasure trove of rare minerals." diff --git a/planets/planets.json b/planets/planets.json index 573ccba..ebdb7eb 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -7898,7 +7898,7 @@ ] }, "270": { - "name": "FRONTERIA", + "name": "Fronteria", "sector": "Umlaut", "biome": "oasis_base", "environmentals": [ @@ -7928,7 +7928,7 @@ ] }, "271": { - "name": "ZYGOS", + "name": "Zygos", "sector": "Orion", "biome": "oasis_base", "environmentals": [ @@ -7956,5 +7956,63 @@ "normal_temp", "intense_heat" ] + }, + "272": { + "name": "Basquine VIII", + "sector": "Rigel", + "biome": "deciduous_fall", + "environmentals": [ + "none" + ], + "names": { + "en-US": "BASQUINE VIII", + "en-GB": "BASQUINE VIII", + "pt-BR": "BASQUINE VIII", + "de-DE": "BASQUINE VIII", + "es-ES": "BASQUINE VIII", + "fr-FR": "BASQUINE VIII", + "it-IT": "BASQUINE VIII", + "ja-JP": "\u30d0\u30b9\u30ad\u30fc\u30f3 VIII", + "ko-KO": "\ubc14\uc2a4\ud038 VIII", + "ms-MY": "BASQU\u00cdN VIII", + "pl-PL": "BASQUINE VIII", + "pt-PT": "BASQUINE VIII", + "ru-RU": "\u0411\u0410\u0421\u041a\u0421\u041a\u0410\u042f VIII", + "zh-Hans": "\u5df4\u65af\u91d1VIII", + "zh-Hant": "\u5df4\u65af\u594eVIII" + }, + "type": "forest", + "weather_effects": [ + "normal_temp" + ] + }, + "273": { + "name": "Sangis", + "sector": "Omega", + "biome": "deciduous_fall", + "environmentals": [ + "none" + ], + "names": { + "en-US": "SANGIS", + "en-GB": "SANGIS", + "pt-BR": "SANGIS", + "de-DE": "SANGIS", + "es-ES": "SANGIS", + "fr-FR": "SANGIS", + "it-IT": "SANGIS", + "ja-JP": "\u30b5\u30f3\u30b8\u30b9", + "ko-KO": "\uc0c1\uc81c\uc2a4", + "ms-MY": "SANGIS", + "pl-PL": "SANGIS", + "pt-PT": "SANGIS", + "ru-RU": "\u0421\u0410\u041d\u0413\u0418\u0421", + "zh-Hans": "\u8d64\u8840", + "zh-Hant": "\u8840\u8272" + }, + "type": "forest", + "weather_effects": [ + "normal_temp" + ] } }