Dos2 Item Ids New
If you are looking to spawn items using the script extender or the Cheat Engine, this comprehensive, hyper-localized guide details exactly how to find and utilize item IDs in Divinity: Original Sin 2 . What Are DOS2 Item IDs and How Do They Work?
Ensure your command targets your character ID ( CharacterGetPlayer() ) so items do not clip through the map geometry.
– because the game’s internal data changes with each patch, extracting your own copy guarantees you have the latest IDs. For example, players searching for specific quest items (like Atusa‘s leg) found that simply spawning a template name sometimes gives a generic version; the exact ID can only be found by digging through the extracted templates. dos2 item ids new
Osi.TemplateAddTo("ItemName", X, CharacterGetHostCharacter(), 1)
— the basic syntax is not a simple “spawnitem” command like some other games; you will typically use a script extender (see below) or a cheat engine script that injects items directly. For most users, Norbyte’s Script Extender is the most reliable way to spawn items via a command line. If you are looking to spawn items using
While many community lists focus on the base game (2017), this guide prioritizes introduced in:
If you are looking for obscure or highly specific IDs (such as exact level variants of armor or specific enemy-only weapons), you can consult these resources: – because the game’s internal data changes with
The challenge is that ID formats vary: some are plain‑text names (e.g., Herring ), some are alphanumeric template IDs, and others are UUIDs used deep in the game files. “New” IDs typically appear with:
If you need an ID not listed above, use these community resources: