[
	{
		"name":"Scientist",
		"science":3,
		"greatPersonPoints": {"science":3}
		"color": [0,0,255]
	},
	{
		"name":"Merchant",
		"gold":3,
		"greatPersonPoints": {"gold":3}
		"color": [255,215,0]
	},
	{
		"name":"Artist",
		"culture":2,
		"greatPersonPoints": {"culture":3}
		"color": [160,32,240]
	},
	{
		"name":"Engineer",
		"production":2,
		"greatPersonPoints": {"production":3}
		"color": [139,69,19]
	}
]