gw2-api / issues

Issue tracker for the Guild Wars 2 API
https://discord.gg/zqeHCEg
17 stars 0 forks source link

`/v2/achievements`: Add objective hints #99

Open darthmaim opened 3 months ago

darthmaim commented 3 months ago

Feature Description

Some objectives have hints in game, which are currently not exposed in the API.

Implementation

Add an optional hint to the bits.

Example

 {
   "id": 7048,
   "name": "Sorrow's Lost",
   "bits": [
     {
       "type": "Item",
       "id": 100598,
+      "hint": "Dadga needs to speak with you in the Wizard's Tower."
     },
     // ...
   ]
 }

Anything else?

Example: The achievement Sorrow's Lost has hints on the objectives, for example the hint for the first item is:

Dadga needs to speak with you in the Wizard's Tower.

Screenshot 2024-08-28 002820