Dos2 Item Ids -
Q: Do Item IDs work on Mac or Linux?
A: Yes. The console commands work the same way. The file paths for the data dump might be different (e.g., ~/Library/Application Support/Divinity Original Sin 2/ on Mac).
Q: What about the "Gift Bag" items?
A: The official Gift Bags added new items (like the Sallow Man's unique drops). These have different IDs. If you can't find them in the standard list, run the Item DumpStats command after enabling the Gift Bags.
Q: Can I spawn enemies or NPCs with IDs?
A: Yes, but that's a different database. Enemy IDs (like "Bishop Alexander") can be spawned via Character Spawn, but this often breaks quests. dos2 item ids
Q: Is there a website with a searchable database? A: Yes. Search for "DOS2 Item ID Database GitHub." There are user-maintained spreadsheets updated for Definitive Edition that are searchable by name, type, and rarity.
Date: October 26, 2023 Subject: Technical Overview of Item Identification and Usage in Divinity: Original Sin 2 Q: Do Item IDs work on Mac or Linux
| Item | ID | Notes |
|------|----|-------|
| Amulet of the Void | AMU_Void_Touched_A | +1 Summoning, +2 Memory |
| The Rancour (dagger) | WPN_Dagger_Source_A | Backlash, +20% Crit |
| Teleportation Gloves | TRN_Heritage_A | Teleport skill (1 AP) |
| Basic Leather Armor | ARM_Leather_Body_D | Low-level filler gear |
| Devourer's Heart (chest) | ARM_Devourer_Chest | Part of Devourer set |
| Vulture's Mask | ARM_Vulture_Helm | +Farsight, +Huntsman |
| Captain's Charismatic Coat | ARM_Captain_A | +Persuasion, +Bartering |
Item IDs are primarily utilized via the in-game console to spawn items for testing or debugging purposes. Date: October 26, 2023 Subject: Technical Overview of
| Item Name | Item ID | Effect |
| :--- | :--- | :--- |
| Captain’s Charismatic Coat | e6ba3f5b-ab8c-493d-ace9-82bb490033ca | +2 Persuasion, Charm aura. |
| Vulture’s Leggings | 6a66a10e-67d9-4780-9de4-b01fc470c9d0 | Part of the Vulture set. |
| Emrach (Belt) | b87d551b-1028-466e-8bae-eb38a34f85ce | +2 Memory, +2 Finesse. |
| Shadow’s Eye (Crossbow) | c78237b6-e6d1-4520-a266-c07c6f8817ef | Grants Far Sight. |
Item IDs in DOS2 generally follow a specific naming convention determined during the creation of the asset in the Divinity Engine 2. The structure typically includes the mod origin and the item type.
Standard Format:
Typically represented as strings (e.g., WPN_Unique_Sword_A, CON_Potion_Health_A).