originally posted in:BungieNetPlatform
Can't seem to figure out how to get the fully-leveled-eventual item stat of an item.
For example, I have a [i]mask of the third man[/i] with 97 / ?? intellect and is at 34 / 36 light
How could I figure out that intellect/light level that it has the possibility of being? I don't see this data in a basic /Inventory call. I'm assuming it's tied to the itemInstanceId. I've experimented with: http://www.bungie.net/platform/Destiny/[membershipType]/Account/[d]/Character/[h]/Inventory/[e]/
and got back the property 'statsOnNodes', but it seems that the property for the light value (3330202799) has two children, current and next. under current the value is 34, and the next array is actually empty. I don't see the value 36 anywhere.
Here's a sample response: http://pastebin.com/98Rv8MZu
Thanks for any possible insight!
English
-
We currently don't expose enough info to do this calculation reliably - what I hear some people do is mine reasonable stats from existing items, or populate expected starting states as a seed for further calculation. There may come a time where we will provide you with better information so you don't have to go through such labors - stay tuned!