DestinyItemManager / DIM

Destiny Item Manager
https://destinyitemmanager.com
MIT License
2.03k stars 641 forks source link

smarter bucket detection of dummy items #10429

Open nev-r opened 2 weeks ago

nev-r commented 2 weeks ago

image

this gun's sockets are being displayed as general instead of weapon, because its bucket.inWeapons is not true, because it's a dummy that belongs in the forbidden bucket.

this fake dimitem's bucket prop (which is supposed to describe where it belongs, not where it is) could be corrected by matching name and item type against a non-dummy in the defs

bhollis commented 1 week ago

We have a similar name-matching thing for collections, I bet it could be reused.