Skip to content

Commit 9b77cb8

Browse files
New planets, new biome description, corrected planet types. (#122)
* 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
1 parent 09697a4 commit 9b77cb8

3 files changed

Lines changed: 402 additions & 239 deletions

File tree

effects/planetEffects.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,5 +718,10 @@
718718
"galacticEffectId": 1380,
719719
"name": "APPROPRIATORS (Enemies)",
720720
"description": "The Illuminate are deploying only their own kind to this planet, a clear indication of the operation's importance and/or xenophobic nature. Prepare to face foot soldiers, drones, and piloted mechanical constructs."
721+
},
722+
"1386": {
723+
"galacticEffectId": 1386,
724+
"name": "SPORE BURST STRAIN",
725+
"description": "A mutation causes Terminids on this planet to generate excess hormonal spores, which drive other similarly mutated Terminids into a frenzy. Prepare to face enemies that bolster each others' speed."
721726
}
722727
}

planets/biomes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"deciduous_base": {
2727
"name": "Deciduous Forest",
28-
"description": "Description is a placeholder"
28+
"description": "Broadleaf woodlands spread across rolling hills, broken by shallow waters that wind through mossy logs, flowers, and stone. (UNOFFICIAL)"
2929
},
3030
"magma_base": {
3131
"name": "Magma",
@@ -49,7 +49,7 @@
4949
},
5050
"oasis_base": {
5151
"name": "Desert Oasis",
52-
"description": "Description is a placeholder"
52+
"description": "Rolling dunes across a beatiful beach world. (UNOFFICIAL) "
5353
},
5454
"primordial_base": {
5555
"name": "Volcanic Jungle",

0 commit comments

Comments
 (0)