dcaslin / d2-checklist

Source for www.d2checklist.com, written in Angular and using the Bungie API
https://www.d2checklist.com/
MIT License
91 stars 24 forks source link

recoil not being modified by barrel in weapon status #353

Closed jsmith0523 closed 3 years ago

jsmith0523 commented 3 years ago

See the attached image for arrowhead brake not being accounted for. I double checked with chambered compensator on some of my autos, and there's a similar problem. DIM appears to work just fine so I don't think it's a Bungie issue.

It would also be REALLY nice if we could have a recoil direction icon like DIM has.

AB
dcaslin commented 3 years ago

So DIM really pulls out all the stops in terms of reporting stat values on guns. To date D2Checklist simply reports the stats on the standard item instance. so the visible stats in game, like range and handling, match but the invisible stats like Aim Assist and Recoil direction just show the archetypal weapon values. DIM instead adds up all the plug stats and maps them according to a bungie mapping curve and some other things. This has pros and cons. Good discussion from DIM when they made the jump here: https://github.com/DestinyItemManager/DIM/wiki/DIM's-New-Stat-Calculations

I'll look into doing something similar in the future, need to see how big of a lift it might be.