Item Ids [best]: Dos2

To better understand item IDs, let's take a look at some examples:

ItemTemplateAddToPlayer("EQUIP_Amulet_VoidTouched", 1)

(Global Unique Identifiers) and specialized tools to manipulate their inventory. 🛠️ How to Find and Use Item IDs

In conclusion, item IDs play a vital role in the world of Divinity: Original Sin 2. These unique identifiers enable efficient item management, modding, and customization, while also facilitating debugging and testing. While there are challenges and limitations to their use, the benefits of item IDs make them an essential tool for developers, modders, and players alike. As the DOS2 community continues to grow and explore the game's possibilities, the importance of item IDs will only continue to increase. By understanding and leveraging item IDs, players and developers can unlock new possibilities and enhance their overall DOS2 experience.

If you have the Script Extender installed, you can run a command in the console to dump every item ID into a text file on your computer.

Use or ExportTool from Larian’s modding kit to extract public/shared/stats/generated/data/items.lsx — contains all template names and GUIDs.

To better understand item IDs, let's take a look at some examples:

ItemTemplateAddToPlayer("EQUIP_Amulet_VoidTouched", 1)

(Global Unique Identifiers) and specialized tools to manipulate their inventory. 🛠️ How to Find and Use Item IDs

In conclusion, item IDs play a vital role in the world of Divinity: Original Sin 2. These unique identifiers enable efficient item management, modding, and customization, while also facilitating debugging and testing. While there are challenges and limitations to their use, the benefits of item IDs make them an essential tool for developers, modders, and players alike. As the DOS2 community continues to grow and explore the game's possibilities, the importance of item IDs will only continue to increase. By understanding and leveraging item IDs, players and developers can unlock new possibilities and enhance their overall DOS2 experience.

If you have the Script Extender installed, you can run a command in the console to dump every item ID into a text file on your computer.

Use or ExportTool from Larian’s modding kit to extract public/shared/stats/generated/data/items.lsx — contains all template names and GUIDs.