Updated Data model (markdown)

Azgaar 2021-09-22 23:49:56 +03:00
parent 6a59c2c24a
commit 8f06536507

@ -110,7 +110,7 @@ Cultures (races, language zones) data is stored as an array of objects with stri
* `code`: `string` - culture name abbreviation. Used to render cultures tree * `code`: `string` - culture name abbreviation. Used to render cultures tree
* `color`: `string` - culture color in hex (e.g. `#45ff12`) or link to hatching pattern (e.g. `url(#hatch7)`) * `color`: `string` - culture color in hex (e.g. `#45ff12`) or link to hatching pattern (e.g. `url(#hatch7)`)
* `expansionism`: `number` - culture growth multiplier. Used mainly during cultures generation to spread cultures not uniformly * `expansionism`: `number` - culture growth multiplier. Used mainly during cultures generation to spread cultures not uniformly
* `type`: `string` - culture type, see [culture types](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Culture_types) * `type`: `string` - culture type, see [culture types](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Culture-types)
* `area`: `number` - culture area in pixels * `area`: `number` - culture area in pixels
* `cells`: `number` - number of cells assigned to culture * `cells`: `number` - number of cells assigned to culture
* `rural`: `number` - rural (non-burg) population of cells assigned to culture. In population points * `rural`: `number` - rural (non-burg) population of cells assigned to culture. In population points