nms-scribe / cosmopoeia

A tool to generate fantasy maps for GIS.
MIT License
3 stars 1 forks source link

Customizable biomes #13

Open nms-scribe opened 10 months ago

nms-scribe commented 10 months ago

Fantasy worlds should be able to have fantasy biomes. And, there should be a way of customizing how the biomes are laid out. Currently, at best I have the matrix and then three other biomes which are restricted to specific cases.

The user should be able to customize their own biome layout. This needs to be done in a way that the rules can not be ambiguous (more than one biome could be applied), and that the rules are exhaustive (there can't be a place that won't have a biome).

The other issue with this is that biomes are currently hard coded in culture expansion and a few other things. In that case this is closely related with #9.