Legendary gift recipes: a split situation
RedGlow.2715:
While writing code, I noticed that the majority of the recipe items used for crafting legendary weapons are accepted by the “items” API endpoint, namely:
- 9615: recipe: gift of metal
- 9617: recipe: gift of wood
- 9618: recipe: gift of energy
- 9621: recipe: gift of nature
- 9625: recipe: gift of darkness
- 9626: recipe: gift of light
- 9627: recipe: vial of quicksilver
- 9628: recipe: gift of entertainment
- 9629: recipe: gift of stealth
- 9631: recipe: liquid flame
- 9633: recipe: gift of lightning
- 9636: recipe: eel statue
- 9637: recipe: gift of water
But others are not, and they are:
- 9616: recipe: gift of ice
- 9622: recipe: unicorn statue
- 9623: recipe: gift of history
- 9624: recipe: gift of music
- 9630: recipe: gift of weather
- 9632: recipe: gift of color
- 9634: recipe: wolf statue
- 9635: recipe: shark statue
I know that many items are not in the items API, but this fractured situation seemed weird to me. I don’t know the reason of this, and I thought about pointing it out here, because maybe it could mean something to the developers.