Skip to content

Commit c5e9f17

Browse files
new biomes for the new planets, oh my! (#120)
* 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
1 parent 5abfa9c commit c5e9f17

2 files changed

Lines changed: 62 additions & 52 deletions

File tree

planets/biomes.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
"name": "Hive World",
2020
"description": "This planet has been completely infested by the Terminids, transformed inside and out into a hive of Tyranny."
2121
},
22+
"cyberstan": {
23+
"name": "Cyberstan Megafactory",
24+
"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."
25+
},
26+
"deciduous_base": {
27+
"name": "Deciduous Forest",
28+
"description": "Description is a placeholder"
29+
},
30+
"magma_base": {
31+
"name": "Magma",
32+
"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."
33+
},
2234
"moor_arid": {
2335
"name": "Scorched Moor",
2436
"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 @@
3547
"name": "Tundra",
3648
"description": "A perennially chilly climate has allowed short, colorful shrubs to flourish across this planet's surface."
3749
},
50+
"oasis_base": {
51+
"name": "Desert Oasis",
52+
"description": "Description is a placeholder"
53+
},
3854
"primordial_base": {
3955
"name": "Volcanic Jungle",
4056
"description": "Abundant with life, this wet planet is covered in deep oceans, thick forests, and tall grasses."
@@ -87,10 +103,6 @@
87103
"name": "Haunted Swamp",
88104
"description": "Squelching mud, twisting roots; the odor of rot and anarchy. A teeming, endless morass."
89105
},
90-
"magma_base": {
91-
"name": "Magma",
92-
"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."
93-
},
94106
"unknown": {
95107
"name": "Unknown",
96108
"description": "This planet's biome is unknown at this time."

planets/planets.json

Lines changed: 46 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7682,7 +7682,7 @@
76827682
"260": {
76837683
"name": "Cyberstan",
76847684
"sector": "Valdis",
7685-
"biome": "arctic_glacier_coldrocky",
7685+
"biome": "cyberstan",
76867686
"environmentals": [
76877687
"none"
76887688
],
@@ -7753,51 +7753,49 @@
77537753
"normal_temp"
77547754
]
77557755
},
7756-
"267": {
7757-
"name": "Big Rock",
7758-
"sector": "Sten",
7759-
"biome": "arctic_glacier_coldrocky",
7760-
"environmentals": [
7761-
"none"
7762-
],
7763-
"names": {
7764-
"en-US": "Big Rock"
7765-
},
7766-
"type": "arctic",
7767-
"weather_effects": [
7768-
"extreme_cold"
7769-
]
7770-
},
7771-
"268": {
7772-
"name": "Luxuriant",
7773-
"sector": "Jin Xi",
7774-
"biome": "sandy_base",
7775-
"environmentals": [
7776-
"sandstorms"
7777-
],
7778-
"names": {
7779-
"en-US": "Luxuriant"
7780-
},
7781-
"type": "sandy",
7782-
"weather_effects": [
7783-
"intense_heat",
7784-
"extreme_cold",
7785-
"sandstorms"
7786-
]
7787-
},
7788-
"269": {
7789-
"name": "Brilliance",
7790-
"sector": "Orion",
7791-
"biome": "primordial_blue",
7792-
"environmentals": [
7793-
"ion_storms"
7794-
],
7795-
"names": {
7796-
"en-US": "Brilliance"
7797-
},
7798-
"type": "primordial",
7799-
"weather_effects": [
7800-
"normal_temp"
7801-
]
7802-
}
7756+
"267": {
7757+
"name": "Big Rock",
7758+
"sector": "Sten",
7759+
"biome": "oasis_base",
7760+
"environmentals": [
7761+
"none"
7762+
],
7763+
"names": {
7764+
"en-US": "Big Rock"
7765+
},
7766+
"type": "oasis",
7767+
"weather_effects": [
7768+
"none"
7769+
]
7770+
},
7771+
"268": {
7772+
"name": "Luxuriant",
7773+
"sector": "Jin Xi",
7774+
"biome": "deciduous_base",
7775+
"environmentals": [
7776+
"none"
7777+
],
7778+
"names": {
7779+
"en-US": "Luxuriant"
7780+
},
7781+
"type": "deciduous",
7782+
"weather_effects": [
7783+
"none"
7784+
]
7785+
},
7786+
"269": {
7787+
"name": "Brilliance",
7788+
"sector": "Orion",
7789+
"biome": "deciduous_base",
7790+
"environmentals": [
7791+
"none"
7792+
],
7793+
"names": {
7794+
"en-US": "Brilliance"
7795+
},
7796+
"type": "deciduous",
7797+
"weather_effects": [
7798+
"none"
7799+
]
7800+
}
78037801
}

0 commit comments

Comments
 (0)