Skip to content

Commit c73f537

Browse files
adding new planets and biomes for latest update (#123)
* Adding new regions * Update planetRegion.json * Update planetEffects.json * Update planetEffects.json * Update planetEffects.json * Update planetEffects.json * Update planetRegion.json * adding tyranny park * fixing a typo * Update planetRegion.json * correct region names * new city name with patch * Adding new "Hive World" Biome and new effect ids Description is from planet effect * ADDING ALL NEW EFFECTS * Update planetEffects.json * adding new planet effect * adding new region names. * Update planetRegion.json * adding new regions * adding the newly added Planet Regions * adding 1352: CONVENTIONAL BLACK HOLE * Fix JSON syntax error in planetEffects.json * Updating planet effects to effects that have appeared in game. * fixing typo in effects. * Updating planet effects and regions. * updating json for planetRegion. adding new region faction field and new Layout Field * Change region identifiers in regions_connected_to to strings in planetRegion.json * Correcting region types, standardizing names * Add new Illuminate effects. * Add new effects to planetEffects.json * new galactic effect: The Void * Update planets.json planets coming in * Update planets.json * Update biomes.json * Update planets.json * Update planets.json * biomes/planetEffects * ADDING NAMES FOR ALL PLANETS * FIXING SPACES ON SOME FRENCH NAMES * adding new planets * planet name fixes
1 parent 9b77cb8 commit c73f537

2 files changed

Lines changed: 64 additions & 2 deletions

File tree

planets/biomes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"name": "Deciduous Forest",
2828
"description": "Broadleaf woodlands spread across rolling hills, broken by shallow waters that wind through mossy logs, flowers, and stone. (UNOFFICIAL)"
2929
},
30+
"deciduous_fall": {
31+
"name": "Deciduous Autumn Forest",
32+
"description": "Broadleaf woodlands spread across rolling hills, broken by shallow waters that wind through mossy logs, flowers, and stone. (UNOFFICIAL)"
33+
},
3034
"magma_base": {
3135
"name": "Magma",
3236
"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."

planets/planets.json

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7898,7 +7898,7 @@
78987898
]
78997899
},
79007900
"270": {
7901-
"name": "FRONTERIA",
7901+
"name": "Fronteria",
79027902
"sector": "Umlaut",
79037903
"biome": "oasis_base",
79047904
"environmentals": [
@@ -7928,7 +7928,7 @@
79287928
]
79297929
},
79307930
"271": {
7931-
"name": "ZYGOS",
7931+
"name": "Zygos",
79327932
"sector": "Orion",
79337933
"biome": "oasis_base",
79347934
"environmentals": [
@@ -7956,5 +7956,63 @@
79567956
"normal_temp",
79577957
"intense_heat"
79587958
]
7959+
},
7960+
"272": {
7961+
"name": "Basquine VIII",
7962+
"sector": "Rigel",
7963+
"biome": "deciduous_fall",
7964+
"environmentals": [
7965+
"none"
7966+
],
7967+
"names": {
7968+
"en-US": "BASQUINE VIII",
7969+
"en-GB": "BASQUINE VIII",
7970+
"pt-BR": "BASQUINE VIII",
7971+
"de-DE": "BASQUINE VIII",
7972+
"es-ES": "BASQUINE VIII",
7973+
"fr-FR": "BASQUINE VIII",
7974+
"it-IT": "BASQUINE VIII",
7975+
"ja-JP": "\u30d0\u30b9\u30ad\u30fc\u30f3 VIII",
7976+
"ko-KO": "\ubc14\uc2a4\ud038 VIII",
7977+
"ms-MY": "BASQU\u00cdN VIII",
7978+
"pl-PL": "BASQUINE VIII",
7979+
"pt-PT": "BASQUINE VIII",
7980+
"ru-RU": "\u0411\u0410\u0421\u041a\u0421\u041a\u0410\u042f VIII",
7981+
"zh-Hans": "\u5df4\u65af\u91d1VIII",
7982+
"zh-Hant": "\u5df4\u65af\u594eVIII"
7983+
},
7984+
"type": "forest",
7985+
"weather_effects": [
7986+
"normal_temp"
7987+
]
7988+
},
7989+
"273": {
7990+
"name": "Sangis",
7991+
"sector": "Omega",
7992+
"biome": "deciduous_fall",
7993+
"environmentals": [
7994+
"none"
7995+
],
7996+
"names": {
7997+
"en-US": "SANGIS",
7998+
"en-GB": "SANGIS",
7999+
"pt-BR": "SANGIS",
8000+
"de-DE": "SANGIS",
8001+
"es-ES": "SANGIS",
8002+
"fr-FR": "SANGIS",
8003+
"it-IT": "SANGIS",
8004+
"ja-JP": "\u30b5\u30f3\u30b8\u30b9",
8005+
"ko-KO": "\uc0c1\uc81c\uc2a4",
8006+
"ms-MY": "SANGIS",
8007+
"pl-PL": "SANGIS",
8008+
"pt-PT": "SANGIS",
8009+
"ru-RU": "\u0421\u0410\u041d\u0413\u0418\u0421",
8010+
"zh-Hans": "\u8d64\u8840",
8011+
"zh-Hant": "\u8840\u8272"
8012+
},
8013+
"type": "forest",
8014+
"weather_effects": [
8015+
"normal_temp"
8016+
]
79598017
}
79608018
}

0 commit comments

Comments
 (0)