originally posted in:BungieNetPlatform
View Entire Topic
If I wanted to get a list of perks for each weapon type (for example, all possible perks for Shotguns, all possible perks for Auto Rifles, etc), how would I do that? I want to do this with as few query calls as I can, and I only want to get the perks that are obtainable in-game (in such a way that will ideally be updated automatically when HoW drops and adds newly obtainable perks to the mix).
English
-
I'm still playing with an old version, but for one item you'd join its talentGridHash (DestinyInventoryItemDefinition) with a gridHash (DestinyTalentGridDefinition). eg. [url=http://pastebin.com/raw.php?i=8UeR1hax]this[/url] with [url=http://pastebin.com/raw.php?i=4RDNmQsU]this[/url].