Skip to main content

Dos2 Item Ids New Access

In Divinity: Original Sin 2 (DOS2), every item—from a rotten mushroom to the legendary Anathema—has a unique Item ID (also known as a template ID or stats ID). These alphanumeric strings are essential for modding, save editing, and spawning items via console commands (using the script extender or developer mode).

While many community lists focus on the base game (2017), this guide prioritizes new items introduced in:

Note: To spawn these items, you typically need the Norbyte Script Extender and the console command: ItemTemplateAddTo("item_id", 1)


These are not "new," but every updated guide needs them because players break their saves without them. dos2 item ids new

Since new items often use dynamic GUIDs, here is the foolproof method:

Alternatively, extract Data.txt from Shared.pak using ExportTool. Look inside: Public/Shared/Stats/Generated/Data.txt — search for new item or "Captain".


If you are looking to spawn items, fix a bugged quest, or experiment with god-tier equipment in Divinity: Original Sin 2, you need to know how Item IDs work. Since the game transitioned to the Definitive Edition (DE), many old IDs from the Classic version no longer work, and new DLCs (like Gift Bag feats and armor sets) have added fresh variables. In Divinity: Original Sin 2 (DOS2), every item—from

Here is everything you need to know about finding "new" IDs and using them correctly.


Tip: These don’t always show up in standard ITEM lists. Use GetAllGiftBagItems in console to dump full UUIDs.


These are the "new" chase items for players finishing Act 3 and Act 4. Note: To spawn these items, you typically need

| Item Name | Item ID (New) | Description | | :--- | :--- | :--- | | The Devourer's Paws (Finesse) | "EX_Unique_Boots_Devourer_Finesse" | Part of the Relics of Rivellon set. | | Captain's Charismatic Coat |"EX_Unique_Armor_Dupre" | Grants +2 Persuasion. | | Vulture's Sight |"EX_Unique_Vulture_Helm" | Grants Far Sight and Thick of the Fight. | | Falone’s Scythe (2H) |"EX_Unique_2h_Falone_Scythe" | Highest base damage axe in the game. | | Divine Spark (Dagger) |"EX_Unique_Dagger_DivineSpark" | 25% chance to apply Decaying touch. | | Rancour (Dagger) |"GW_Unique_Dagger_Rancour_3f3fecea-11da-4486-808b-729ddd4e1645"| +25% Critical Chance. |

In Diablo 2, each item, whether it's a weapon, armor, potion, or any other object, has a unique identifier known as an Item ID. These IDs are crucial for game developers and modders, as they allow for the identification and manipulation of items within the game's code.

Before you copy the IDs, you need the tool. The old method using cloner or teleport often fails with newer items. Here is the current best practice.