Day of Year 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 year:
<conditionalStatAffecters>
<li Class="EBSGFramework.ConditionalStatAffecter_DayOfYear">
<label>label</label>
<statFactors>
</statFactors>
<statOffsets>
</statOffsets>
<daysOfYear>0~60</daysOfYear>
</li>
</conditionalStatAffecters>
- label : A label to override the default
- daysOfYear : Default (0~60) : Range of dates in the year where this is active
- invert : Default (False) : Makes it so daysOfYear looks to make sure the value is outside the range instead of inside. This can be used to set up times that pass through one year to the next as it will result in you specifying the range of times that do not work (i.e. 16~45 normally only allows for Jugust through Septober, but with invert active it instead only allows for Decembary through Aprimay)