Want to test out Tristan’s endgame dual-swords early? Are you tired of grinding for SSR Awakening Pendants, or perhaps you want to explore Britannia without constantly running out of stamina and food buffs?
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 data-mined Item IDs, Unreal Engine 5 spawn codes, and perk IDs for The Seven Deadly Sins: Origin, verified for the latest client patch.
Quick Reference: Top 10 Most Wanted The Seven Deadly Sins: Origin IDs
If you do not want to scroll through thousands of rows of Unreal Engine asset paths, here are the exact spawn codes for the most essential and frequently searched local client items in the game.
Command Format: summon [Item_ID]
| 項目名稱 | Exact Item ID / Code | Item Effect / Stats |
|---|---|---|
| Max Stamina Potion | Item_Consumable_VanyaAle_Max | Restores 100% Stamina instantly |
| SSR Awakening Pendant | Mat_Awakening_Pendant_SSR | Used for endgame character upgrades |
| Tristan’s Broadsword | Wpn_Tristan_Broadsword_T3 | Highest physical base damage for Tristan |
| King’s Chastiefol (True) | Wpn_King_Chastiefol_Awakened | Max range magic damage modifier |
| Meliodas’ Tavern Outfit | Outfit_Meliodas_Tavern_Classic | Equips the classic Boar Hat uniform |
| EXP Boost Meal | Food_Ban_ExpFeast_01 | Grants +50% offline EXP gain |
| Fast Travel Waypoint | Item_Teleport_HawkMama_Beacon | Unlocks a temporary fast travel point |
| Demon Blood Shard | Mat_DemonBlood_Shard_Rare | Essential late-game crafting resource |
| Respec Token (Local) | Item_Reset_SkillPoints_Local | Resets allocated offline skill points |
| God Mode Buff | Buff_Invincibility_Aura_99 | Grants temporary immunity to all damage |
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 Unreal Engine 5 developer console in The Seven Deadly Sins: Origin.
- Open the Console: While in-game, press the Tilde key (~) or Backtick (`).
- The Command Syntax: The standard UE5 format requires the command action followed by the asset path ID.
- Format:
summon [Item ID] - Example: To spawn a Max Stamina Potion, you would type
summon Item_Consumable_VanyaAle_Maxand press Enter.
Expert Warning: “Typing
summon Mat_Awakening_Pendant_SSRis fine if you only need to do it once in an offline/test build. But manually typing case-sensitive UE5 hex codes becomes incredibly repetitive. One wrong character results in a ‘Syntax Error’ or worse, a fatal client crash. Furthermore, Netmarble heavily encrypts the live-service console. While the lists below are meticulously verified from the client data, 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.
The XMODhub PC Client includes a dedicated “Visual Item Spawner” feature specifically built for The Seven Deadly Sins: Origin.
- •Icon-Based UI: See exactly what the weapon, armor, or material looks like before you inject it into your local cache.
- •Instant Search: Just type “Chastiefol” or “Pendant” in the overlay search bar and click the one you want.
- •Batch Spawning: Get 999x of every single local crafting material with one button press.
- •Auto-Updated Lists: When Netmarble adds new DLC items or updates the UE5 engine, XMODhub updates its database automatically via the cloud. You never have to hunt for new ID codes again.
🚀 Get the XMODhub Visual Spawner for Free
Weapon IDs List (Melee & Magic)
Use these codes to instantly equip your characters with powerful data-mined armaments for offline testing.
(Command Format: summon [Weapon ID])
| Weapon Name | Item ID | Rarity / Tier |
|---|---|---|
| Rusty Broadsword | Wpn_Generic_Sword_01 | 常見問題 |
| Fairy King’s Spear | Wpn_Fairy_Spear_Mid | 罕見 |
| Gideon (Diane’s Hammer) | Wpn_Diane_Gideon_Legend | 傳奇 |
| Demon Sword Lostvayne | Wpn_Meliodas_Lostvayne_True | 傳奇 |
Armor & Outfits IDs List
Change your character’s appearance instantly without visiting the Boar Hat tavern.
(Command Format: summon [Outfit ID])
| Armor Name | Item ID | Equip Slot |
|---|---|---|
| Holy Knight Armor (Basic) | Outfit_HolyKnight_Recruit | Full Body |
| Elizabeth’s Liones Dress | Outfit_Elizabeth_Royal_01 | Full Body |
| Gowther’s Disguise | Outfit_Gowther_Cloak | Full Body |
Consumables & Materials IDs List
Never run out of exploration supplies or stamina food when climbing the mountains of Britannia.
(Command Format: summon [Item ID])
| 項目名稱 | Item ID | Recommended Quantity |
|---|---|---|
| Basic Healing Herb | Item_Material_HealingHerb | 99 |
| Sweet Meat Pie (Buff) | Food_MeatPie_AtkBuff | 50 |
| Star Fragment (Crafting) | Mat_StarFragment_Epic | 100 |
Skills, Perks & Traits IDs
You do not just have to spawn physical items. You can use local commands to temporarily alter your character’s physical traits for massive open-world exploration.
(Command Format: addperk [Perk ID])
| Perk / Skill Name | Perk ID | In-Game Effect |
|---|---|---|
| Infinite Flight Stamina | Perk_Stamina_Flight_Max | Unlimited flying and gliding with King/Tristan |
| Instant Cooldowns | Perk_Skill_NoCooldown | Removes the timer on all magic abilities |
| Heavy Lifter | Perk_Inventory_Weight_Max | Adds +500 to local 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”: Netmarble locks the native developer console in the live retail patch to protect the server economy. You will need to use an external injector like the XMODhub PC Trainer to re-enable local code injection.
- Server-Side vs. Client-Side: You cannot spawn premium currency like Diamonds, Gold, or Gacha Tickets. These IDs (
Currency_Premium_Diamond) are stored on Netmarble’s servers. Forcing these codes will immediately disconnect your game. - Item ID invalid: Check if you are typing the exact UE5 asset path. Spacing and underscores are strictly enforced.
Frequently Asked Questions (FAQ)
Q: Are these Item IDs case-sensitive in The Seven Deadly Sins: Origin?
A: Usually, native Unreal Engine 5 console commands are not strictly case-sensitive for the command itself, but the Asset Paths (the Item IDs) often require exact matching. Typing Item_Consumable_VanyaAle is safer than item_consumable_vanyaale.
Q: Can I spawn items while playing in Multiplayer or Co-Op?
A: No. These console commands are executed client-side and only function for local offline data. Attempting to force spawn items in a multiplayer server or manipulating live-service economies will result in a permanent anti-cheat ban.
Q: How do I find the Item IDs for new characters added in the latest patch?
A: Finding dynamic UE5 IDs manually requires unpacking the game’s .pak files, which is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans the latest client data and lets you spawn local items with a single click without knowing the hex ID.
Conclusion: The Ultimate Sandbox Experience
Having access to the complete The Seven Deadly Sins: Origin Item IDs list is the fastest way to experiment with different character builds, test weapon damages offline, or simply explore Britannia without stamina limits. Bookmark this page so you can quickly reference the codes whenever you need a local resupply.
However, if you want a significantly smoother, crash-free experience where you do not need to memorize strings of code or fight with Netmarble’s locked console, the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Spawn them instantly. Explore safely.
🚀 Get XMODhub Visual Spawner Now
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 The Seven Deadly Sins: Origin and similar hits like Genshin Impact 和 Wuthering Waves.

我是一名熱情的遊戲玩家,也是 XMODhub 的作家,致力於為您帶來最新的遊戲新聞、秘訣和見解。.
與我聯繫:
LinkedIn 個人資料




