diff --git a/planets/biomes.json b/planets/biomes.json index a0362bb..35a083d 100644 --- a/planets/biomes.json +++ b/planets/biomes.json @@ -87,6 +87,10 @@ "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 1ddb0a6..818340e 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -7707,5 +7707,50 @@ "weather_effects": [ "extreme_cold" ] + }, + "261": { + "name": "Fury", + "sector": "Xzar", + "biome": "magma_base", + "environmentals": [ + "none" + ], + "names": { + "en-US": "FURY" + }, + "type": "magma", + "weather_effects": [ + "normal_temp" + ] + }, + "262": { + "name": "K", + "sector": "Trigon", + "biome": "magma_base", + "environmentals": [ + "none" + ], + "names": { + "en-US": "K" + }, + "type": "magma", + "weather_effects": [ + "normal_temp" + ] + }, + "266": { + "name": "Mox", + "sector": "Trigon", + "biome": "magma_base", + "environmentals": [ + "none" + ], + "names": { + "en-US": "Mox" + }, + "type": "magma", + "weather_effects": [ + "normal_temp" + ] } }