Emblem source (Courtesy of DEC)
In the Triumphs section, all Triumphs under Journey -> Triumphs -> Lifetime -> Cooperative -> Strikes need to be completed.
Dev info
SELECT json FROM DestinyInventoryItemDefinition WHERE (json_extract(json, '$.displayProperties.name') = 'Strikes of All Stripes');
{ - "displayProperties": {...},
- "tooltipNotifications": [],
- "collectibleHash": 993322937,
- "secondaryIcon": "/common/destiny2_content/icons/badfa93069493e8fec2955d8389f891d.jpg",
- "secondaryOverlay": "/common/destiny2_content/icons/30f5ee5c5f3053e9af6a652d1b6a3c92.png",
- "secondarySpecial": "/common/destiny2_content/icons/cb4ed526ceb8fcbc5b21863df6c10f33.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": 2294983475,
- "index": 7558,
- "redacted": false,
- "blacklisted": false
}