Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions planets/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
"name": "Haunted Swamp",
"description": "Squelching mud, twisting roots; the odor of rot and anarchy. A teeming, endless morass."
},
"magma_base": {
"name": "Magma",
"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."
},
"unknown": {
"name": "Unknown",
"description": "This planet's biome is unknown at this time."
Expand Down
45 changes: 45 additions & 0 deletions planets/planets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7707,5 +7707,50 @@
"weather_effects": [
"extreme_cold"
]
},
"261": {
"name": "Fury",
"sector": "Xzar",
"biome": "magma_base",
"environmentals": [
"none"
],
"names": {
"en-US": "FURY"
},
"type": "magma",
"weather_effects": [
"normal_temp"
]
},
"262": {
"name": "K",
"sector": "Trigon",
"biome": "magma_base",
"environmentals": [
"none"
],
"names": {
"en-US": "K"
},
"type": "magma",
"weather_effects": [
"normal_temp"
]
},
"266": {
"name": "Mox",
"sector": "Trigon",
"biome": "magma_base",
"environmentals": [
"none"
],
"names": {
"en-US": "Mox"
},
"type": "magma",
"weather_effects": [
"normal_temp"
]
}
}