diff --git a/Data-model.md b/Data-model.md index b0eb2e3..8c6a994 100644 --- a/Data-model.md +++ b/Data-model.md @@ -130,7 +130,7 @@ Burgs (settlements) data is stored as an array of objects with strict element or * `population`: `number` - burg population in population points * `type`: `string` - burg type, see [culture types](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Culture_types) * `coa`: `object | string` - emblem object, data model is the same as in [Armoria](https://github.com/Azgaar/Armoria) and covered in [API documentation](https://github.com/Azgaar/armoria-api#readme). If emblem is loaded by user, then the value is `custom` and cannot be displayed in Armoria -* `MFCG`: `number` - burg seed in (Medieval Fantasy City Generator)[https://watabou.github.io/city-generator] (MFCG). If not provided, seed is combined from map seed and burg id +* `MFCG`: `number` - burg seed in [Medieval Fantasy City Generator](https://watabou.github.io/city-generator) (MFCG). If not provided, seed is combined from map seed and burg id * `link`: `string` - custom link to burg in MFCG. `MFCG` seed is not used if link is provided * `capital`: `number` - `1` if burg is a capital, `0` if not (each state has only 1 capital) * `port`: `number` - if burg is not a port, then `0`, otherwise feature id of the water body the burg stands on