If you need an ID for an item already in your possession (for example, to duplicate it), you can find it in-game using the Script Extender console with this command: print(Ext.GetItem(CharacterGetHostCharacter(), "ItemSlot").RootTemplate.Id) . A Note on Randomized Gear
This article will serve as your comprehensive encyclopedia. We will cover what Item IDs are, how to use the console/debug tools, the most important legacy IDs, and a breakdown by category (Weapons, Armor, Quest Items, and Runes). Dos2 Item Ids
DOS2 features intricate class systems. If you are planning a "Lone Wolf" run or a specific Hydrosophist/Aerotheurge build, you might want to test how specific high-level gear synergizes with your talents. Spawning level 20 gear into a test save file allows you to plan your stat allocation without investing 50 hours into a character only to realize the build is flawed. If you need an ID for an item
, you can find the ID of any item currently in your inventory by using the following command in the console: print(Ext.GetItem(_C():GetItemBySlot( )).MyGuid) Use code with caution. Copied to clipboard DOS2 features intricate class systems