﻿NTechnology = {
	TECH_AHEAD_OF_TIME_PENALTY_FACTOR = 0.40	#was 0.25 # For every tech in a previous era not already researched in this category, take this multiple of the cost as an additional penalty (multiplied by number of eras between the techs)
}

NPops = {
	QUALIFICATIONS_UPDATE_FACTOR = 0.0002 # was 0.0003				# Calculated potential values are multiplied by this value and the workforce size of the pop before being added to the existing potentials
	QUALIFICATIONS_NUM_MONTHS_AT_START = 30 # was 60				# How many months of qualifications should be seeded to pops at start of game?
}