﻿# goods						The good being referenced
# weight					The base weight that is applied to this good based on market Sell Order share
# max_supply_share			The maximum weight that can be applied to this good based on market Sell Order share, relative supply above this amount will have no further impact on base weight
# min_supply_share			If above 0, a minimum of this multiplier of the base weight will be applied to a good regardless of its market Sell Order share

popneed_basic_food = {
	default = grain

	entry = {
		goods = grain
		
		weight = 0.85
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = fish
		
		weight = 1
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = meat
		
		weight = 1
		max_supply_share = 0.9
		min_supply_share = 0.0
	}
	
	entry = {
		goods = fruit
		
		weight = 1
		max_supply_share = 0.9
		min_supply_share = 0.0
	}
	
	entry = {
		goods = groceries
		
		weight = 1.15
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
}

popneed_heating = {
	default = wood

	entry = {
		goods = wood
		
		weight = 0.75
		max_supply_share = 0.5
		min_supply_share = 0.0
	}
	
	entry = {
		goods = fabric
		
		weight = 0.25
		max_supply_share = 0.25
		min_supply_share = 0.0
	}	
	
	entry = {
		goods = coal
		
		weight = 2
		max_supply_share = 0.8
		min_supply_share = 0.0
	}
	
	entry = {
		goods = oil
		
		weight = 3
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = fuel
		
		weight = 4
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = electricity
		
		weight = 100
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
}

popneed_intoxicants = {
	default = liquor
	
	obsession_demand_min = 0.75
	obsession_demand_mult = 1.75
	prestige_goods_demand_increase = 0.75

	entry = {
		goods = liquor
		
		weight = 1.1
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = tobacco
		
		weight = 0.9
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = opium
		 
		weight = 0.75
		max_supply_share = 0.75
		min_supply_share = 0.0
	}
	
	entry = {
		goods = wine
		
		weight = 0.35
		max_supply_share = 0.6
		min_supply_share = 0.0
	}
}

popneed_luxury_drinks = {
	default = tea
	
	obsession_demand_min = 0.75
	obsession_demand_mult = 1.75
	prestige_goods_demand_increase = 0.75

	entry = {
		goods = tea
		
		weight = 1
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = coffee
		
		weight = 1
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
	
	entry = {
		goods = wine
		
		weight = 0.6
		max_supply_share = 0.75
		min_supply_share = 0.0
	}
}

popneed_communication = {
	default = transportation
	
	entry = {
		goods = services
		
		weight = 0.5
		max_supply_share = 0.5
		min_supply_share = 0.0
	}
	
	entry = {
		goods = transportation
		
		weight = 1
		max_supply_share = 0.75
		min_supply_share = 0.0
	}
	
	entry = {
		goods = electronics
		
		weight = 1
		max_supply_share = 0.25
		min_supply_share = 0.0
	}
	
	entry = {
		goods = telephones
		
		weight = 4
		max_supply_share = 1.0
		min_supply_share = 0.0
	}
}

popneed_free_movement = {
	default = transportation

	entry = {
		goods = services
		
		weight = 0.25
		max_supply_share = 0.5
		min_supply_share = 0.0
	}
	
	entry = {
		goods = transportation

		weight = 1
		max_supply_share = 0.75
		min_supply_share = 0.0
	}

	entry = {
		goods = automobiles

		weight = 1.25
		max_supply_share = 0.75
		min_supply_share = 0.0
	}
}
