Let’s be completely honest: you are probably playing BOOBS SAGA: Prepare To Hentai Edition for the “plot” and gallery scenes. But out of nowhere, you found yourself stuck against a brutally difficult Souls-like boss with zero healing potions left. Want to test out the endgame Demon Greatsword early? Or maybe you just want to add 99,000 Souls so you can max out your character and skip the tedious farming?
Using item IDs to spawn gear is a staple of PC gaming freedom. However, because this is an indie Unity game, it requires a specific technical approach. Below is the most comprehensive, categorized list of internal Item IDs for BOOBS SAGA, alongside the exact methods you need to actually use them.
You may also like: BOOBS SAGA: Prepare To Hentai Edition Cheat Engine Alternative – XMODhub Trainer
Editor’s View: The “JSON Typo” Nightmare
“Typing internal memory strings like
item_potion_heal_tier3into a raw .json save file is fine once. But if you are trying to max out your inventory and need to type that code 50 times? It’s incredibly repetitive, and deleting one wrong comma means your save file is corrupted forever.While the verified lists below are essential for manual modders, I personally switched to a Visual Spawner. Seeing the item icon and just clicking ‘Add to Inventory’ is exactly how modern gaming should feel.”
— Nancy, Editor at XMODhub
Оглавление
Quick Reference: Top 10 Most Wanted BOOBS SAGA IDs
Don’t want to scroll through massive tables? Here are the internal memory codes for the absolute most essential items (Currency, Healing, and Top-tier Gear) to get you past the hardest bosses.
| Название предмета | Item ID / Internal String | Эффект / Статистика |
|---|---|---|
| Souls/Currency | currency_souls_base |
Adds level-up currency |
| Max Health Potion | item_potion_heal_max |
100% HP Recovery |
| Stamina Brew | item_potion_stamina |
Infinite stamina temp buff |
| Demon Greatsword | weapon_melee_greatsword_03 |
Highest physical damage |
| Magic Wand | weapon_ranged_wand_01 |
Ranged magic attacks |
| Succubus Outfit | armor_chest_succubus |
High magic resistance |
| Dungeon Key | key_dungeon_main_01 |
Opens locked boss doors |
| Upgrade Material | resource_crafting_rare |
Upgrades weapons at anvil |
How to Spawn Items in BOOBS SAGA (No Console Required)
How do you spawn items if BOOBS SAGA has no native developer console?
Unlike standard PC games, BOOBS SAGA does not have a ~ key console. To spawn items using the IDs in this guide, you must manually edit your local save file by following these exact steps:
- Locate your save file: Press Windows Key + R, type
%appdata%, navigate back one folder to LocalLow, and openVidas Games\Boobs Saga\. - Open the Save Data: Right-click your latest
.jsonили.savfile and select “Open with Notepad++”. - Find the Inventory Array: Use Ctrl + F to search for
"Inventory": [. - Inject the Item ID: Replace an existing junk item string (like
item_junk_bone) with your desired ID (e.g.,weapon_melee_greatsword_03). - Save and Launch: Save the text file and load your game.
(Alternatively, advanced users can install BepInEx and the UnityExplorer mod to search for the inventory array in the active game memory).
Простой способ: Визуальный спаунер XMODhub
Stop Alt-Tabbing to check tables, installing complex BepInEx mods, or risking a 20-hour save file corruption in Notepad++. Typing long, case-sensitive ID codes completely breaks your immersion.
XMODhub includes a native Visual Spawner feature engineered specifically for BOOBS SAGA.
- Icon-Based UI: See exactly what the weapon or armor looks like in a clean graphical grid before you spawn it.
- Smart Search Bar: Just type “Sword” or “Potion” in the in-game overlay and click the exact variant you want.
- Batch Add: Max out your Souls currency and get 999x of every crafting material with a single click.
XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Supporting over 5,000+ games, we don’t judge your library—whether you are playing mainstream hits or niche adult indie titles, you always have the best, virus-free tools at your fingertips.
Weapon IDs List
Here are the internal codes for melee and ranged weapons.
| Weapon Name | Item ID | Rarity |
|---|---|---|
| Rusty Sword | weapon_melee_sword_00 |
Common |
| Knight’s Longsword | weapon_melee_sword_02 |
Uncommon |
| Demon Greatsword | weapon_melee_greatsword_03 |
Rare |
| Fire Wand | weapon_ranged_wand_fire |
Rare |
Armor & Clothing IDs List
Use these to swap outfits or boost your defense against specific bosses.
| Armor Name | Item ID | Slot |
|---|---|---|
| Leather Cap | armor_head_leather_01 |
Head |
| Iron Chestplate | armor_chest_iron_01 |
Torso |
| Succubus Wings/Top | armor_chest_succubus |
Torso |
| Heavy Greaves | armor_legs_heavy_02 |
Legs |
Consumables & Potion IDs
Never run out of healing when facing unfair enemy hitboxes.
| Название предмета | Item ID | Советы по количеству |
|---|---|---|
| Minor Health Potion | item_potion_heal_minor |
Spawn 50+ |
| Max Health Potion | item_potion_heal_max |
Spawn 10+ |
| Stamina Brew | item_potion_stamina |
Spawn 20+ |
Gallery & Quest Key Items
If you want to skip the exploration and immediately unlock specific boss doors or gallery events, inject these IDs into your inventory.
| Название предмета | Item ID | Use Case |
|---|---|---|
| Warden’s Key | key_dungeon_warden_boss |
Unlocks the first major boss arena |
| Golden Chalice | quest_item_chalice_gold |
Gift item to trigger NPC events |
| Abyssal Sigil | quest_sigil_abyss_unlock |
Required for the final dungeon gate |
Troubleshooting: Why Spawns Fail
If you are injecting IDs and your game crashes or the item doesn’t appear, check these common issues:
×
Save File Corruption (Black Screen): If your game only loads a black screen after editing the .json save file, you likely deleted a crucial comma , or bracket }. Always keep backups!
×
Case Sensitivity: Unity internal strings are strictly case-sensitive. item_potion_heal_max is correct; Item_Potion_Heal_Max will cause the game engine to reject the item.
×
Inventory Cap: Ensure you haven’t exceeded the maximum slot limit for your current backpack tier before adding new lines of code.
ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ
Q: Are these Item IDs case-sensitive?
A: Yes. Because you are directly manipulating Unity engine .json arrays, every Item ID is strictly case-sensitive. Always use lowercase as listed in the tables above.
Q: Can I spawn items using Cheat Engine?
A: You can, but finding the specific pointer addresses for inventory strings in Unity games is incredibly difficult and unstable. We highly recommend using a Save Editor or the automated XMODhub Visual Spawner instead.
Q: Will using a Save Editor disable my Steam Achievements?
A: Modifying your local .json save file offline usually does not disable Steam achievements, but using intrusive mods like UnityExplorer often will.
Using BOOBS SAGA Item IDs is the fastest way to bypass the punishing combat, instantly max out your Souls, and unlock the gallery scenes you came for. Bookmark this page so you can easily copy and paste the internal codes when you need them.
However, if you want a significantly smoother experience where you don’t need to risk breaking your save file in Notepad++, the XMODhub Visual Spawner is the absolute superior choice. Browse your items visually. Click once. Play exactly how you want to.
Я создаю контент для Xmodhub, где я курирую и делюсь игровыми модами, инструментами и другими ресурсами. Моя цель - помочь игрокам найти отличные дополнения, получить более плавный опыт и больше удовольствия.



