diff --git a/planets/biomes.json b/planets/biomes.json index 35a083d..18229ee 100644 --- a/planets/biomes.json +++ b/planets/biomes.json @@ -19,6 +19,18 @@ "name": "Hive World", "description": "This planet has been completely infested by the Terminids, transformed inside and out into a hive of Tyranny." }, + "cyberstan": { + "name": "Cyberstan Megafactory", + "description": "Cyberstan, once again, forms the axis of the Cyborg Legion's insurrection. Massive Megafactories cover its surface, churning out mechanical armies and weapons of mass extinction." + }, + "deciduous_base": { + "name": "Deciduous Forest", + "description": "Description is a placeholder" + }, + "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." + }, "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." @@ -35,6 +47,10 @@ "name": "Tundra", "description": "A perennially chilly climate has allowed short, colorful shrubs to flourish across this planet's surface." }, + "oasis_base": { + "name": "Desert Oasis", + "description": "Description is a placeholder" + }, "primordial_base": { "name": "Volcanic Jungle", "description": "Abundant with life, this wet planet is covered in deep oceans, thick forests, and tall grasses." @@ -87,10 +103,6 @@ "name": "Haunted Swamp", "description": "Squelching mud, twisting roots; the odor of rot and anarchy. A teeming, endless morass." }, - "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." - }, "unknown": { "name": "Unknown", "description": "This planet's biome is unknown at this time." diff --git a/planets/planets.json b/planets/planets.json index 0b751d1..4ba08db 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -7682,7 +7682,7 @@ "260": { "name": "Cyberstan", "sector": "Valdis", - "biome": "arctic_glacier_coldrocky", + "biome": "cyberstan", "environmentals": [ "none" ], @@ -7753,51 +7753,49 @@ "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" - ] - } + "267": { + "name": "Big Rock", + "sector": "Sten", + "biome": "oasis_base", + "environmentals": [ + "none" + ], + "names": { + "en-US": "Big Rock" + }, + "type": "oasis", + "weather_effects": [ + "none" + ] + }, + "268": { + "name": "Luxuriant", + "sector": "Jin Xi", + "biome": "deciduous_base", + "environmentals": [ + "none" + ], + "names": { + "en-US": "Luxuriant" + }, + "type": "deciduous", + "weather_effects": [ + "none" + ] + }, + "269": { + "name": "Brilliance", + "sector": "Orion", + "biome": "deciduous_base", + "environmentals": [ + "none" + ], + "names": { + "en-US": "Brilliance" + }, + "type": "deciduous", + "weather_effects": [ + "none" + ] + } }