api icon indicating copy to clipboard operation
api copied to clipboard

incorrect magazine sizes

Open defultnaem opened this issue 1 year ago • 1 comments

idk if it's just Wicked Implement (940371471) but the magazine size in the API is showing as 16 in the API, but is actually 15 in game

defultnaem avatar Jan 31 '24 19:01 defultnaem

Bungie has called this out as a known issue with no planned fix. There are transformations performed on the MAgazine stat in the game, which the API doesn't have access to, so these values can't be 100% correct. At one point they asked whether we'd rather have a "close but not 100% accurate" value vs eliminating it entirely, and the decision was made that it was still valuable to have it, even if it's sometimes slightly off.

See the note on this entry: https://bungie-net.github.io/#/components/schemas/Destiny.Definitions.DestinyItemStatBlockDefinition

cowgod avatar Jan 31 '24 22:01 cowgod