﻿NPortrait = {
	WEIGHT_UPDATE_YEAR_INTERVAL = 1 # Years in between portrait updating their current weight towards their target weight
	WEIGHT_UPDATE_YEAR_INTERVAL_PLAYER = 1 # Years in between portrait updating their current weight towards their target weight (for player characters)
	WEIGHT_UPDATE_PLAYER_LERP_SCALAR = 0.30 # Scalar for the liner interoplation of the weight update to trend current weight towards target weight, for the player
	WEIGHT_UPDATE_LERP_SCALAR = 0.30 # Scalar for the liner interoplation of the weight update to trend current weight towards target weight
}