Item Ids New — Dos2

: Launching the game now opens a separate command prompt console window. This console runs Osiris (Larian's scripting language) , allowing you to execute commands directly. Command Syntax for Spawning Items

In the context of Divinity: Original Sin 2, item IDs refer to unique identifiers assigned to each item in the game. These IDs are used by the game engine to recognize and manage items, including their properties, stats, and behaviors. Item IDs are essentially a code that allows developers and modders to access and modify specific items in the game.

Since Larian hasn't released an official "new items" patch recently, "new" in the DOS2 modding community usually refers to:

Example: Item add "EX_Unique_Bell_of_Rivellon" 1 dos2 item ids new

Best for: Two-handed warriors. Provides infinite attacks on kill. | Item Slot | Item ID (GUID) | | :--- | :--- | | Devourer's Gloves | ARM_LUL_Devourer_Gloves_041ff84a-106c-4d1b-819e-175c87222138 | | Devourer's Breastplate | ARM_LUL_Devourer_Breastplate_193fc841-a4c2-4e5b-954e-14506d25471a | | Devourer's Helm | ARM_LUL_Devourer_Helm_365a6336-c185-4b56-aab0-e29e11d25205 | | Devourer's Leggings | ARM_LUL_Devourer_Pants_902fd6e0-7534-4f70-9d9c-0bb9c36c139b | | Devourer's Gauntlets (Weapon) | WPN_LUL_Devourer_2H_9311cbb4-bd1e-4518-acf6-ea1f21527804 |

If you let me know, I can give you the exact template ID and spawning commands tailored to your current level. AI responses may include mistakes. Learn more Full list of items/weapons/armors

These are the most significant "new" item sets added after launch. Many lists omit their exact IDs. : Launching the game now opens a separate

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:

ItemTemplateAddTo("[ITEM_ID]", CharacterGetHostCharacter(), 1, 1)ItemTemplateAddTo("[ITEM_ID]", CharacterGetHostCharacter(), 1, 1) Method 2: Cheat Commander Mod

Players can use item IDs in console commands to add items to their inventory. This can be particularly useful for testing builds, trying out different strategies, or simply for convenience. These IDs are used by the game engine

⚠️ The asterisk * in IDs represents a unique GUID (e.g., ..._12345678-90ab-cdef-1234-567890abcdef ). Use a tool like LSlib or Save Editor to extract the exact GUID from your save or the game’s Public/Shared/Stats/Generated/Data.txt .

One of the most accessible sources of item IDs is the TreasureTable.txt file. It is often shared by the modding community because it contains the loot that appears in every container, vendor, and corpse.

To filter for a specific item, use: Item list [partial name]

Related search suggestions provided.