Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data:Example/body: Difference between revisions

From Kerbal Space Program 2 Wiki
(changed some values to numbers from strings)
(numerical elements now numbers not string)
Line 6: Line 6:
     "system": "Sol",
     "system": "Sol",
     "parent": "The Sun",
     "parent": "The Sun",
     "mass": "5.972E24",
     "mass": 5.972e+24,
     "radius": "6371",
     "radius": 6371,
     "sma": 149598023,
     "sma": 149598023,
     "eccentricity": 0.0167086,
     "eccentricity": 0.0167086,
     "inclination": "7.155",
     "inclination": 7.155,
     "axial_tilt": "23.4392811",
     "axial_tilt": 23.4392811,
     "rotational_period": "24",
     "rotational_period": 24,
     "satellites": "1"
     "satellites": 1
}
}

Revision as of 15:33, 28 December 2024

entity"body"
name"Earth"
file"Earth.png"
subtitle"Terrestrial Planet"
system"Sol"
parent"The Sun"
mass5.972e+24
radius6371
sma149598023
eccentricity0.0167086
inclination7.155
axial_tilt23.4392811
rotational_period24
satellites1
MediaWiki Appliance - Powered by TurnKey Linux