mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Added cell info to elevation profile and corrected some spelling
This commit is contained in:
parent
468e553f7c
commit
60a26a8ab5
9 changed files with 31 additions and 12 deletions
2
main.js
2
main.js
|
|
@ -785,7 +785,7 @@ function generatePrecipitation() {
|
|||
let westerly = [], easterly = [], southerly = 0, northerly = 0;
|
||||
|
||||
{// latitude bands
|
||||
// x4 = 0-5 latitude: wet throught the year (rising zone)
|
||||
// x4 = 0-5 latitude: wet through the year (rising zone)
|
||||
// x2 = 5-20 latitude: wet summer (rising zone), dry winter (sinking zone)
|
||||
// x1 = 20-30 latitude: dry all year (sinking zone)
|
||||
// x2 = 30-50 latitude: wet winter (rising zone), dry summer (sinking zone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue