nev
nev
followups to https://github.com/DestinyItemManager/DIM/pull/8154 feel free to split these off into other issues, to address just one - [x] make this live. right now it's set/built once per inventory refresh. it...
dim cannot solve this move  but it can solve this move 
https://data.destinysets.com/i/InventoryItem:806997698 (SUROS Rapid-Fire) https://data.destinysets.com/i/InventoryItem:3364911712 (VEIST Rapid-Fire) are two examples. seems like an "enhanced version" was generated for every frame type, even those not currently in use, and that's fine. BUT,...
#### Neutral/Ruinous/Adroit/Mutable/Energetic Element in `characterInventories` and `characterCurrencyLookups`, the api seems to report only what's in the forbidden/dummy bucket `2422292810`, i.e. what's been dropped recently it's an unrelated, much lower number...
Presumably, same with "Masquerader's Hood" and "Masquerader's Cowl". Ornament hash being plugged: [InventoryItem:239189018](https://data.destinysets.com/i/InventoryItem:239189018) Obviously these are a special case Item in-game, because they're permanently ornamented. And they aren't flagged in...
i thought this was effectively a bump of josh's 2017 issue here: https://github.com/Bungie-net/api/issues/345 but it actually turns out the example he provided has since been fixed: [1397648181](https://data.destinysets.com/i/InventoryItem:1397648181) however, several seasons...
the objective [2588042065](https://data.destinysets.com/i/Metric:2588042065/Objective:2734273826) seems misnamed. it doesn't correspond to its parent metric [2588042065](https://data.destinysets.com/i/Metric:2588042065) it's instead a dupe of [1270510989](https://data.destinysets.com/i/Metric:4036641132/Objective:1270510989) which correctly mirrors the description of its parent metric [4036641132](https://data.destinysets.com/i/Metric:4036641132) here's...
in-game this item reports as having all 10 energy consumed  but API reports ``` "energyCapacity":10, "energyUsed":7, "energyUnused":3 ``` the 3 energy mod on the left is currently `"isEnabled":false` (due,...
spec claims the titlesByGender dictionary is keyed by the DestinyGender enum ```json "Destiny.Definitions.Records.DestinyRecordTitleBlock": { "type": "object", "properties": { "hasTitle": { "type": "boolean" }, "titlesByGender": { "type": "object", "additionalProperties": { "type":...