Want to test out the endgame Cloudpiercer Staff early? Are you tired of grinding Corrupted Ancients for rare Star Fragments, or perhaps you accidentally dropped a critical coven artifact and now your magical playthrough is soft-locked? Using developer console commands to spawn items is a beloved staple of PC gaming freedom. However, because Witchspire runs on Unreal Engine 5, spawning items requires exact Blueprint paths rather than simple numbers. Below is the most comprehensive, categorized, and up-to-date list of Item IDs, spawn codes, and perk IDs for Witchspire, verified for the latest 2026 patch.
Quick Reference: Top 10 Most Wanted Witchspire IDs
If you don’t want to scroll through thousands of rows, here are the exact UE5 blueprint spawn codes for the most essential and frequently searched items in the game (including Star Fragments, Max Health potions, and top-tier staffs).
Command Syntax: Summon [Blueprint Path]
| Item Name | Item ID (UE5 Blueprint Path) | Description |
|---|---|---|
| Star Fragment | /Game/Core/Items/Resources/BP_StarFragment.BP_StarFragment_C |
Essential for upgrading astral sanctuaries. |
| Gold Coins | /Game/Core/Items/Currency/BP_GoldCoin.BP_GoldCoin_C |
Standard merchant currency. |
| Greater Healing Potion | /Game/Core/Items/Consumables/BP_Potion_Health_Max.BP_Potion_Health_Max_C |
Fully restores Witch vitality. |
| Cloudpiercer Staff | /Game/Core/Items/Weapons/BP_Staff_Cloudpiercer.BP_Staff_Cloudpiercer_C |
Legendary late-game lightning weapon. |
| Ancient Wood | /Game/Core/Items/Resources/BP_AncientWood.BP_AncientWood_C |
Base-building material. |
| Familiar Treat | /Game/Core/Items/Consumables/BP_FamiliarTreat.BP_FamiliarTreat_C |
Instantly tames low-level magical beasts. |
| Grand Coven Robes | /Game/Core/Items/Armor/BP_Robe_GrandCoven.BP_Robe_GrandCoven_C |
High magic resistance armor. |
| Mana Elixir | /Game/Core/Items/Consumables/BP_Potion_Mana.BP_Potion_Mana_C |
Restores spellcasting energy. |
| Void Crystal | /Game/Core/Items/Resources/BP_VoidCrystal.BP_VoidCrystal_C |
Used for dark magic crafting. |
| Grimoire of Flames | /Game/Core/Items/Quest/BP_Grimoire_Flames.BP_Grimoire_Flames_C |
Unlocks advanced pyromancy. |
How to Enable the Console & Use Spawn Commands
Before you can use the ID codes listed below, you must understand the correct syntax for the developer console in Witchspire. Because the game is a retail UE5 release, the native console is locked. You must first use an injector (like the Universal Unreal Engine Unlocker) to access it.
Summon [Item ID] Example: To spawn a healing potion, you would type Summon /Game/Core/Items/Consumables/BP_Potion_Health_Max.BP_Potion_Health_Max_C and press Enter.Expert Warning
“Typing long blueprint paths is fine if you only need to do it once. But if you are building a massive magical base or experimenting with different spell builds, manually typing case-sensitive UE5 strings becomes incredibly repetitive. Forgetting a single _C suffix results in a ‘NullReferenceException’ and an instant game crash to your desktop. While the lists below are meticulously verified, I personally switched to a visual UI injector months ago. Seeing the item icon and just clicking ‘Add to Inventory’ is how modern PC modding should feel.”
The Easy Way: XMODhub Visual Spawner (No Typing Required)
Stop Alt-Tabbing to check massive spreadsheets. Typing long, case-sensitive ID codes breaks your immersion and wastes time when you should be exploring the wilds. The XMODhub PC Client includes a dedicated “Visual Item Spawner” feature specifically built for Witchspire. Beyond just bypassing the console, the suite includes deep engine optimization for lag repair during heavy spellcasting sequences, and a one-click multi-language translation overlay so you can easily understand foreign community mods or global item names.
Get the XMODhub Visual Spawner for Free
Weapon IDs List (Melee & Magic)
Use these codes to instantly equip yourself with the best magical arsenal.
Command Format: Summon [Weapon ID]
| Weapon Name | Blueprint ID Path |
|---|---|
| Novice Wand | /Game/Core/Items/Weapons/BP_Wand_Novice.BP_Wand_Novice_C |
| Crystal Dagger | /Game/Core/Items/Weapons/BP_Dagger_Crystal.BP_Dagger_Crystal_C |
| Staff of the Ancients | /Game/Core/Items/Weapons/BP_Staff_Ancient.BP_Staff_Ancient_C |
| Void Blade | /Game/Core/Items/Weapons/BP_Sword_Void.BP_Sword_Void_C |
Armor & Clothing IDs List
Command Format: Summon [Armor ID]
| Armor Name | Blueprint ID Path |
|---|---|
| Apprentice Hat | /Game/Core/Items/Armor/BP_Hat_Apprentice.BP_Hat_Apprentice_C |
| Star-Weaver Cloak | /Game/Core/Items/Armor/BP_Cloak_StarWeaver.BP_Cloak_StarWeaver_C |
| Boots of Swiftness | /Game/Core/Items/Armor/BP_Boots_Swift.BP_Boots_Swift_C |
Ammo & Consumables IDs List
Never run out of supplies during a boss fight against the Corrupted.
Command Format: Summon [Item ID]
| Consumable Name | Blueprint ID Path |
|---|---|
| Minor Health Potion | /Game/Core/Items/Consumables/BP_Potion_Health_Minor.BP_Potion_Health_Minor_C |
| Scroll of Teleportation | /Game/Core/Items/Consumables/BP_Scroll_Teleport.BP_Scroll_Teleport_C |
| Purification Dust | /Game/Core/Items/Consumables/BP_Dust_Purify.BP_Dust_Purify_C |
Skills, Perks & Traits IDs
You don’t just have to spawn physical items. You can use the console to instantly learn magic or add permanent character traits.
Command Format: AddPerk [Perk ID] (Note: Requires advanced unlocker enabled)
| Perk Name | Perk ID String |
|---|---|
| Master Pyromancy | Perk_Magic_PyroMaster |
| Spirit Jump (Double Jump) | Perk_Agility_SpiritJump |
| Familiar Whisperer | Perk_Utility_TameMaster |
| Iron Will (Stagger Resist) | Perk_Defense_IronWill |
Troubleshooting: Why Are My Commands Failing?
If you are typing the IDs correctly but the game is throwing errors, check these common UE5 issues:
“Command not recognized”: You have not properly injected a console enabler. The native shipping build of Witchspire blocks all commands. You must use a tool like XMODhub or UUU first.
Game Freezes/Crashes to Desktop: You likely made a typo in the Blueprint path. UE5 requires the exact path and the _C suffix. If the engine cannot find the asset in its .pak files, it will trigger a fatal error.
Nothing happens after Summon: Check your crosshair placement. The Summon command drops the item exactly where you are looking. If you are looking at the sky, the item might have spawned out of bounds.
Frequently Asked Questions (FAQ)
A: Yes, absolutely. Because the game relies on Unreal Engine 5 asset directories, Blueprint paths are strictly case-sensitive. BP_StarFragment_C will work, but bp_starfragment_c will crash your game.
A: No. These console commands are executed client-side and only function in Single-Player or if you are the designated host of a local peer-to-peer lobby. Attempting to force spawn items in an official server will result in a disconnect or ban.
A: Finding dynamic load-order IDs manually in UE5 is extremely difficult.
Conclusion: The Ultimate Sandbox Experience
Having access to the complete Witchspire Item IDs list is the fastest way to experiment with different magical builds, test staff damages, or simply recover from a frustrating inventory bug. Bookmark this page so you can quickly reference the codes whenever you need a resupply.
However, if you want a significantly smoother, crash-free experience where you don’t need to memorize strings of code like /Game/Core/Items/…, the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Spawn them instantly. Keep your Steam achievements active.
XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Whether you need powerful Trainers, our built-in lag repair engine, or real-time multi-language translation tools, our platform supports over 5,000+ games—including Witchspire and similar hits like Enshrouded and Hogwarts Legacy.

I am a passionate gamer and writer at XMODhub, dedicated to bringing you the latest gaming news, tips, and insights.
Connect with me:
LinkedIn Profile ↗
