Blizzard / api-wow-docs

Documentation for the World of Warcraft web APIs.
http://blizzard.github.com/api-wow-docs/
525 stars 65 forks source link

reforge data incomplete? #1

Closed ghost closed 11 years ago

ghost commented 13 years ago

http://us.battle.net/api/wow/character/{realm}/{character}?fields=items

sample output:

"mainHand":{
  "id":65007,
  "name":"Akirus the Worm-Breaker",
  "icon":"inv_mace_2h_grimbatolraid_d_01",
  "quality":4,
  "tooltipParams":{
    "enchant":4099,
    "reforge":159
  }
},

How is someone suppose to know how to make use of the reforge data? I don't understand 159 what? Maybe add another parameter, ex: "reforge_stat": "haste-hit" ?

Peratryn commented 11 years ago

This has been explained on forums. In addition the new character API now includes stats that show what stats have been reforged as well.