Skip to content

Commit

Permalink
new AssumeArmorMasterwork for artifice exotic armor
Browse files Browse the repository at this point in the history
  • Loading branch information
nev-r committed Jun 4, 2024
1 parent a7bb815 commit 2fc4c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/shapes/loadouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export const enum AssumeArmorMasterwork {
Legendary,
/** All armor (legendary & exotic) will have assumed masterworked stats. */
All,
/** All armor (legendary & exotic) will have assumed masterworked stats, and Exotic Armor will be upgraded to have an artifice mod slot. */
ArtificeExotic,
}

/** How the loadouts menu and page should be sorted */
Expand Down
2 changes: 1 addition & 1 deletion dim-api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@destinyitemmanager/dim-api-types",
"version": "1.31.0",
"version": "1.32.0",
"description": "TypeScript types for the DIM API",
"main": "./index.cjs",
"types": "./index.d.ts",
Expand Down

0 comments on commit 2fc4c46

Please sign in to comment.