mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
28 lines
853 B
XML
28 lines
853 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
<Defs>
|
|||
|
|
|||
|
<StatDef>
|
|||
|
<defName>MaxAbsorbable</defName>
|
|||
|
<label>Absorbable</label>
|
|||
|
<description>Maximum amount of fluid that this item can absorb.</description>
|
|||
|
<category>Apparel</category>
|
|||
|
<minValue>0</minValue>
|
|||
|
<toStringStyle>FloatOne</toStringStyle>
|
|||
|
<formatString>{0} ml</formatString>
|
|||
|
<showIfUndefined>false</showIfUndefined>
|
|||
|
<displayPriorityInCategory>60</displayPriorityInCategory>
|
|||
|
<parts>
|
|||
|
<li Class="StatPart_Quality">
|
|||
|
<factorAwful>0.5</factorAwful>
|
|||
|
<factorPoor>0.8</factorPoor>
|
|||
|
<factorNormal>1</factorNormal>
|
|||
|
<factorGood>1.2</factorGood>
|
|||
|
<factorExcellent>1.4</factorExcellent>
|
|||
|
<factorMasterwork>2.0</factorMasterwork>
|
|||
|
<factorLegendary>5.0</factorLegendary>
|
|||
|
</li>
|
|||
|
</parts>
|
|||
|
</StatDef>
|
|||
|
|
|||
|
</Defs>
|