From fc7d211cfef5d995dbd6e4ad4a5c5cb42a7ba64b Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 25 Aug 2021 17:12:42 +0300 Subject: [PATCH] Updated Data model (markdown) --- Data-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data-model.md b/Data-model.md index f2fd8ef..c30d1c1 100644 --- a/Data-model.md +++ b/Data-model.md @@ -109,7 +109,7 @@ Cultures (races, language zones) data is stored as an array of objects with stri * `center`: `number` - cell id of culture center (initial cell) * `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)`) -* `expansionism`: `number` - culture expansionism modifier. 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) * `area`: `number` - culture area in pixels * `cells`: `number` - number of cells assigned to culture @@ -152,7 +152,7 @@ States (countries) data is stored as an array of objects with strict element ord * `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) * `culture`: `number` - state culture id (equals to initial cell culture) * `type`: `string` - state type, see [culture types](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Culture types) -* `expansionism`: `number` - state expansionism modifier. Used mainly during state generation to spread states not uniformly +* `expansionism`: `number` - state growth multiplier. Used mainly during state generation to spread states not uniformly * `area`: `number` - state area in pixels * `burgs`: `number` - number of burgs within the state * `cells`: `number` - number of cells within the state