Only ever seem to contain a couple perks from Root of Nightmares mods, which is weird because I have no Root of Nightmares mods equipped. It's also different ones per class that it shows, and I think these mods are unlocked globally?
For more example items that aren't working: Defiant Keys & Deep Dive Keys. Afaik the correct way to handle the perks is to hide them by default due to perkVisibility: 2, and in that case only show them if the perk reference has visible: true. But I can't get perk reference info for these ones
It breaks the companion app, too:
In-game:
Companion app:
Using data from these API fields: 1.
perks
from DestinyBaseItemComponentSetOfuint32 (bothProfileResponse
andCharacterResponse
)2.
uninstancedItemPerks
from DestinyCharacterProgressionComponent{}
For more example items that aren't working: Defiant Keys & Deep Dive Keys. Afaik the correct way to handle the perks is to hide them by default due to
perkVisibility: 2
, and in that case only show them if the perk reference hasvisible: true
. But I can't get perk reference info for these ones