Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Vanguard Ops Activity Missing Modifiers #1897

Open Techman opened 5 months ago

Techman commented 5 months ago

A snippet from an API request via Destiny Data Explorer:

activityHash:743628305 // <Activity "Vanguard Ops">
    isNew:false
    canLead:true
    canJoin:true
    isCompleted:false
    isVisible:true
    displayLevel:50
    recommendedLight:1950
    difficultyTier:2 // enum DestinyActivityDifficultyTier "Normal"
    ▶ challenges:[] 1 item
    ▶ modifierHashes:[] 1 item
        0:1783825372 // <ActivityModifier>

This is the normal Strike Playlist which was renamed to Vanguard Ops. The modifiers list was populated with what was shown in-game before the launch of Final Shape. Now, it only has a hidden modifier.

I double-checked my character activities output; this is the only entry for Vanguard Ops.