mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Updated Resources: spread functions (markdown)
parent
04473d118c
commit
d8ef810f9d
1 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@ Let's say we want a resource to be generated in hot and highly elevated areas. I
|
|||
|
||||
Another usual case is when we want resource frequency vary based on biomes. In this case you need to join multiple `biome()` functions like `biome(1) && (biome(2) && nth(2)) && (biome(3) && nth(3))`.
|
||||
|
||||
Check the build-in function below to get the gist.
|
||||
Check the build-in models below to get the gist.
|
||||
|
||||
## Built-in models
|
||||
### Built-in models
|
||||
* Deciduous_forests: `biome(6, 7, 8)`
|
||||
* Any_forest: `biome(5, 6, 7, 8, 9)`
|
||||
* Temperate_and_boreal_forests: `biome(6, 8, 9)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue