Light Conditional Stat Affecter - KonradHeinser/EBSGFramework GitHub Wiki

This gene conditional stat affecter causes stat changes when the pawn is standing in certain light levels:

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

                </statFactors>
                <statOffsets>

                </statOffsets>
                <lightLevel>0~1</lightLevel>
            </li>
        </conditionalStatAffecters>
  • label : A label to override the default
  • lightLevel : Default (0~1) : The light level of the area the pawn is standing must be in this range for the condition to pass
⚠️ **GitHub.com Fallback** ⚠️