Stats - SmArtKar/AthenaFramework GitHub Wiki

Athena adds 2 stats, Athena_Metabolism and Athena_SkillLoss which, obviously, are metabolism and skill loss multipliers. Skill loss invoked with direct argument is not affected by the skill loss multiplier.

    <StatDef>
        <defName>Athena_Metabolism</defName>
        <label>nutrition loss</label>
        <description>The rate at which the pawn's food need decreases.</description>
        <category>PawnMisc</category>
        <defaultBaseValue>1</defaultBaseValue>
        <toStringStyle>PercentZero</toStringStyle>
        <showOnAnimals>true</showOnAnimals>
        <minValue>0</minValue>
        <displayPriorityInCategory>3920</displayPriorityInCategory>
        <cacheable>true</cacheable>
    </StatDef>

    <StatDef>
        <defName>Athena_SkillLoss</defName>
        <label>skill loss rate</label>
        <description>The rate at which the pawn loses their knowledge.</description>
        <category>PawnMisc</category>
        <defaultBaseValue>1</defaultBaseValue>
        <toStringStyle>PercentZero</toStringStyle>
        <showOnAnimals>false</showOnAnimals>
        <minValue>0</minValue>
        <displayPriorityInCategory>3930</displayPriorityInCategory>
        <cacheable>true</cacheable>
    </StatDef>
⚠️ **GitHub.com Fallback** ⚠️