	NGameplay = {
		ADVANCED_EMPIRE_EXTRA_MINERALS_MIN = 1500 # How much extra minerals does advanced empires start with?
		ADVANCED_EMPIRE_EXTRA_MINERALS_MAX = 8000	
		ADVANCED_EMPIRE_EXTRA_ENERGY_MIN = 1000   # How much extra energy does advanced empires start with?
		ADVANCED_EMPIRE_EXTRA_ENERGY_MAX = 5000	
		ADVANCED_EMPIRE_EXTRA_INFLUENCE_MIN = 300   # How much extra influence does advanced empires start with?
		ADVANCED_EMPIRE_EXTRA_INFLUENCE_MAX = 800	
		ADVANCED_EMPIRE_EXTRA_WARSHIPS_MIN = 15	# How many extra war ships do advanced empires start with?
		ADVANCED_EMPIRE_EXTRA_WARSHIPS_MAX = 60
		ADVANCED_EMPIRE_MAX_EXTRA_COLONIES = 9	# Max extra colonies an advanced empire can start with
		ADVANCED_EMPIRE_COLONY_DISTANCE = 85	# Max distance at which an advanced empire can get extra colonies
		ADVANCED_EMPIRE_COLONY_CHANCE = 100		# Per colonizeable planet within colony distance (after the 1st)
	}