originally posted in:BungieNetPlatform
View Entire Topic
In talentgrids there are sometimes references to perkHashes and materialRequirementHashes, for instance
"materialRequirementHashes": [
735294852
]
and
"perkHashes": [
3465602758
]
I can't find anything in the database that matches those hashes, does anyone know what they could be?
English
-
I've been tinkering with the materialrequirements and i've found that for most items there are multiple hashes listed, sometimes they point to the same itemHash and sometimes they point to different item hashes. For example Hawkmoon, it requires Spinmetal to upgrade damage but the materialrequiremnts array lists hashes like so (this data is customized, not part of the api): "requireMaterials": [ { "itemHash": 2882093969, "materialSetHash": 1753685377, "name": "Spinmetal", "icon": "/common/destiny_content/icons/icon75e80eb67a6e0e82f58684a13672b73b.jpg", "description": "A filigree of bubbled metal grown by wild colonies of Golden Age cytoconstructors.", "count": 8, "deleteOnAction": true }, { "itemHash": 3242866270, "materialSetHash": 1753685376, "name": "Relic Iron", "icon": "/common/destiny_content/icons/icon98c5cccfe3e9fe7f2e2b66182c7a8aad.jpg", "description": "A post-Collapse material of extraordinary density.", "count": 8, "deleteOnAction": true }, { "itemHash": 1797491610, "materialSetHash": 1753685379, "name": "Helium Filaments", "icon": "/common/destiny_content/icons/iconf5f63111eb820f56142409952e18594a.jpg", "description": "Filaments of helium-3 fusion fuel, gathered from the lunar regolith by a helium coil.", "count": 8, "deleteOnAction": true }, { "itemHash": 2254123540, "materialSetHash": 1753685378, "name": "Spirit Bloom", "icon": "/common/destiny_content/icons/icon97b7c56fba496868d55d383648126de8.jpg", "description": "Shavings from flower-shaped crystals with pharmaceutical and chemical applications.", "count": 8, "deleteOnAction": true } ], Is there anything that says which specific material it is that is being required?