Study Efficiency
Jump to navigation
Jump to search
This article is a stub. You can help RimWorld Wiki by expanding it. Reason: General, remove inclusion of StatDef once integrated. |
Study Efficiency is a stat: A multiplier on how much knowledge a person gets when studying unnatural entities. Its minimum allowed value is 0%. Its default value is 100%.
Factors
A pawn's study efficiency has a base value of 100%, a minimum of 0.01%, and is affected by the following factors:
- Occultist +100%
StudyEfficiency StatDef
<StatDef> <defName>StudyEfficiency</defName> <label>study efficiency</label> <description>A multiplier on how much knowledge a person gets when studying unnatural entities.</description> <category>PawnWork</category> <defaultBaseValue>1</defaultBaseValue> <showOnDefaultValue>false</showOnDefaultValue> <toStringStyle>PercentZero</toStringStyle> <minValue>0.001</minValue> <showOnAnimals>false</showOnAnimals> <showOnMechanoids>false</showOnMechanoids> <showDevelopmentalStageFilter>Child, Adult</showDevelopmentalStageFilter> <displayPriorityInCategory>210</displayPriorityInCategory> </StatDef>