Loadout CSV: Fill Artifact Season/Unlocks columns with new artifact info where possible - #11962
Closed
FlaminSarge wants to merge 3 commits into
Closed
Loadout CSV: Fill Artifact Season/Unlocks columns with new artifact info where possible#11962FlaminSarge wants to merge 3 commits into
FlaminSarge wants to merge 3 commits into
Conversation
FlaminSarge
commented
Aug 27, 2026
Comment on lines
+175
to
183
| 'Artifact Unlocks': ( | ||
| artifact?.item.sockets?.allSockets?.map( | ||
| (s) => artifact?.loadoutItem.socketOverrides?.[s.socketIndex] || 0, | ||
| ) || | ||
| loadout.parameters?.artifactUnlocks?.unlockedItemHashes || | ||
| [] | ||
| ).map( | ||
| (modHash) => (modHash && defs.InventoryItem.get(modHash)?.displayProperties.name) || '', | ||
| ), |
Contributor
Author
There was a problem hiding this comment.
Fills in the artifact unlocks with the 7 slots (including empty/non-overridden slots as empty string) of modern artifact.
…bclass or artifact
…act Season' column and equipped mods in existing 'Artifact Unlocks' columns
FlaminSarge
force-pushed
the
artifact
branch
from
September 7, 2026 13:00
633d3fd to
377ddc4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also update the text on shared loadouts to indicate that socket overrides could be subclass or artifact
Also fixes an issue where share sheet would show incorrect mod counts
Changelog: Loadout CSV export now handles new artifacts
Related: DestinyItemManager/dim-api#316