Skip to content

Commit

Permalink
Update biomes, environmentals, and planets for Escalation of Freedom (#…
Browse files Browse the repository at this point in the history
…49)

* Add Dense Jungle biome

* Update Acid Storms description

* Remove Intense Heat modifier from Toxic planets

* Update biomes.json

Renamed "Swamp" to "Wasteland".
Renamed "Dense Jungle" to "Swamp".
Added "Foggy Swamp".

* Update planets.json

Changed all "Swamp" planets to "Wasteland".
Changed all "Dense Jungle" planets to "Swamp".
Updating planets that use the new "Foggy Swamp" biome
  • Loading branch information
TheWizardofGauze authored Aug 7, 2024
1 parent d0eb158 commit 697e311
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 83 deletions.
12 changes: 8 additions & 4 deletions planets/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"name": "Tundra",
"description": "A perennially chilly climate has allowed short, colourful shrubs to flourish across this planet's surface."
},
"swamp": {
"name": "Swamp",
"wasteland": {
"name": "Wasteland",
"description": "The lifeless grey of this planet is interrupted only by the violet flowers that grow from strange, parasitic outcroppings."
},
"desolate": {
Expand All @@ -67,8 +67,12 @@
"name": "Toxic",
"description": "Dense, toxic fumes from deep within the planet's crust seep out of cracks in the earth and coat the ground in a sickly haze."
},
"dense_jungle": {
"name": "Dense Jungle",
"swamp": {
"name": "Swamp",
"description": "Tall, gnarled trees flourish across the surface of this forested world. Sunlight filters past dangling vines, to the saturated udnergrowth below."
},
"foggy_swamp": {
"name": "Foggy Swamp",
"description": "Squelching mud, twisting roots; the odor of rot and anarchy. A teeming, endless morass."
}
}
2 changes: 1 addition & 1 deletion planets/environmentals.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"acid_storms": {
"name": "Acid Storms",
"description": "Violent acid storms reduce visibility."
"description": "Corrosive acid storms temporarily reduce armor effectiveness for both enemy and friendly units."
},
"volcanic_activity": {
"name": "Volcanic Activity",
Expand Down
Loading

0 comments on commit 697e311

Please sign in to comment.