// Filename: PlanetTen.sc // JackDole 2017.10.15 17:01:15 // Put this in 'addons\catalogs\planets' //------------------------------------------------------------------------------ // Approximately Mars size. Approximately 60 AU distance. Approximately 8 degrees inclination of the orbital plane. Planet "Planet 10/Planet Ten" { ParentBody "Sol" Class "Titan" Mass 0.11 Orbit { SemiMajorAxis 60 Inclination 8.0 RefPlane "Ecliptic" } } //------------------------------------------------------------------------------