Temperature Conditional Stat Affecter - KonradHeinser/EBSGFramework GitHub Wiki
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
- defaultActive : Default (False) : If the pawn isn't spawned or in a map, this determines whether to apply the stat changes or not. It is generally recommended to make this the same as forbiddenConditions