Dos2 Item Ids New _verified_ Official
: Use the console to print the GUID of an item in your inventory: print(Ext.GetItem(_C():GetItemBySlot("ItemSlot")).MyGuid)
| | Description | | :--- | :--- | | Weapons | | | WPN_UNIQUE_BrahmosBlade | A powerful unique sword that has a chance to taunt enemies; available in the Definitive Edition. | | WPN_UNIQUE_Truthseeker | A unique weapon new to the Definitive Edition, found in the Arx region. | | WPN_UNIQUE_Rancour | Another unique weapon new to the Definitive Edition, found in the Arx region. | | WPN_UNIQUE_Shattergrasp | A unique weapon new to the Definitive Edition, found in the Arx region. | | ST_WeaponLegendary | A weapon of legendary (deep purple) rarity. | | ST_WeaponRare | A weapon of rare (blue) rarity. | | ST_WeaponMagic | A weapon of magic (green) rarity. | | ST_WeaponNormal | A common (white) weapon of standard quality. | | ST_WandNormal | A standard common (white) wand. | | ST_StaffNormal | A standard common (white) staff. | | ST_TwoHandedNormal | A standard common (white) two-handed weapon. | | ST_OneHandedNormal | A standard common (white) one-handed weapon. | | ST_RangedNormal | A standard common (white) ranged weapon. | | Armor & Clothing | | | ARM_UNIQUE_ThiefGloves | Fancy Gloves, known in-game as the Gloves of Acquisition, which provide a bonus to Sneaking. | | ARM_UNIQUE_AncientBelt | A powerful belt that modifies healing effects on the wearer. | | ARM_UNIQUE_AnMaflin | A legendary shield (added in the Definitive Edition) that grants the skill Flay Skin. | | ARM_UNIQUE_AveLayal | Extremely powerful intelligence-based gloves with the Silencing Stare skill. | | ARM_UNIQUE_AntiqueRing | A ring that applies the "Poisoned" status effect to its wearer. | | ST_ArmorLegendary | Armor of legendary (deep purple) rarity. | | ST_ArmorRare | Armor of rare (blue) rarity. | | ST_ArmorMagic | Armor of magic (green) rarity. | | ST_ArmorNormal | A set of common (white) armor. | | ST_HeavyArmor | A set of heavy, high-physical-armor gear. | | ST_LightArmor | A set of light armor for more agile characters. | | ST_ClothArmor | A set of cloth armor for mages and high-magic-armor builds. | | Accessories | | | ST_RingAmuletBelt | A common (white) accessory piece. | | ST_RingAmuletBeltMagic | A magic (green) accessory piece. | | ST_RingAmuletBeltRare | A rare (blue) accessory piece. | | Skillbooks | | | Skillbook_Fortify | Skillbook for the Geomancer skill "Fortify". | | Skillbook_PeaceOfMind | Skillbook for the Pyrokinetic skill "Peace of Mind". | | Skillbook_FossilStrike | Skillbook for the Geomancer skill "Fossil Strike" (UUID: cbc25845-125f-4170-a160-479d584db3ae ). | | Crafting & Misc. | | | ShadowEssence | An essence used for high-level crafting; its UUID is 18ec74cd-5948-4ef3-bdcf-5d9fb49e3e58 . | | Herring | A regular consumable item that provides +1 Intelligence. | | Bread | A simple consumable. | | FryingPan | A common mace that can be used as a weapon. | | PlayingCard | A miscellaneous item used by gamblers throughout Rivellon. | | Atusas_Leg | A unique quest item that can be difficult to obtain if you miss the initial chance. | dos2 item ids new
However, for spawning items using console commands, you will often use a simpler or Template Name (e.g., ARM_UNIQUE_ThiefGloves ). The community cheat tables and scripts you'll find often use these Stat IDs. This guide focuses on the more practical Stat IDs , which you can find documented in community spreadsheets or extracted from game files (like "TreasureTable.txt" from the "Shared.pak"). : Use the console to print the GUID
Let‘s walk through a real example: spawning the unique dagger . | | WPN_UNIQUE_Shattergrasp | A unique weapon new
These are not "new," but every updated guide needs them because players break their saves without them.
. Once the console window is open alongside your game, use the following command structure:
The game is constantly being updated, and new Gift Bags (official mods) add dozens of new items. If you cannot find an ID above, you need to extract it yourself.


