| Incorrect Hellfire Ring item data(1) | Category: Community Platform APIFebruary-28-2013 5:45 PM PST (10 years ago) ![]() | |
| There is some mistakes for the hellfire ring information: All the hellfire rings (for str, dec, int...) use the same id Unique_Ring_024_104. e.g.:
But the information for Unique_Ring_024_104 has only STR attribute. e.g.:
attributesRaw: {There should be dex and int version of Unique_Ring_024_104. Regards, Samson Fu | ||
| Incorrect Hellfire Ring item data(2) | March-5-2013 4:35 PM PST (10 years ago) ![]() | |
| The way crafted legendary items works is a bit interesting. The specific str/dex/vit/int attributes are part of the recipe information instead of the base item that gets crafted (similar to crafting a standard piece of equipment). The end-result is that you will need to use the recipe API information to get the accurate result of the crafted item: Example: http://us.battle.net/api/d3/data/recipe/hellfire-ring-of-strength A list of all crafted items are available using the artisan APIs: http://us.battle.net/api/d3/data/artisan/jeweler (for these rings) http://us.battle.net/api/d3/data/artisan/blacksmith Using this, it should be possible to make determinations about which items have related crafting recipes. | ||
| Incorrect Hellfire Ring item data(4) | March-8-2013 1:33 PM PST (10 years ago) ![]() | |
| It is not possible to get the recipe from the /item/<data> API yet, but we are looking at a way to add this. There is another thread about crafted items too: http://us.battle.net/d3/en/forum/topic/8087879822 | ||
