{
	"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
	"name": "PreBramble_Puzzle",
	"Bramble": {
		"dimension": {
			"allowedEntrances": [ 1 ],
			"radius": 50,
			"linksTo": "SurfaceNode1"
		}
	},
	"Props": {
		"singularities": [
			{
				"type": "blackHole",
				"horizonRadius": 100,
				"hasWarpEffects": false,
				"uniqueID": "PREBRAMBLE_BH",
				"pairedSingularity": "PREBRAMBLE_WH"
			}
		]
	},
	"Orbit": {
		"staticPosition": {
			"x": 20000,
			"y": -55500,
			"z": -1000
		},
		"isStatic": true
	},
	"Volumes": {
		"oxygenVolumes": [
			{
				"radius": 1000
			}
		]
	}
}