Dos2 Item Ids
If you have spent hundreds of hours exploring the gritty, reactive world of Rivellon in Divinity: Original Sin 2 (DOS2), you know the pain of the perfect build falling short because a specific piece of gear never dropped. You know the frustration of wanting to test a combat interaction but lacking the necessary scroll or grenade. You know the despair of a bug deleting a quest item.
Core functionality
ItemTemplateAddToPlayer("EQUIP_Amulet_VoidTouched", 1)
If you're interested, I can also show you how to use to spawn items on the ground instead of directly into inventory. Would that be helpful? dos2 item ids
TOOL_IdentifyGlasses_A_c8872b0c-99b3-46bc-81bf-657c7d7f9999
For modders, developers, and enthusiasts, there are various tools and resources available for working with item IDs:
Launch the game; a secondary console window (a black command prompt box) will open. If you have spent hundreds of hours exploring
To use item IDs, you must first enable the console. The most popular method is installing the for the Definitive Edition. Step-by-Step: Spawning Items
WPN_PurgingWand_A_643eb6ee-b14a-4428-9f37-1422b406bdae
Item IDs in Diablo 2 are comprised of two parts: the item type ID and the item specific ID. The item type ID determines the general category of the item (e.g., sword, shield, or ring), while the item specific ID identifies the specific item within that category. To use item IDs, you must first enable the console
Summary
Would you like a mockup of the item detail page or the exact API schema for this feature?
Download the latest version of the Osiris Extender from GitHub or Nexus Mods.
mod from the Steam Workshop. It allows you to spawn items, gold, and equipment sets through a dialogue menu without needing to type IDs manually. 📜 Spawning Command Example
