Greatly reduce the probability of insults and slights occurring between pawns, all pawns can become friends.
Following is the relevant information about the configuration of this mod:
=================
In RimWorld, the calculation formula for compatibility is:
Random base offset + Offset calculated based on age difference = Final compatibility value of the pawn.
For example, the base offset for compatibility between two pawns with a large age difference is 1.2. Because of their significant age difference, the offset calculated based on age is -0.8. Therefore, their final compatibility is calculated as 1.2 - 0.8 = 0.4.
---------------------
"Compatibility base offset lower limit": The base offset for compatibility between two pawns (the 1.2 in the previous example) before calculating the offset due to age difference will not be lower than this value.
For example, if the compatibility base offset lower limit is set to 2.5, then in the previous example, the base offset between the two pawns (1.2) is lower than 2.5. Therefore, this mod will adjust 1.2 upwards to 2.5. Thus, their final compatibility is calculated as 2.5 - 0.8 = 1.7.
---------------------
"Compatibility final value lower limit": The final value of compatibility between two pawns after calculating the offset due to age difference (the 0.4 in the previous example) will not be lower than this value.
For example, if the compatibility final value lower limit is set to 1.0, then in the previous example, the final calculated compatibility value between the two pawns (0.4) is lower than 1.0. Therefore, this mod will adjust 0.4 upwards to 1.0. Thus, their final compatibility is 1.0.
---------------------
"Compatibility final value offset": Before calculating the final value, this value will be added to the compatibility of two pawns.
For example, if the compatibility final value offset is set to 3.0, then their final compatibility is calculated as 1.2 - 0.8 + 3.0 = 3.4.
---------------------
These three values have very subtle differences in effect. However, in most cases, setting any one of these options to a relatively high value (around 6.0 to 7.0) is sufficient to produce a very strong effect. If there is no special need for gameplay or mod debugging, it is recommended to keep the default settings of this mod.