
Want to test out the endgame Ferun Axe early in your run? Are you tired of grinding for Luminous Essences to upgrade Bastion, or perhaps you accidentally dropped a critical Timeline Artifact and now your rogue-lite progression is soft-locked?
Using developer console commands to spawn items is a beloved staple of PC gaming freedom. Below is the most comprehensive, categorized, and up-to-date list of Item IDs, Unreal Engine 5 spawn codes, and Scyron perk IDs for EverSiege: Untold Ages, verified for the latest patch.
You may also like:
EverSiege: Untold Ages Cheat Engine Table vs. XMODhub: Best Free Trainer (2026)
Quick Reference: Top 10 Most Wanted EverSiege IDs
If you don’t want to scroll through thousands of rows of engine code, here are the exact Unreal Engine blueprint spawn codes for the most essential and frequently searched items in the game.
| Item Name | Exact Item ID / Blueprint Path | Item Effect / Stats |
|---|---|---|
| Skill Shards (Currency) | Blueprint'/Game/Items/Resources/BP_SkillShard.BP_SkillShard' |
Adds standard upgrade currency |
| Ferun Axe (Legendary) | Blueprint'/Game/Weapons/Melee/BP_FerunAxe.BP_FerunAxe' |
Highest base physical damage |
| Bastion Key | Blueprint'/Game/Items/KeyItems/BP_BastionKey.BP_BastionKey' |
Opens locked armory chests |
| Greater Healing Flask | Blueprint'/Game/Items/Consumables/BP_HealFlask_Max.BP_HealFlask_Max' |
Restores 100% HP instantly |
| Zirenth Quiver Bundle | Blueprint'/Game/Items/Ammo/BP_ZirenthQuiver.BP_ZirenthQuiver' |
Grants max carrying capacity for arrows |
| Luminous Essence | Blueprint'/Game/Items/Resources/BP_LuminousEssence.BP_LuminousEssence' |
Used for endgame Bastion upgrades |
| Scion EXP Token | Blueprint'/Game/Items/Consumables/BP_ExpToken.BP_ExpToken' |
Grants immediate timeline experience points |
| Void Portal Stone | Blueprint'/Game/Items/KeyItems/BP_VoidStone.BP_VoidStone' |
Unlocks unlimited fast travel to hubs |
| Aegis Chestplate | Blueprint'/Game/Armor/BP_AegisChest.BP_AegisChest' |
Highest defense rating against hordes |
| Timeline Respec Potion | Blueprint'/Game/Items/Consumables/BP_RespecTimeline.BP_RespecTimeline' |
Resets all Scyron skill points |
How to Enable the Console & Use Spawn Commands
Before you can use the Unreal Engine blueprint paths listed below, you must understand the correct syntax and the limitations of the developer console in EverSiege: Untold Ages.
- 💻
Open the Console: EverSiege runs on Unreal Engine 5. In the retail build, Tindalos Interactive has hard-locked the native console. You must download and inject a Universal Unreal Engine Unlocker (UUU) in offline mode. Once injected, press the Tilde key (~). - ⚙️
The Command Syntax: The standard UE5 format requires the Summon command followed by the exact, case-sensitive blueprint path.
Format: Summon [Blueprint Path]
Example: To spawn a Healing Flask, you would typeSummon Blueprint'/Game/Items/Consumables/BP_HealFlask_Max.BP_HealFlask_Max'and press Enter.
⚠️ Expert Warning:
“Typing the massive blueprint string is fine if you only need to do it once. But if you are building a massive defense at Bastion or experimenting with different elemental builds, manually typing case-sensitive hex codes becomes incredibly repetitive. One missed quotation mark results in a Fatal Error and an instant game crash, ruining your current run. While the lists below are meticulously verified, I personally switched to a visual UI injector months ago. Seeing the artifact icon and just clicking ‘Add to Inventory’ is how modern PC modding should feel.”
— Catherine Hu, Senior Modding Specialist at XMODhub
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 valuable time when the Evil Master’s hordes are approaching. The XMODhub PC Client includes a dedicated Visual Item Spawner feature specifically built for EverSiege: Untold Ages.
Weapon IDs List (Melee & Ranged)
Use these codes to instantly equip your Scyron with the best arsenal.
(Command Format: Summon [Blueprint Path])
| Weapon Name | Item ID (Blueprint Path) | Rarity / Tier |
|---|---|---|
| Initiate’s Blade | Blueprint'/Game/Weapons/Melee/BP_StarterSword.BP_StarterSword' |
Common |
| Zirenth Longbow | Blueprint'/Game/Weapons/Ranged/BP_ZirenthBow.BP_ZirenthBow' |
Rare |
| Ferun Axe | Blueprint'/Game/Weapons/Melee/BP_FerunAxe.BP_FerunAxe' |
Legendary |
Armor & Clothing IDs List
Protect yourself from devastating horde attacks.
(Command Format: Summon [Blueprint Path])
| Armor Name | Item ID (Blueprint Path) | Equip Slot |
|---|---|---|
| Scyron Cowl | Blueprint'/Game/Armor/BP_ScyronCowl.BP_ScyronCowl' |
Head |
| Vanguard Chestplate | Blueprint'/Game/Armor/BP_VanguardChest.BP_VanguardChest' |
Torso |
| Stride Boots | Blueprint'/Game/Armor/BP_StrideBoots.BP_StrideBoots' |
Feet |
Ammo & Consumables IDs List
Never run out of supplies during a timeline boss fight again.
(Command Format: Summon [Blueprint Path])
| Item Name | Item ID (Blueprint Path) | Recommended Quantity |
|---|---|---|
| Zirenth Arrows | Blueprint'/Game/Items/Ammo/BP_ZirenthArrow.BP_ZirenthArrow' |
Spawn multiple times |
| Void Bomb | Blueprint'/Game/Items/Consumables/BP_VoidBomb.BP_VoidBomb' |
Keep 50+ in inventory |
| Basic Healing Flask | Blueprint'/Game/Items/Consumables/BP_HealFlask.BP_HealFlask' |
Keep 100+ in inventory |
Skills, Perks & Traits IDs
You don’t just have to spawn physical items. You can use advanced memory injection to instantly learn Scyron skills, unlock elemental magic, or add permanent character traits.
(Note: Requires advanced script injection as native UE5 perk commands are disabled).
| Perk / Skill Name | Perk ID | In-Game Effect |
|---|---|---|
| Endless Stamina | Perk_Stamina_Max_Tier3 |
Unlimited dodging and sprinting |
| Master Quartermaster | Perk_Barter_Master |
50% discount on all Bastion upgrades |
| Titan Lifter | Perk_Carry_Weight_Max |
Adds +500 to inventory capacity |
Troubleshooting: Why Are My Commands Failing?
If you are typing the IDs correctly but the game is throwing errors, check these common issues:
- ❌
Command not found: Tindalos Interactive has locked the console in the retail patch. You must use an offline Unreal Engine unlocker or an external injector like XMODhub to execute commands. - ❌
Game Crashes Instantly: You likely missed a quotation mark or used the wrong capitalization. Unreal Engine 5 blueprint paths are strictly case-sensitive. - ❌
Square Boxes Displayed: If the console displays unreadable boxes, your game language settings might not support the developer font. Temporarily switch your game language to English.
Frequently Asked Questions (FAQ)
Q Are these Item IDs case-sensitive in EverSiege: Untold Ages?
Yes, absolutely. Because EverSiege utilizes Unreal Engine 5, the directory paths (like BP_SkillShard) are strictly case-sensitive. A single lowercase letter where an uppercase one belongs will cause the command to fail or crash the engine.
Q Can I spawn items while playing in 3-Player Co-Op Multiplayer?
No. These console commands are executed client-side and only function in the Single-Player offline mode. Attempting to force spawn items or manipulate memory in a multiplayer co-op server will immediately trigger the anti-cheat system and result in a permanent ban.
Q How do I find the Item IDs for custom modded weapons?
Finding dynamic blueprint paths manually for community mods is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans your active mod folder, detects the custom artifacts, and lets you spawn them with a single click without knowing the exact string.
Conclusion: The Ultimate Sandbox Experience
Having access to the complete EverSiege: Untold Ages Item IDs list is the fastest way to experiment with different Scyron builds, test elemental weapon damages, or simply recover your progression after a frustrating rogue-lite wipe. Bookmark this page so you can quickly reference the Unreal Engine codes whenever you need a resupply at Bastion.
However, if you want a significantly smoother, crash-free experience where you don’t need to memorize strings of code like Blueprint'/Game/Items/Resources...', the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Spawn them instantly. Keep your timeline achievements active.

XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Whether you need powerful Trainers, real-time Translation Tools, or Interactive Maps, our engine supports over 5,000+ games—including EverSiege: Untold Ages and similar action-roguelite hits like Hades II and Risk of Rain 2.

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 ↗




