mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Updated Data model (in progress) (markdown)
parent
68407f33d7
commit
722244ef41
1 changed files with 8 additions and 10 deletions
|
|
@ -9,18 +9,16 @@ Structure:
|
||||||
```yaml
|
```yaml
|
||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"seed": "342342342323",
|
|
||||||
"generatedAt": "2023-09-11T23:36:17.227Z",
|
|
||||||
"savedAt": "2023-09-11T23:42:31.748Z",
|
|
||||||
"revision": 2,
|
|
||||||
"version": {
|
|
||||||
"initial": "1.91.12",
|
|
||||||
"current": "1.93.03"
|
|
||||||
},
|
|
||||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36",
|
|
||||||
"copyright": "Azgaar's Fantasy Map Generator",
|
"copyright": "Azgaar's Fantasy Map Generator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"source": "http://azgaar.github.io/Fantasy-Map-Generator"
|
"source": "http://azgaar.github.io/Fantasy-Map-Generator",
|
||||||
|
"seed": "342342342323",
|
||||||
|
"createdOn": "2023-09-11T23:36:17.227Z",
|
||||||
|
"updatedOn": "2023-09-11T23:42:31.748Z",
|
||||||
|
"revision": 2,
|
||||||
|
"initialVersion": "1.91.12",
|
||||||
|
"currentVersion": "1.93.03",
|
||||||
|
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue