From d965c185d15a0d9179472234c0dee6e7d96be405 Mon Sep 17 00:00:00 2001 From: CrosswaveOmega <62901101+CrosswaveOmega@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:54:33 -0500 Subject: [PATCH] Updating planets.json fields (#73) * planet effect and environmental mapping * Update planetEffects.json * formatting change * formatting changes * Update planetEffects.json Fixing a typo. * sorting biomes alphabetically and a weather_effects can be renamed to something else if needed. * Update planets.json correcting Zegema Paradise and Providence entries, they didn't get updated at first. * Update planetEffects.json * Update planetEffects.json fixing 1228 to have the proper galacticEffectID * Update planetEffects.json finally found what effect 1228 was- it was the map marker for the Meridian Black Hole. * Adding Center of Science. New effect, added December 24th. --- effects/planetEffects.json | 24 ++++++++++++++++++++++-- planets/planets.json | 16 ++++++++++++---- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/effects/planetEffects.json b/effects/planetEffects.json index 033bd86..be296cb 100644 --- a/effects/planetEffects.json +++ b/effects/planetEffects.json @@ -86,7 +86,27 @@ }, "1222": { "galacticEffectId": 1222, - "name": "INCREASED REINFORCEMENT BUDGET", - "description": "Increases the number of available reinforcements." + "name": "UNKNOWN EFFECT- LIKELY REINFORCEMENT BUDGET?", + "description": "(probably) Increases the number of available reinforcements." + }, + "1228": { + "galacticEffectId": 1228, + "name": "MERIDIAN BLACK HOLE (old map marker)", + "description": "The prosperous Meridia was corrupted into a Terminid Supercolony, necessitating its destruction using the mysterious Dark Fluid. This galactic scar is all that remains." + }, + "1229": { + "galacticEffectId": 1229, + "name": "MERIDIAN BLACK HOLE", + "description": "The prosperous Meridia was corrupted into a Terminid Supercolony, necessitating its destruction using the mysterious Dark Fluid. This galactic scar is all that remains." + }, + "1232": { + "galacticEffectId": 1232, + "name": "FACTORY HUB", + "description": "The hard workers on this planet produce goods vital to the war effort, as well as to the prosperity of Super Earth." + }, + "1234": { + "galacticEffectId": 1234, + "name": "CENTER OF SCIENCE", + "description": "On this planet, the Ministry of Science's best and brightest work on their next breakthrough." } } diff --git a/planets/planets.json b/planets/planets.json index 11dad8b..fd63eb9 100644 --- a/planets/planets.json +++ b/planets/planets.json @@ -655,8 +655,7 @@ "sector": "Kelvin", "biome": "primordial_base", "environmentals": [ - "volcanic_activity", - "rainstorms" + "volcanic_activity" ], "names": { "en-US": "ZEGEMA PARADISE", @@ -674,7 +673,12 @@ "ru-RU": "\u0417\u0415\u0413\u0415\u041c\u0421\u041a\u0418\u0419 \u0420\u0410\u0419", "zh-Hans": "\u6cfd\u683c\u9a6c\u4e50\u571f", "zh-Hant": "\u6fa4\u84cb\u746a\u5929\u5802" - } + }, + "type": "primordial", + "weather_effects": [ + "normal_temp", + "rainstorms" + ] }, "23": { "name": "Providence", @@ -699,7 +703,11 @@ "ru-RU": "\u041f\u0420\u041e\u0412\u0418\u0414\u0415\u041d\u0418\u0415", "zh-Hans": "\u666e\u7f57\u7ef4\u767b\u65af", "zh-Hant": "\u666e\u7f85\u7dad\u767b\u65af" - } + }, + "type": "moor", + "weather_effects": [ + "normal_temp" + ] }, "24": { "name": "Primordia",