Capacity Conditional Stat Affecter - KonradHeinser/EBSGFramework GitHub Wiki

This gene conditional stat affecter causes stat changes when the pawn's health capacities meet the specified conditions. For those familiar with the Ability Validator, it uses the same method as casterCapLimiters:

        <conditionalStatAffecters>	
            <li Class="EBSGFramework.ConditionalStatAffecter_Capacities">
                <label>label</label>
                <statFactors>

                </statFactors>
                <statOffsets>

                </statOffsets>
                <capLimiters>
                    <defName>0~9999</defName>
                </capLimiters>
            </li>
        </conditionalStatAffecters>
  • label : A label to override the default. The default is generic, so it is recommended to include this
  • capLimiters : Special list of PawnCapacityDefs that uses the DefName for the tag, and the valid range for the value. If only a single number is entered, then any value above that number also qualifies
⚠️ **GitHub.com Fallback** ⚠️