Emblem source (Courtesy of DEC)
This pursuit has three steps to it, with multiple objectives in each step. The first two steps will give you shaders while the third step awards this emblem.
Dev info
SELECT json FROM DestinyInventoryItemDefinition WHERE (json_extract(json, '$.displayProperties.name') = 'Living Vestige');
{ - "displayProperties": {...},
- "tooltipNotifications": [],
- "collectibleHash": 7965005,
- "secondaryIcon": "/common/destiny2_content/icons/2ee09efe830644f9875a973875f4f346.jpg",
- "secondaryOverlay": "/common/destiny2_content/icons/9e36ff898ffd5086c0224280b1b8d0ae.png",
- "secondarySpecial": "/common/destiny2_content/icons/ae11e3aa8f567d7e37b25ab6d480a97b.jpg",
- "backgroundColor": {...},
- "itemTypeDisplayName": "Emblem",
- "flavorText": "",
- "uiItemDisplayStyle": "",
- "itemTypeAndTierDisplayName": "Legendary Emblem",
- "displaySource": "",
- "tooltipStyle": "record",
- "action": {...},
- "inventory": {...},
- "stats": {...},
- "equippingBlock": {...},
- "preview": {...},
- "metrics": {...},
- "acquireRewardSiteHash": 0,
- "acquireUnlockHash": 0,
- "investmentStats": [],
- "perks": [],
- "allowActions": true,
- "doesPostmasterPullHaveSideEffects": false,
- "nonTransferrable": true,
- "itemCategoryHashes": [...],
- "specialItemType": 0,
- "itemType": 14,
- "itemSubType": 0,
- "classType": 3,
- "breakerType": 0,
- "equippable": true,
- "defaultDamageType": 0,
- "isWrapper": false,
- "traitIds": [...],
- "traitHashes": [...],
- "hash": 1714370697,
- "index": 9737,
- "redacted": false,
- "blacklisted": false
}