Item Spawn Command (Game.AddToInventory)
cyberpunk-2077 — Item IDs
Spawns any item into V's inventory using its internal item ID via the developer console.
Syntax
Game.AddToInventory("ItemID", Quantity)
Example
Game.AddToInventory("Items.PassiveCommon", 5)
💡 Notes
Requires Cyber Engine Tweaks (CET) mod on PC. Console is disabled on consoles. Item IDs are case-sensitive. [verify] for exact ID strings.
🎯 Tips & Tricks
Find item IDs
Use the CET console command 'Game.DumpEntityList' or browse the wiki database for full ID lists.
Backup save
Always save before spawning items to avoid corrupting your playthrough.
Use for testing
Great for testing weapon builds without grinding for drops.
🔧 Troubleshooting
Command not recognized
Ensure CET is installed and updated to match your game version.
Item not appearing
Check that the item ID is spelled correctly and includes the 'Items.' prefix.
⚠️ Common Mistakes
- Spawning too many items at once
- Using outdated IDs after game patches
👍 Pros
- Spawns any item instantly
- Works for weapons, armor, and materials
- Allows quantity specification
👎 Cons
- PC-only with CET mod
- Requires knowing exact item IDs
- May break game balance