I believe StartTimeEpoch is the value I need to calculate how much time is left in each fate. Unfortunately, Duration doesn't seem to do this and instead only tracks how long the fate is supposed to last (900s or 15min for most regular fates).
IsBonus for determining which fates to prioritize.
Exposing values from FFXIVClientStructs/FateContext.cs for:
I believe
StartTimeEpoch
is the value I need to calculate how much time is left in each fate. Unfortunately,Duration
doesn't seem to do this and instead only tracks how long the fate is supposed to last (900s or 15min for most regular fates).IsBonus
for determining which fates to prioritize.