DestinyItemManager / DIM

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

Allow revealing raid challenges descriptions #10574

Open GlennKintscher opened 2 weeks ago

GlennKintscher commented 2 weeks ago

I would love to have an option to reveal the “description” of raid challenges, so that I do not have to refer to other sources for this information (option in the sidebar as well as replacing the default “A challenge awaits…” in the tooltip):

image

From my understanding, this data is not part of the manifests etc., so it would have to be provided statically (e.g., src/data/d2/raid-challenges.json). For missing data, the default text would be shown.

Even though I haven't been using React for a long time, I would love to try to implement this feature, should it be interesting.

bhollis commented 2 weeks ago

Yeah, the issue here is 100% that the information isn't available to us and would need to be provided by someone, ideally in each language.