mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11: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,
|
||||
"southPole": -25
|
||||
},
|
||||
"winds": [225, 45, 225, 315, 135, 315],
|
||||
"winds": [225,45,225,315,135,315],
|
||||
"precipitation": 100
|
||||
},
|
||||
"geography": {
|
||||
|
|
@ -132,6 +132,13 @@ Structure:
|
|||
}
|
||||
}
|
||||
},
|
||||
"rulers": {
|
||||
"0": {
|
||||
"i": 0,
|
||||
"type": "ruler",
|
||||
"points": [[0,0],[642,17]],
|
||||
}
|
||||
},
|
||||
"military": {
|
||||
"units": {
|
||||
"0": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue