mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
Updated Data model (in progress) (markdown)
parent
78a4f43b2a
commit
45a297c2a3
1 changed files with 8 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ Structure:
|
||||||
"northPole": -30,
|
"northPole": -30,
|
||||||
"southPole": -25
|
"southPole": -25
|
||||||
},
|
},
|
||||||
"winds": [225, 45, 225, 315, 135, 315],
|
"winds": [225,45,225,315,135,315],
|
||||||
"precipitation": 100
|
"precipitation": 100
|
||||||
},
|
},
|
||||||
"geography": {
|
"geography": {
|
||||||
|
|
@ -132,6 +132,13 @@ Structure:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"rulers": {
|
||||||
|
"0": {
|
||||||
|
"i": 0,
|
||||||
|
"type": "ruler",
|
||||||
|
"points": [[0,0],[642,17]],
|
||||||
|
}
|
||||||
|
},
|
||||||
"military": {
|
"military": {
|
||||||
"units": {
|
"units": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue