aristocrats = {
	precious_metal = 2.0
	opium = 2.0
	luxury_clothes = 1.75
	luxury_furniture = 1.75
	telephones = 2.0
	automobiles = 2.0
	aeroplanes = 0.8
	radio = 2.0
}
capitalists = {
	precious_metal = 2.0
	opium = 2.0
	luxury_clothes = 1.75
	luxury_furniture = 1.75
	telephones = 2.0
	automobiles = 2.0
	aeroplanes = 0.8
	radio = 2.0
}
officers = {
	opium = 2.0
	luxury_clothes = 1.25
	luxury_furniture = 1.25
	telephones = 1.25
	automobiles = 1.0
	aeroplanes = 0.4
	radio = 1.0
}
clergymen = {
	opium = 2.0
	precious_metal = 1.25
	regular_clothes = 1.25
	furniture = 1.0
	telephones = 1.0 
	automobiles = 1.0
	aeroplanes = 0.4
	radio = 1.0
}
clerks = {
	precious_metal = 1.25
	regular_clothes = 1.0
	furniture = 1.0
	telephones = 1.0
	automobiles = 1.0
	aeroplanes = 0.4
	radio = 1.0
}
craftsmen = {
	precious_metal = 1.0
	regular_clothes = 0.60
	furniture = 0.60
	wine = 0.8
	paper = 0.8
	telephones = 0.8
	automobiles = 0.4
	radio = 0.4
}
farmers = {
	precious_metal = 1.25
	regular_clothes = 0.75
	furniture = 0.75
	wine = 1.0
	paper = 1.0
	telephones = 1.0
	automobiles = 0.5
	radio = 0.5
}
labourers = {	
	precious_metal = 1.25
	regular_clothes = 0.75
	furniture = 0.75
	wine = 1.0
	paper = 1.0
	telephones = 1.0
	automobiles = 0.5
	radio = 0.5
}
soldiers = {	
	regular_clothes = 0.75
	furniture = 0.75
	wine = 1.0
	paper = 1.0
	telephones = 1.0
	automobiles = 0.5
	radio = 1.0
}