Fatekeeper Item IDs List & Console Spawn Codes (Complete Guide 2026)

Want to test out the endgame Archdruid Harbinger Staff early? Are you tired of grinding for rare Alchemical Toxins and Void Essence, or perhaps you accidentally sold a critical quest relic to a vendor and now your playthrough is completely 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, spawn codes, and perk IDs for Fatekeeper, verified for the latest patch.

Quick Reference: Top 10 Most Wanted Fatekeeper IDs

If you don’t want to scroll through thousands of rows, here are the exact spawn codes for the most essential and frequently searched items in the game (including Relic Fragments, Max Mana potions, and top-tier endgame equipment).

Item Name Item Description / Value Native Blueprint Spawn Code
Relic Fragments Primary in-game progression currency summon BP_Currency_RelicFragment_C
Archdruid Harbinger Staff Best-in-slot legendary caster weapon summon BP_Wep_ArchdruidStaff_C
Eclipse Greatsword High-tier shadow element melee weapon summon BP_Wep_EclipseGreatsword_C
Void Essence Ultra-rare endgame crafting material summon BP_Mat_VoidEssence_C
Alchemical Catalyst Required for late-game tier 5 upgrades summon BP_Mat_AlchCatalyst_C
Elixir of Rebirth Fully resets your character talent points summon BP_Cons_ElixirRebirth_C
Essence of Renewal Instantly restores 100% Health and Mana summon BP_Cons_EssenceRenewal_C
Cavern Key Unlocks locked gates in the deep underworld summon BP_Key_DeepCavern_C
Vanguard Plate Mail Top-tier physical protection armor summon BP_Arm_VanguardChest_C
Starlight Ring Legendary accessory boosting spell haste summon BP_Acc_StarlightRing_C

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 Fatekeeper. Because the game is built on Unreal Engine 5, the developers at Paraglacial heavily locked the developer console backend in the standard shipping build.

To open it, you must first run a Universal Unreal Engine 5 Unlocker (UUU) tool to inject the console binary back into the active game memory loop.

1.Open the Console: Once injected, press the Tilde key (~) or Backtick (`) while in-game.
2.The Command Syntax: The standard format requires the command action followed by the full object class blueprint path. Note that UE5 does not use short numeric values (like additem 101).
3.Format: summon [Blueprint_Path]
4.Example: To spawn a batch of the primary currency asset, you would type summon BP_Currency_RelicFragment_C into the command box and hit Enter.

Editor’s Warning

“Typing out long, case-sensitive strings like summon BP_Wep_EclipseGreatsword_C is fine if you only need a single item to save a bugged quest line. But if you are experimenting with endgame builds or trying out every armor set, manually typing raw Unreal Engine class names becomes incredibly tedious. One accidental missing underscore results in a ‘Command Not Found’ error. While the database lists below are meticulously verified, I personally switched to a visual overlay injector months ago. Seeing the item 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 your limited gaming time.XMOD APP

The XMODhub PC Client includes a dedicated Visual Item Spawner feature specifically built for Fatekeeper’s UE5 framework.

Icon-Based UI: See exactly what the weapon, heavy armor, or rare alchemical resource looks like before you drop it into your inventory.
Instant Search: Just type “Eclipse” or “Essence” in the application’s clean overlay search bar and click the item immediately.
Batch Spawning: Max out your crafting materials bag with 999x of every single item with a single button press.
Auto-Updated Lists: When Paraglacial drops an Early Access update or introduces DLC content, XMODhub updates its item database automatically via the cloud. You never have to hunt for new datamined class strings again.

[🚀 Get the XMODhub Visual Spawner for Free]

Weapon IDs List (Melee & Ranged)

Use these codes to instantly equip yourself with the best arsenal.

(Command Format: summon [Weapon ID])

Weapon Name Item Type Native Spawn String
Verdant Cleaver One-Handed Axe BP_Wep_VerdantCleaver_C
Starlight Dagger Agility Weapon BP_Wep_StarlightDagger_C
Ironwood Recurve Bow Ranged Bow BP_Wep_IronwoodBow_C
Sunburst Spear Two-Handed Spear BP_Wep_SunburstSpear_C

Armor & Clothing IDs List

(Command Format: summon [Armor ID])

Armor Name Slot Type Native Spawn String
Archdruid Mantle Chest Piece (Light) BP_Arm_ArchdruidMantle_C
Vanguard Sabatons Boots (Heavy) BP_Arm_VanguardBoots_C
Eclipse Greaves Legs (Medium) BP_Arm_EclipseLegs_C
Shadow-Weave Cowl Helmet (Light) BP_Arm_ShadowCowl_C

Ammo & Consumables IDs List

Never run out of supplies during an intense underground boss fight again.

(Command Format: summon [Item ID])

Consumable Name Effect Native Spawn String
Barbed Arrow Standard Archer Ammo BP_Ammo_BarbedArrow_C
Alchemical Healing Tincture Restores 150 Health BP_Cons_HealthTincture_C
Glinting Mana Draught Restores 100 Mana BP_Cons_ManaPotion_C
Corrosive Resin Applies Acid damage buff to active blade BP_Buff_CorrosiveResin_C

Skills, Perks & Traits IDs

You don’t just have to spawn physical gear. You can use the console backend to instantly alter player behaviors, toggle internal stats, or unlock magic nodes.

(Command Format: player.addperk [Perk ID])

Perk / Trait Name Skill Effect Internal System string
Channeled Fury Increases spell casting speed by 25% Perk_Magic_ChanneledFury
Iron Skin Reduces incoming physical damage by 15% Perk_Combat_IronSkin
Swift Step Increases movement velocity and base stamina regen Perk_Utility_SwiftStep
Harvest Master Doubles yield when gathering plants and materials Perk_Craft_HarvestMaster

Troubleshooting: Why Are My Commands Failing?

If you are typing the IDs correctly but the game is throwing errors, check these common Unreal Engine 5 specific issues:

1.“Command not found” or No Response: This means the console tool injection failed. Fatekeeper’s default executable actively suppresses native console compilation. You must use a third-party tool like Universal Unreal Unlocker or the XMODhub app infrastructure to force the input bar open.
2.“Item ID invalid / Failed to find asset”: Ensure you included the suffix _C at the end of the blueprint strings. UE5 recognizes classes by their technical compilation format, so missing _C causes the asset engine to look for a non-existent parent file.
3.Square Boxes ([][][]): If the overlay text box displays unreadable characters, your active Windows font library or local game language settings don’t line up with the engine layout font. Temporarily switch your game client to English to clear the rendering error.

Frequently Asked Questions (FAQ)

Q: Are these Item IDs case-sensitive in Fatekeeper?

A: Yes. Because Fatekeeper compiles its assets using standard UE5 structures, the object manager functions are highly case-sensitive. Typing bp_wep_eclipsesword_c instead of BP_Wep_EclipseSword_C will trigger a file system read error. Spacing layout must also be completely precise.

Q: Can I spawn items while playing in Multiplayer or Co-Op?

A: No. Memory execution hooks and native dev commands are client-side only. Attempting to force-inject blueprint spawning systems into an active multiplayer session will cause your local instance to mismatch with the host server, leading to instant connection kicks or a permanent anti-cheat account lock.

Q: How do I find the Item IDs for custom modded gear?

A: Finding custom package IDs manually inside your directory requires deep pak extraction. The most efficient route is utilizing the XMODhub Item Browser, which scans active data structures automatically, displays custom item mods visually, and drops them directly into your stash with zero manual address typing.

Conclusion: The Ultimate Sandbox Experience

Having access to the complete Fatekeeper Item IDs list is the fastest way to experiment with different magic builds, test weapon physical damages, or simply recover from a frustrating quest bug. Bookmark this page so you can quickly reference the codes whenever you need a quick resupply.

However, if you want a significantly smoother, crash-free experience where you don’t need to memorize long strings of code like BP_Currency_RelicFragment_C, the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Spawn them instantly. Keep your achievements active.

[🚀 Get XMODhub Visual Spawner Now]

xmod gamesXMODhub 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 Fatekeeper and similar hits like The Elder Scrolls V: Skyrim and Dark Messiah of Might and Magic.

Download XMODhub for Free Now

  • Catherine Hu

    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 ↗

    Related Posts

    LEGO Batman: Legacy of the Dark Knight Cheats und Trainer

    Lesezeit: 6 MinutenCheat-CodesDuBatmandort Schnelle AntwortLEGO Batman: Legacy of the Dark Knight → Um Cheats in LEGO Batman: Legacy of the Dark Knight zu verwenden, pausiere das Spiel, öffne das „Extras“-Menü, wähle „Code eingeben“…

    Best Killer Bean Mods Tool (2026): Safe Downloads & No-Crash Guide

    Quick Answer: What is the best and safest Killer Bean mods tool? To modify your gameplay safely without corrupting your randomly generated campaign save file, you need to use the right Killer Bean…

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Primary Color

    Secondary Color

    Layout Mode

    Social Share Buttons and Icons powered by Ultimatelysocial