sorcery  affinities.lua at [3354e2aa29]

File data/affinities.lua artifact e9d7476a85 part of check-in 3354e2aa29


return {
	praxic = {
		color = {255,64,78}; -- red
		desc = 'exert force directly upon the world';
	};
	counterpraxic = {
		color = {145,47,255}; -- magenta
		desc = 'resist force exerted by the world';
	};
	cognic = {
		color = {20,255,85}; -- green
		desc = 'divine hidden knowledge';
	};
	imperic = {
		color = {255,47,255}; -- purple
		desc = 'substitute your will for the usual workings of nature';
	};
	mandatic = {
		color = {47,236,255}; -- cyan
		desc = 'transmit information';
	};
	occlutic = {
		color = {255,148,47}; -- orange
		desc = 'conceal things from perception';
	};
	syncretic = {
		color = {45,75,255}; -- deep blue
		desc = 'influence the relationships between things';
	};
	entropic = {
		color = {255,255,109}; -- yellow
		desc = 'influence the balance of probabilities to favor particular outcomes';
	};
}