Minimum Handling Skill
Minimum Handling Skill is a stat: This creature cannot be tamed, trained, or commanded by anyone with less than this skill in animals. Its minimum allowed value is 0. Its default value is 0.
An animal's Minimum Handling Skill is determined by the species' Wildness, with wilder animals being generally harder to tame and train. All animals, including wildmen, possess this stat.
The value is determined as follows: Below 15% wildness, its 0. Between 15% and 98% wildness it is linearly interpolated 1 and 10 respectively, between 98% and 99% it is linearly interpolated 10 and 14 respectively.
Minimum Handling Skill per |
---|
The highest value it can take is 20, while the lowest is 0. While not shown on the table below, a Wildman has a wildness of 75% and a Minimum Handling Skill of 7.
Stat Def Data[edit]
Def Name Label Label For Full Stat List Offset Label Attributes |
Description | Category | Parameters | Complex Parameters |
Display Priority In Category |
---|---|---|---|---|---|
|
This creature cannot be tamed, trained, or commanded by anyone with less than this skill in animals. |
|
|
|
1500 |
Version history[edit]
- In or prior to 1.6.4518 - Previously, obtained by multiplying Wildness by 10 and rounding the result to the nearest integer half down[1]. Now, if wildness is equal or below 70% subtract 1. For wildness above 70%, there's no additional operations. Now, below 15%, its 0, its linearly interpolated between (15%, 1)->(98%,10) and (98%,10, 99%,14).
- ↑ It means rounding to the nearest integer, except if the decimal part is 0.5; round down in that case. For a more detailed explanation, see: https://en.wikipedia.org/wiki/Rounding#Rounding_half_down