originally posted in:BungieNetPlatform
Im looking at the talentGrid for a weapons, and it consists of different 'nodes' which consist of several things
- row
- column
- isRandom
- steps
etc.
One of these things is a 'nodeHash'.
Anyone know where to search for these hashes?
-
Node Hash definitions aren't available in their own table in the mobileWorldContent. You can see their "instances" as part of talent grid definitions. They are kind-of available under the explorer endpoint, but not documented.
-
You can either use the manifest endpoint or download the SQLite database which contains all of them. If you're going to be continually looking up hash content, you're far better off using the database option. http://bungienetplatform.wikia.com/wiki/Manifest