mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
50 lines
787 B
JSON
50 lines
787 B
JSON
{
|
|
"name" : "Neptune",
|
|
"Base" :
|
|
{
|
|
"surfaceGravity" : 20,
|
|
"surfaceSize" : 300,
|
|
"hasMapMarker" : true,
|
|
"lightTint" :
|
|
{
|
|
"r" : 200,
|
|
"g" : 240,
|
|
"b" : 255,
|
|
"a" : 255
|
|
},
|
|
},
|
|
"Orbit" :
|
|
{
|
|
"semiMajorAxis" : 16000,
|
|
"inclination" : 3,
|
|
"primaryBody" : "SUN",
|
|
"isMoon" : false,
|
|
"longitudeOfAscendingNode" : 0,
|
|
"eccentricity" : 0,
|
|
"argumentOfPeriapsis": 0,
|
|
"axialTilt" : 0,
|
|
},
|
|
"Atmosphere" :
|
|
{
|
|
"size" : 300,
|
|
"cloudTint" :
|
|
{
|
|
"r" : 181,
|
|
"g" : 181,
|
|
"b" : 230,
|
|
"a" : 255
|
|
},
|
|
"cloud" : "planets/assets/neptune.png",
|
|
"cloudCap" : "planets/assets/blank_cap.png",
|
|
"cloudRamp" : "planets/assets/neptune_ramp.png",
|
|
"fogTint" :
|
|
{
|
|
"r" : 128,
|
|
"g" : 128,
|
|
"b" : 255,
|
|
"a" : 255
|
|
},
|
|
"fogDensity": 0.9,
|
|
"fogSize": 300,
|
|
},
|
|
} |