﻿
NEconomy = {
	GOODS_SHORTAGE_PENALTY_DECREASE_SPEED = 0.05  						# Goods shortage penalty goes down by this fraction of GOODS_SHORTAGE_PENALTY_MAX each day
	ECONOMY_OF_SCALE_NATIONALIZED_FRACTION_MULT = 0	# Non-government building economy of scale modifier if multiplied by (1 - the fraction of nationalized levels * this)
	AUTO_DOWNSIZE_BUILDING_MIN_UNUSED_TRADE_CAPACITY = 35						# A Trade Center must have at least this much unused Trade Capacity (in absolute numbers) to consider auto downsizing
	COMPANY_PROSPERITY_POPULARITY_MAX = 10						# Max target prosperity from popularity
	COMPANY_PROSPERITY_POPULARITY_MIN = -5						# Min target prosperity from popularity
	MIN_CONSTRUCTION_EFFICIENCY = 0.1					# Construction efficiency cannot go below this amount

}