private void FixedStat(StatsType stat, int value) { var i = StatsManager.GetStatIndex(stat); _boost[i] = value - _parent.Base[i]; }