mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
56 lines
897 B
JSON
56 lines
897 B
JSON
{
|
|
"name" : "Saturn",
|
|
"Base" :
|
|
{
|
|
"surfaceGravity" : 20,
|
|
"surfaceSize" : 300,
|
|
"hasMapMarker" : true,
|
|
"lightTint" :
|
|
{
|
|
"r" : 200,
|
|
"g" : 240,
|
|
"b" : 255,
|
|
"a" : 255
|
|
},
|
|
},
|
|
"Orbit" :
|
|
{
|
|
"semiMajorAxis" : 12000,
|
|
"inclination" : 3,
|
|
"primaryBody" : "SUN",
|
|
"isMoon" : false,
|
|
"longitudeOfAscendingNode" : 0,
|
|
"eccentricity" : 0,
|
|
"argumentOfPeriapsis": 0,
|
|
"axialTilt" : 0,
|
|
},
|
|
"Atmosphere" :
|
|
{
|
|
"size" : 400,
|
|
"cloudTint" :
|
|
{
|
|
"r" : 181,
|
|
"g" : 181,
|
|
"b" : 230,
|
|
"a" : 255
|
|
},
|
|
"cloud" : "planets/assets/saturn.png",
|
|
"cloudCap" : "planets/assets/blank_cap.png",
|
|
"cloudRamp" : "planets/assets/saturn_ramp.png",
|
|
"fogTint" :
|
|
{
|
|
"r" : 255,
|
|
"g" : 128,
|
|
"b" : 128,
|
|
"a" : 255
|
|
},
|
|
"fogDensity": 0.9,
|
|
"fogSize": 400,
|
|
},
|
|
"Ring" :
|
|
{
|
|
"innerRadius" : 500,
|
|
"outerRadius" : 950,
|
|
"texture" : "planets/assets/saturn_rings.png",
|
|
},
|
|
} |