Day of Quadrum Conditional Stat Affecter - KonradHeinser/EBSGFramework GitHub Wiki
Return to Main Conditional Stat Affecters Page
This gene conditional stat affecter causes stat changes based on the day of the quadrum:
<conditionalStatAffecters>
<li Class="EBSGFramework.ConditionalStatAffecter_DayOfQuadrum">
<label>label</label>
<statFactors>
</statFactors>
<statOffsets>
</statOffsets>
<daysOfQuadrum>0~15</daysOfQuadrum>
</li>
</conditionalStatAffecters>
- label : A label to override the default
- daysOfQuadrum : Default (0~15) : Range of dates in the quadrum where this is active
- invert : Default (False) : Makes it so daysOfQuadrum looks to make sure the value is outside the range instead of inside. This can be used to set up times in the middle of the quadrum that become invalid (i.e. using 5~10 will instead check to make sure it is before day 5 or after day 10 in the quadrum)