Difference between revisions of "Study Efficiency"
Jump to navigation
Jump to search
(Study Efficiency stat stub) |
m (Stat Category) |
||
Line 5: | Line 5: | ||
| to string style = PercentZero | | to string style = PercentZero | ||
| description = A multiplier on how much knowledge a person gets when studying unnatural entities. | | description = A multiplier on how much knowledge a person gets when studying unnatural entities. | ||
+ | | category = PawnWork | ||
}} | }} | ||
Revision as of 20:14, 6 September 2024
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>