From 697e311dccaf44f20d85fbdb21c3da789615cae4 Mon Sep 17 00:00:00 2001 From: TheWizardofGauze <72229519+TheWizardofGauze@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:51:51 -0700 Subject: [PATCH] Update biomes, environmentals, and planets for Escalation of Freedom (#49) * Add Dense Jungle biome * Update Acid Storms description * Remove Intense Heat modifier from Toxic planets * Update biomes.json Renamed "Swamp" to "Wasteland". Renamed "Dense Jungle" to "Swamp". Added "Foggy Swamp". * Update planets.json Changed all "Swamp" planets to "Wasteland". Changed all "Dense Jungle" planets to "Swamp". Updating planets that use the new "Foggy Swamp" biome --- planets/biomes.json | 12 ++-- planets/environmentals.json | 2 +- planets/planets.json | 132 +++++++++++++++--------------------- 3 files changed, 63 insertions(+), 83 deletions(-) diff --git a/planets/biomes.json b/planets/biomes.json index 91a0efe..33df21d 100644 --- a/planets/biomes.json +++ b/planets/biomes.json @@ -43,8 +43,8 @@ "name": "Tundra", "description": "A perennially chilly climate has allowed short, colourful shrubs to flourish across this planet's surface." }, - "swamp": { - "name": "Swamp", + "wasteland": { + "name": "Wasteland", "description": "The lifeless grey of this planet is interrupted only by the violet flowers that grow from strange, parasitic outcroppings." }, "desolate": { @@ -67,8 +67,12 @@ "name": "Toxic", "description": "Dense, toxic fumes from deep within the planet's crust seep out of cracks in the earth and coat the ground in a sickly haze." }, - "dense_jungle": { - "name": "Dense Jungle", + "swamp": { + "name": "Swamp", "description": "Tall, gnarled trees flourish across the surface of this forested world. Sunlight filters past dangling vines, to the saturated udnergrowth below." + }, + "foggy_swamp": { + "name": "Foggy Swamp", + "description": "Squelching mud, twisting roots; the odor of rot and anarchy. A teeming, endless morass." } } diff --git a/planets/environmentals.json b/planets/environmentals.json index 56d9652..6172790 100644 --- a/planets/environmentals.json +++ b/planets/environmentals.json @@ -41,7 +41,7 @@ }, "acid_storms": { "name": "Acid Storms", - "description": "Violent acid storms reduce visibility." + "description": "Corrosive acid storms temporarily reduce armor effectiveness for both enemy and friendly units." }, "volcanic_activity": { "name": "Volcanic Activity", diff --git a/planets/planets.json b/planets/planets.json index 3e9344e..cf64aeb 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -209,7 +209,6 @@ "sector": "Barnard", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -233,7 +232,7 @@ "9": { "name": "Fornskogur II", "sector": "Barnard", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -464,7 +463,6 @@ "sector": "Idun", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -666,10 +664,9 @@ "26": { "name": "Nublaria I", "sector": "Celeste", - "biome": "jungle", + "biome": "foggy_swamp", "environmentals": [ - "volcanic_activity", - "rainstorms" + "thick_fog" ], "names": { "en-US": "NUBLARIA I", @@ -768,7 +765,7 @@ "30": { "name": "Veil", "sector": "Barnard", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -920,7 +917,7 @@ "36": { "name": "Solghast", "sector": "Gothmar", - "biome": "swamp", + "biome": "foggy_swamp", "environmentals": [ "thick_fog" ], @@ -1048,9 +1045,9 @@ "41": { "name": "Atrama", "sector": "Idun", - "biome": "rainforest", + "biome": "foggy_swamp", "environmentals": [ - "ion_storms" + "thick_fog" ], "names": { "en-US": "ATRAMA", @@ -1098,7 +1095,7 @@ "43": { "name": "Barabos", "sector": "Marspira", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -1301,7 +1298,7 @@ "51": { "name": "Ivis", "sector": "Celeste", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -1328,7 +1325,6 @@ "sector": "Celeste", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -1478,7 +1474,7 @@ "58": { "name": "Parsh", "sector": "Rictus", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -1708,10 +1704,9 @@ "67": { "name": "Tarsh", "sector": "Marspira", - "biome": "winter", + "biome": "foggy_swamp", "environmentals": [ - "extreme_cold", - "blizzards" + "thick_fog" ], "names": { "en-US": "TARSH", @@ -1811,10 +1806,9 @@ "71": { "name": "Ratch", "sector": "Iptus", - "biome": "mesa", + "biome": "foggy_swamp", "environmentals": [ - "intense_heat", - "sandstorms" + "thick_fog" ], "names": { "en-US": "RATCH", @@ -1916,7 +1910,6 @@ "sector": "Falstaff", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -1966,7 +1959,7 @@ "77": { "name": "Cirrus", "sector": "Orion", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -2145,7 +2138,6 @@ "sector": "Ursa", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -2221,7 +2213,7 @@ "87": { "name": "Bashyr", "sector": "Gallux", - "biome": "swamp", + "biome": "foggy_swamp", "environmentals": [ "thick_fog" ], @@ -2246,10 +2238,9 @@ "88": { "name": "Regnus", "sector": "Morgon", - "biome": "jungle", + "biome": "foggy_swamp", "environmentals": [ - "volcanic_activity", - "rainstorms" + "thick_fog" ], "names": { "en-US": "REGNUS", @@ -2527,7 +2518,7 @@ "99": { "name": "Alderidge Cove", "sector": "Guang", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -2577,7 +2568,7 @@ "101": { "name": "East Iridium Trading Bay", "sector": "Tarragon", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -2881,7 +2872,7 @@ "113": { "name": "Aesir Pass", "sector": "Hydra", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -2931,7 +2922,7 @@ "115": { "name": "Penta", "sector": "Lacaille", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -3062,7 +3053,6 @@ "sector": "Arturion", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -3137,9 +3127,9 @@ "123": { "name": "Socorro III", "sector": "Falstaff", - "biome": "ethereal", + "biome": "foggy_swamp", "environmentals": [ - "none" + "thick_fog" ], "names": { "en-US": "SOCORRO III", @@ -3162,7 +3152,7 @@ "124": { "name": "Bore Rock", "sector": "Falstaff", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -3265,7 +3255,6 @@ "sector": "Borgus", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -3493,7 +3482,7 @@ "137": { "name": "Ain-5", "sector": "Hanzo", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -3568,7 +3557,7 @@ "140": { "name": "Alaraph", "sector": "Akira", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -3644,7 +3633,7 @@ "143": { "name": "Asperoth Prime", "sector": "Akira", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -3697,7 +3686,6 @@ "sector": "Guang", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -3823,7 +3811,7 @@ "150": { "name": "Caph", "sector": "Theseus", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -3925,7 +3913,7 @@ "154": { "name": "Mort", "sector": "Xzar", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -3977,7 +3965,6 @@ "sector": "Andromeda", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -4079,7 +4066,6 @@ "sector": "Lacaille", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -4129,7 +4115,7 @@ "162": { "name": "Clasa", "sector": "Tanis", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -4357,7 +4343,7 @@ "171": { "name": "Gacrux", "sector": "Jin Xi", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -4382,10 +4368,9 @@ "172": { "name": "Gar Haren", "sector": "Jin Xi", - "biome": "jungle", + "biome": "foggy_swamp", "environmentals": [ - "volcanic_activity", - "rainstorms" + "thick_fog" ], "names": { "en-US": "GAR HAREN", @@ -4510,7 +4495,7 @@ "177": { "name": "Haka", "sector": "Leo", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -4535,7 +4520,7 @@ "178": { "name": "Haldus", "sector": "Ferris", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -4767,10 +4752,9 @@ "187": { "name": "Khandark", "sector": "Guang", - "biome": "winter", + "biome": "foggy_swamp", "environmentals": [ - "extreme_cold", - "blizzards" + "thick_fog" ], "names": { "en-US": "KHANDARK", @@ -4793,10 +4777,9 @@ "188": { "name": "Klaka 5", "sector": "Alstrad", - "biome": "jungle", + "biome": "foggy_swamp", "environmentals": [ - "volcanic_activity", - "rainstorms" + "thick_fog" ], "names": { "en-US": "KLAKA 5", @@ -4923,7 +4906,6 @@ "sector": "Quintus", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -5228,10 +5210,9 @@ "205": { "name": "Merga IV", "sector": "Valdis", - "biome": "winter", + "biome": "foggy_swamp", "environmentals": [ - "extreme_cold", - "blizzards" + "thick_fog" ], "names": { "en-US": "MERGA IV", @@ -5330,7 +5311,7 @@ "209": { "name": "Nabatea Secundus", "sector": "L'estrade", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -5381,7 +5362,7 @@ "211": { "name": "Nivel 43", "sector": "Mirin", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -5457,7 +5438,7 @@ "214": { "name": "Pandion-XXIV", "sector": "Jin Xi", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -5559,7 +5540,7 @@ "218": { "name": "Pherkad Secundus", "sector": "Farsight", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -5766,7 +5747,6 @@ "sector": "Rigel", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -5790,7 +5770,7 @@ "227": { "name": "Seasse", "sector": "Omega", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -5840,10 +5820,9 @@ "229": { "name": "Setia", "sector": "Omega", - "biome": "mesa", + "biome": "foggy_swamp", "environmentals": [ - "intense_heat", - "sandstorms" + "thick_fog" ], "names": { "en-US": "SETIA", @@ -5868,7 +5847,6 @@ "sector": "Xi Tauri", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -5943,7 +5921,7 @@ "233": { "name": "Skat Bay", "sector": "Xi Tauri", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -6121,7 +6099,7 @@ "240": { "name": "Troost", "sector": "Trigon", - "biome": "swamp", + "biome": "wasteland", "environmentals": [ "thick_fog" ], @@ -6251,7 +6229,6 @@ "sector": "Ymir", "biome": "toxic", "environmentals": [ - "intense_heat", "acid_storms" ], "names": { @@ -6352,7 +6329,7 @@ "249": { "name": "X-45", "sector": "Ymir", - "biome": "dense_jungle", + "biome": "swamp", "environmentals": [ "rainstorms" ], @@ -6479,10 +6456,9 @@ "254": { "name": "Skitter", "sector": "Hawking", - "biome": "highlands", + "biome": "foggy_swamp", "environmentals": [ - "thick_fog", - "rainstorms" + "thick_fog" ], "names": { "en-US": "SKITTER",