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

Alabaster Dawn character in a temple with floating items, guide text, and the XMODhub logo.

Want to test out the endgame Aether Greatsword early? Are you tired of grinding the wasteland for Rubbles to rebuild your settlements, or perhaps you accidentally used a critical cooking ingredient and now your party is lacking essential buffs for a Nyx boss fight?

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 JSON Item IDs, spawn codes, and perk string IDs for Alabaster Dawn, verified for the latest patch.

⚡ Quick Reference: Top 10 Most Wanted Alabaster Dawn IDs

If you don’t want to scroll through thousands of rows of database entries, here are the exact spawn codes for the most essential and frequently searched items in the game (including Gems, Rubbles, and top-tier restorative items).

Befehlsformat: ig.game.playerEntity.inventory.add("Item_ID", Quantity)

Artikel Name Description Exact Item ID
Gems Standard currency for merchants item_currency_gem
Rubbles Primary material for rebuilding item_mat_rubble
Aether Greatsword High-damage late-game weapon equip_wpn_aether_sword
Nyx Deflector Core Ultimate shield against shadow equip_core_nyx_deflector
Chef’s Grand Feast Full HP restore and massive buffs item_cons_grand_feast
Rare Star-Metal Essential component for crafting item_mat_starmetal
Radiant Healing Salve Instantly revives Juno at 100% item_cons_radiant_salve
Time-Lost Blueprint Unlocks advanced structures item_key_timelost_bp
Shadow Piercer Bow Ignores enemy armor equip_wpn_shadow_bow
Elemental Amplifier Increases combo damage output equip_acc_elem_amp

💻 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 Alabaster Dawn. Because the game is built by Radical Fish Games on a custom HTML5/NW.js engine, it operates differently than standard 3D titles.

Open the Console: The native DevTools console is locked in the retail version. You must first install an NW.js DevTools enabler or use the CCLoader modding framework. Once installed, press the F12 key during gameplay to open the Chromium JavaScript console.
The Command Syntax: You are directly injecting JavaScript into the game’s state. The standard format requires the inventory array action, the exact string ID wrapped in quotes, and the quantity.
Format: ig.game.playerEntity.inventory.add("Item ID", Quantity) — Example: To spawn 500 Rubbles to upgrade a town, you would type ig.game.playerEntity.inventory.add("item_mat_rubble", 500) and press Enter.

⚠️ Expert Warning

“Typing ig.game.playerEntity.inventory.add("item_mat_starmetal", 100) is fine if you only need to do it once. But if you are stocking up for a massive crafting session or experimenting with different builds, manually typing case-sensitive JSON strings in a Chromium debugger becomes incredibly repetitive. One wrong character or missing quotation mark results in a ‘Syntax Error’ or worse, a complete engine crash due to garbage collection failures. 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.”

— Catherine Hu, Senior Modding Specialist at XMODhub

🚀 The Easy Way: XMODhub (No Typing Required)

Stop Alt-Tabbing to check massive spreadsheets. Typing long, case-sensitive JavaScript arrays breaks your immersion and wastes time. The XMODhub PC Client includes a dedicated Visual Item Spawner feature specifically built for Alabaster Dawn’s unique engine.XMOD APP

💎Icon-Based UI: See exactly what the weapon, armor, or cooking ingredient looks like before you spawn it.
💎Instant Search: Just type “Rubble” or “Aether” in the overlay search bar and click the one you want.
💎Batch Spawning: Get 999x of every single crafting material with one button press.
💎Auto-Updated Lists: When the developers add new expansions or items, XMODhub updates its database automatically via the cloud.

⚔️ Weapon IDs List (Melee & Ranged)

Use these codes to instantly equip Juno with the best arsenal to fight the Nyx.

Format: ig.game.playerEntity.inventory.add("Weapon ID", 1)

Weapon Name Exact Item ID
Iron Longsword equip_wpn_iron_sword
Plasma Cleaver equip_wpn_plasma_cleave
Twin-Strike Daggers equip_wpn_twin_daggers
Heavy Impact Hammer equip_wpn_impact_hammer
Solar Flare Caster equip_wpn_solar_caster

🛡️ Armor & Core Equipment IDs List

Upgrade your defensive cores to survive complex puzzle boss fights.

Format: ig.game.playerEntity.inventory.add("Armor ID", 1)

Armor / Core Name Exact Item ID
Reinforced Combat Vest equip_arm_combat_vest
Titanium Plating equip_arm_titanium_plate
Agility Vambraces equip_acc_agility_brace
Thermal Deflector Core equip_core_thermal_def
Regenerative Core equip_core_regen_base

🍳 Cooking Ingredients & Consumables IDs List

Never run out of supplies during a challenging dungeon dive again. We recommend spawning these in batches of 100+.

Format: ig.game.playerEntity.inventory.add("Item ID", 100)

Consumable Name Exact Item ID
Fresh Wild Meat item_cons_wild_meat
Glowing Spores item_cons_glow_spore
Purified Water item_cons_pure_water
Spicy Energy Bar item_cons_spicy_bar
Elixir of Focus item_cons_focus_elixir

🏅 Skills, Perks & Combat Arts IDs

You don’t just have to spawn physical items. You can use the console to instantly unlock Combat Arts or add permanent character progression points on Juno’s skill tree.

Format: ig.game.playerEntity.skills.unlock("Perk ID")

Perk / Art Name Exact Perk ID
Dash Strike (Level 1) skill_art_dash_strike_1
Perfect Guard Counter skill_pass_perfect_guard
Elemental Overload skill_art_elem_overload
Combo Extender skill_pass_combo_extend
Max HP Boost Node skill_stat_hp_boost_max

⚠️ Troubleshooting: Why Are My Commands Failing?

If you are typing the IDs correctly but the Chromium DevTools are throwing errors, check these common issues:

Uncaught ReferenceError: The developers may have locked the console context in the latest patch. You must install a script hook like CCLoader or use an external memory injector like XMODhub to target the correct engine frame.
SyntaxError (Unexpected Token): JavaScript strings require quotation marks. If you type ig.game...add(item_mat_rubble, 100) without the quotes around the item name, the console will crash.
TypeError (Cannot read property): You might be on a loading screen or the main menu. The playerEntity object only exists while you are actively loaded into a map.

💬 Frequently Asked Questions (FAQ)

Are these Item IDs case-sensitive in Alabaster Dawn?

Yes, absolutely. Because Alabaster Dawn is built on JavaScript, all strings are strictly case-sensitive. Typing ITEM_MAT_RUBBLE instead of item_mat_rubble will yield a null reference error.

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

No. Alabaster Dawn is a strictly single-player experience. All console commands and injections function locally on your PC.

How do I find the Item IDs for custom modded weapons?

Finding dynamic JSON entries for community mods manually is extremely difficult without dumping the entire game database. We highly recommend using the XMODhub Item Browser, which automatically scans your active CCLoader mods, detects the custom items, and lets you spawn them with a single click without knowing the exact string.

🌟 Conclusion: The Ultimate Sandbox Experience

Having access to the complete Alabaster Dawn Item IDs list is the fastest way to experiment with different Combat Arts, test weapon loadouts, or simply bypass the material grind required to restore the world’s settlements. 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 JavaScript code or worry about Chromium memory leaks, the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Spawn them instantly. Keep your Steam achievements active.xmod games

XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Whether you need powerful Trainers, real-time visual spawners, or interactive maps, our engine supports over 5,000+ games—including Alabaster Dawn and similar action-RPG hits like Hades II und Hollow Knight.

Download XMODhub for Free Now

  • Catherine Hu

    Ich bin ein leidenschaftlicher Gamer und Autor bei XMODhub, der sich der Aufgabe verschrieben hat, euch die neuesten Gaming-News, Tipps und Einblicke zu geben. Verbinden Sie sich mit mir: LinkedIn-Profil

    Verwandte Beiträge

    Alabaster Dawn Leveling Guide: How to Get Max Level & Fast XP

    I still remember the first time I booted up Alabaster Dawn. I spent the first twelve hours of my playthrough mindlessly grinding low-level mobs in the Sunken Valley, convinced that brute force was…

    Alabaster Dawn Combat System: Mastering Divine Weapons & Element Combos

    We have all been there: you finally reach the third boss in Alabaster Dawn, feeling confident in your build, only to be stun-locked into oblivion by a sequence you did not even know…

    Schreibe einen Kommentar

    Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

    Primärfarbe

    Sekundärfarbe

    Layout-Modus

    Schaltflächen und Icons für soziale Netzwerke unterstützt von Ultimatelysocial