Skip to content

Commit

Permalink
Merge pull request #218 from DestinyItemManager/artifice-exotic-assum…
Browse files Browse the repository at this point in the history
…ption

new AssumeArmorMasterwork for artifice exotic armor
  • Loading branch information
bhollis authored Jun 4, 2024
2 parents a7bb815 + 2fc4c46 commit c6ab2b6
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 c6ab2b6

Please sign in to comment.