mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
Updated Data model (markdown)
parent
3a3e536c9f
commit
d3a965803a
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ States (countries) data is stored as an array of objects with strict element ord
|
|||
* `removed`: `boolean` - `true` if state is removed
|
||||
|
||||
## Provinces
|
||||
Provinces data is stored as an array of objects with strict element order. Element 0 is not used. If province is removed, the element is not getting removed, but instead a `removed` attribute is added. Object structure:
|
||||
Provinces data is stored as an array of objects with strict element order. Element 0 is not used. If religion is removed, the element is not getting removed, but instead a `removed` attribute is added. Object structure:
|
||||
* `i`: `number` - province id, always equal to the array index
|
||||
* `name`: `string` - short (proper) form of the province name
|
||||
* `formName`: `string` - string form name, used to get province `fullName`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue