mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Updated Data model (markdown)
parent
fe15329c8f
commit
82efeae4da
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ Religions data is stored as an array of objects with strict element order. Eleme
|
|||
* `code`: `string` - religion name abbreviation. Used to render religions tree
|
||||
* `origins`: `number[]` - ids of ancestor religions. `[0]` if religion doesn't have an ancestor. Used to render religions tree. The first array member is main link, other - supporting out-of-tree links
|
||||
* `center`: `number` - cell id of religion center (initial cell)
|
||||
* `culture`: `number` - if of religion original culture
|
||||
* `culture`: `number` - religion original culture
|
||||
* `pole`: `number[]` - state pole of inaccessibility (visual center) coordinates, see [the concept description](https://blog.mapbox.com/a-new-algorithm-for-finding-a-visual-center-of-a-polygon-7c77e6492fbc?gi=6bd4fcb9ecc1)
|
||||
* `expansionism`: `number` - religion growth multiplier. Used during religion generation to define competitive size
|
||||
* `expansion`: `string` - religion expansion type. Can be `culture` so that religion grow only within its culture or `global`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue