planetdata = {
	{
		x = 0, y = 0,
		r = 500000, m = 1e12,
		xSpeed = 0, ySpeed = 100,
		name = "Testos",
		colour = {42, 04, 20},
		parent = "star"
	},
	{
		x = 2000000, y = 0,
		r = 100000, m = 4e9,
		xSpeed = 0, ySpeed = 175,
		name = "Deez",
		colour = {50, 50, 50},
		parent = 1
	},
	{
		x = 2200000, y = 0,
		r = 10000, m = 1e4,
		xSpeed = 0, ySpeed = 35,
		name = "Ligos",
		colour = {10, 50, 20},
		parent = 2
	}
}

return planetdata