Emblem source (Courtesy of DEC)
Shaxx's inventory item says, "Requires completion of the Rubicund Wrap quest."
Dev info
SELECT json FROM DestinyInventoryItemDefinition WHERE (json_extract(json, '$.displayProperties.name') = 'Victory's Wreath');
{ - "displayProperties": {...},
- "tooltipNotifications": [],
- "collectibleHash": 385473026,
- "secondaryIcon": "/common/destiny2_content/icons/d27075438418111e2a55740add0cb338.jpg",
- "secondaryOverlay": "/common/destiny2_content/icons/01be61aa925a928029b7a09f94126f87.png",
- "secondarySpecial": "/common/destiny2_content/icons/78852ab5d50c5efca9ee37fdadb65bf4.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": 1230660649,
- "index": 17828,
- "redacted": false,
- "blacklisted": false
}