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

A close-up portrait of the young girl from Pragmata, used as a blog header with XMODhub branding for an Item IDs and Spawn Codes guide.

Want to test out the endgame Holographic Launcher early? Are you tired of grinding for Synthetic Polymers on the lunar surface, or perhaps you accidentally dropped a critical High-Density Battery and now your spacesuit is out of power?

Using developer console commands to spawn items is a beloved staple of PC gaming freedom. However, because Pragmata runs on Capcom’s proprietary RE Engine, there is no native developer console. Modifying your inventory requires injecting Lua scripts via REFramework.

Below is the most comprehensive, categorized, and up-to-date list of data-mined Item IDs, spawn strings, and suit upgrade IDs for Pragmata, verified for the latest patch.

Quick Reference: Top 10 Most Wanted Pragmata IDs

If you do not want to scroll through thousands of rows of data-mined RE Engine strings, here are the exact internal spawn codes for the most essential and frequently searched items in the game (including Credits, Max Health patches, and top-tier holographic weapons).

Nom de l'article RE Engine Internal ID Item Description / Value
Credit Chip It_Currency_Credit Standard currency for lunar outposts.
Synthetic Polymer It_Resource_Polymer Essential crafting material for suit upgrades.
High-Density Battery It_Resource_Battery Powers advanced holographic weaponry.
Oxygen Canister It_Consumable_O2 Instantly refills 100% of your suit’s oxygen.
Max Health Patch It_Consumable_MedMax Fully restores spacesuit integrity.
Holographic Launcher Wp_HoloLauncher_01 Endgame heavy weapon for robotic mechs.
EMP Grenade Wp_Grenade_EMP Stuns mechanical enemies in a wide radius.
Lunar Suit Mk. II Eq_Suit_Mk2 Advanced armor with higher radiation resistance.
Diana’s Tracker It_Key_Tracker Quest item needed to locate Diana’s signal.
Thruster Module Perk_Suit_Thruster Unlocks the double-jump exploration perk.

How to Enable the Console & Use Spawn Commands

Before you can use the ID codes listed below, you must understand how to bypass Capcom’s locked engine. You cannot simply press the tilde key. You must install the open-source REFramework overlay.

Step-by-Step Script Injection:

  1. Install REFramework: Place the dinput8.dll file into your main Pragmata folder.
  2. Open the Overlay: While in-game, press the Insert key to open the REFramework UI.
  3. The Command Syntax: Navigate to the “Script Runner” tab. You must use the specific Lua format to call the item generator function.
  4. Format: REFramework.spawn_item("Item ID", Quantity)
  5. Exemple : To spawn 50 Synthetic Polymers, you would type REFramework.spawn_item("It_Resource_Polymer", 50) and click Run.

!_ Expert Warning

“Typing Lua scripts manually is fine if you only need to do it once. But if you are experimenting with different holographic builds or trying to bypass a massive resource grind, manually typing case-sensitive data strings becomes incredibly repetitive.

One wrong character results in a Lua ‘Syntax Error’ or worse, a hard game crash. 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, responsable du contenu à XMODhub

The Easy Way: XMODhub Visual Spawner (No Typing Required)

Stop Alt-Tabbing to check massive spreadsheets. Typing long, case-sensitive RE Engine Lua strings breaks your immersion and wastes time.

Le XMODhub PC Client includes a dedicated Spawner feature specifically built for Pragmata.

  • Icon-Based UI: See exactly what the weapon, armor, or material looks like before you spawn it.
  • Instant Search: Just type “Polymer” or “Launcher” in the overlay search bar and click the one you want.
  • Batch Spawning: Get 999x of every single crafting material with one button press, without crashing your game.
  • Auto-Updated Lists: When Capcom adds new DLC items or changes the memory pointers in a patch, XMODhub updates its database automatically via the cloud. You never have to hunt for new ID codes again.

Weapon IDs List (Melee & Ranged)

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

Format de la commande : REFramework.spawn_weapon("Weapon ID")

Weapon Name Weapon ID
Standard Issue Pistol Wp_Pistol_Base
Holographic Assault Rifle Wp_AR_Holo
Stun Baton Wp_Melee_Baton
Heavy Railgun Wp_Railgun_01
EMP Launcher Wp_HoloLauncher_EMP

Armor & Clothing IDs List

Upgrade your survivability instantly without needing the crafting bench.

Format de la commande : REFramework.spawn_equipment("Armor ID")

Armor Name Armor ID
Standard Lunar Suit Eq_Suit_Base
Lunar Suit Mk. II Eq_Suit_Mk2
Heavy Hazard Suit Eq_Suit_Hazard
Diana’s Jacket Eq_Clothing_Diana
Oxygen Tank Expander Eq_Mod_O2Tank

Ammo & Consumables IDs List

Never run out of supplies during a boss fight against rogue security mechs again. We recommend spawning these in batches of 50+.

Format de la commande : REFramework.spawn_item("Item ID", 50)

Nom de l'article Consumable ID
Small Health Patch It_Consumable_MedSmall
Battery Cell (Ammo) It_Ammo_Battery
Railgun Slug It_Ammo_Slug
Emergency Flare It_Consumable_Flare
System Override Key It_Consumable_HackingTool

ID de compétences, d'avantages et de traits

You do not just have to spawn physical items. You can use Lua scripts to instantly unlock spacesuit software upgrades.

Format de la commande : REFramework.unlock_perk("Perk ID")

Perk Name ID du Perk
Thruster Module (Double Jump) Perk_Suit_Thruster
Enhanced Shield Capacity Perk_Holo_ShieldUP
Melee Damage Boost Perk_Combat_MeleeUP
Hacking Speed Override Perk_Tech_HackFast

Troubleshooting: Why Are My Commands Failing?

If you are typing the IDs correctly into the REFramework Script Runner but the game is throwing errors, check these common issues:

“Nil Value / Command not found”

Capcom frequently patches the RE Engine executable. If the game recently updated, the internal memory hooks that REFramework relies on are broken. You must wait for an open-source update, or switch to XMODhub’s auto-updating cloud trainer.

“Item ID invalid”

Ensure you are typing the string exactly as shown, including capitalization and underscores. it_resource_polymer will fail; it must be It_Resource_Polymer.

Game Crashes on Execution

You are trying to spawn a quest item (like Diana’s Tracker) before the game’s story logic has initialized that quest phase. This causes a memory leak. Only spawn key items when actively on their respective quests.

Frequently Asked Questions (FAQ)

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

A: Yes, absolutely. Because you are injecting Lua script strings directly into the RE Engine, the data calls are strictly case-sensitive. Typing It_Currency_Credit correctly is mandatory.

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

A: Pragmata is a single-player experience, but if future updates add cooperative mechanics, these console scripts are executed client-side. Attempting to force spawn items in an online lobby will result in desyncs or potential anti-cheat bans.

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

A: Finding dynamic load-order IDs for community mods manually is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans your active .pak mods, detects the custom items, and lets you spawn them with a single click without knowing the internal string ID.

Conclusion: The Ultimate Sandbox Experience

Having access to the complete Pragmata Item IDs list is the fastest way to experiment with different holographic combat builds, test railgun damage, or simply recover from a frustrating inventory bug. Bookmark this page so you can quickly reference the codes whenever you need a resupply on the moon.

However, if you want a significantly smoother, crash-free experience where you do not need to memorize strings of Lua code like It_Resource_Polymer, 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 Pragmata and similar hits like Wilds de Monster Hunter.

  • Catherine Hu

    Je suis un joueur passionné et j'écris sur XMODhub, qui se consacre à vous apporter les dernières nouvelles, astuces et idées en matière de jeux. Connectez-vous avec moi : Profil LinkedIn

    Articles connexes

    Pragmata Unknown Signal Quest Guide: Dish Locations & Bug Fix

    >_ Author Note “Nothing is more annoying than a quest that flashes on your HUD with zero map markers. After spending hours floating around Sector 4 and dealing with the infamous Dish Beta…

    Pragmata Mini Cabin Location: How to Find the Hidden Safe House

    ⚡ Quick Answer How to find the Mini Cabin in Pragmata To locate the hidden Mini Cabin safe house and unlock the exclusive outfits, follow this exact route: [01] Fast Travel: Warp to…

    Laisser un commentaire

    Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

    Couleur primaire

    Couleur secondaire

    Mode de présentation

    Boutons et icônes de partage social powered by Ultimatelysocial