Temperature Conditional Stat Affecter - KonradHeinser/EBSGFramework GitHub Wiki

Return to Main Conditional Stat Affecters Page


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

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

                </statFactors>
                <statOffsets>

                </statOffsets>
                <temp>-9999~9999</temp>
                <defaultActive>False</defaultActive>
            </li>
        </conditionalStatAffecters>
  • label : A label to override the default
  • temp : Default (-9999~9999) : The temperature that the pawn is currently exposed to must be in this range for this condition to pass
  • invert : Default (False) : Causes the temp check to make sure the current temperature is outside of the range instead of inside it. For example, a range of 10~30 would check to make sure the temperature is below 10 or over 30 instead
  • defaultActive : Default (False) : If the pawn isn't spawned or in a map, this determines whether to apply the stat changes or not
⚠️ **GitHub.com Fallback** ⚠️