This commit is contained in:
沈瑗杰 2020-12-12 22:04:27 +08:00
parent bd28077163
commit 7c7fb146f9
2 changed files with 17 additions and 1 deletions

View File

@ -3,7 +3,10 @@
"description": "", "description": "",
"planets": { "planets": {
"smearth": { "smearth": {
"description": "",
"gravity": 9.81,
"radius": 63710000,
"map_color": [103, 157, 255]
} }
} }
} }

View File

@ -0,0 +1,13 @@
{
"System name": {
"description": "xxx",
"planets": {
"planets xxx": {
"description": "xxx",
"gravity": "x.xx N/kg",
"radius": "xxx m",
"map_color": ["R", "G", "B"]
}
}
}
}