| Category | How to Find IDs | Typical Prefixes | | --- | --- | --- | | | Extract Weapons.txt from the DE .pak files. | ARX_UNIQUE_... | | Gift Bag Items | Extract the Gift Bag .pak files (found in Mods folder). | Varies by Gift Bag; often named after the feature. | | Quest‑specific items | Look in Stats\Generated\Data\QuestItems.txt . | QST_... | | Runes & special upgrades | Search TreasureTable.txt for “Rune” or “Artefact”. | Artefact_... , Rune_... | | Crafting ingredients | Many are plain‑text (e.g., Herring , Pumpkin ). | No prefix, just the item name. |
Modders rely on item IDs to integrate new items into the game or modify existing ones. By understanding how to use and manipulate these IDs, modders can create a wide range of custom content, from simple item swaps to complex, new game mechanics.
ARM_Unique_Devourer_Leggings_c11de3f4-bf8b-498c-8f1a-b6ef72cbefee dos2 item ids new
Depending on your keyboard layout, press the ~ (Tilde) or F11 key to open the extender console.
Because this is a comprehensive text-generation request, standard article formatting is used below for optimal readability. | Category | How to Find IDs |
7868853b-e0b0-4643-9828-5544719e7681 (Allows human to change race)
Note: IDs are case-sensitive and almost always require underscores instead of spaces. | Varies by Gift Bag; often named after the feature
: Items like Amadouvier , Drudanae , and Tea Leaf seedlings are part of the newer gardener mechanics used for infinite ingredient farming. How to Find Any Item ID
A common source of confusion is the two different types of "names" a game object has. In DOS2 , every item has a unique identification string known as a (Universally Unique Identifier), displayed in a format like cbc25845-125f-4170-a160-479d584db3ae . This is the game's internal, precise pointer for that specific object. For example, the "Shadow Essence" UUID is 18ec74cd-5948-4ef3-bdcf-5d9fb49e3e58 .