diff --git a/api/shapes/loadouts.ts b/api/shapes/loadouts.ts index b97b365..0dfe311 100644 --- a/api/shapes/loadouts.ts +++ b/api/shapes/loadouts.ts @@ -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 */ diff --git a/dim-api-types/package.json b/dim-api-types/package.json index 976ff53..f4d38cf 100644 --- a/dim-api-types/package.json +++ b/dim-api-types/package.json @@ -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",