Closed tednaleid closed 8 months ago
This is currently only partially implemented. The legendary weapon rewards have been added as of https://github.com/rslifka/reckoner-app/commit/543a0e1ec156126b7d842b143f6acca324192e5f
It only took a year, sorry Ted 😄
One of the main reasons I look at the daily lost sector is to see what slot is dropping today (arms, chest, head, legs).
Currently, the UI does not display the reward for lost sectors. It would be nice if the reward slot was listed on the detailed UI for legend/master lost sectors, something like this:
Unfortunately, it does not look like this is available in the JSON for the lost sector activity. It has all rewards listed, not just the slot available today. There is also not a separate field that determines which reward is active as far as I can tell.
After talking with Slif, it turns out that the lost sector code for today is already a hard-coded rotator list:
One idea would be to enhance this rotator list code to have some sort of enum/list for the reward that'll rotate through
[arms, chest, head, legs]
and uses the samerotationStart
variables in the image above. The number of days "today" is offset from therotationStart
modulus 4 should pick the right reward.This rotation order is documented on the todayindestiny site (where they likely have a similar hard-coded list): https://www.todayindestiny.com/ls_calendar