{
	"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
	"name": "Nearest Neighbor",
	"starSystem": "AnonymousStrangerOW.StrangerSystem",
	"Base": {
		"surfaceGravity": 100,
		"surfaceSize": 2100,
		"gravityFallOff": "inverseSquared",
		"centerOfSolarSystem": true
	},
	"Orbit": {
		"isStatic": true
	},
	"Atmosphere": {
		"size": 2100,
		"fogTint": {
			"r": 199,
			"g": 67,
			"b": 58,
			"a": 255
		},
		"fogDensity": 0.4,
		"fogSize": 2100
	},
    "MapMarker": {
        "enabled": true
    },
	"Star": {
		"size": 2000,
		"tint": {
			"r": 255,
			"g": 103,
			"b": 0,
			"a": 255
		},
		"endTint": {
			"r": 255,
			"g": 0,
			"b": 0,
			"a": 255
		},
		"solarLuminosity": 0.8,
		"curve": [
			{
				"time": 0,
				"value": 1
			},
			{
				"time": 23,
				"value": 1.5
			},
			{
				"time": 25,
				"value": 1.5
			},
			{
				"time": 27,
				"value": 1.7
			},
			{
				"time": 31,
				"value": 2.5
			}
		],
		"lightRadius": 50000,
		"stellarDeathType": "planetaryNebula",
		"lifespan": 33
	}
}