Simple Item Forge
No-code item database generator with crafting, shops, and loot tables. Four interconnected forges, JSON pipeline, AI-ready schemas.
// Generated by Simple Item Forge
namespace ARPG.Weapons
{
public enum ARPGWeaponsType
{
IRONSWORD, STEELSHIELD, EMBERBLADE, DRAGONSCALE
}
public class ARPGWeaponsDatabase
: ScriptableObject, ISimpleItemDataSource
{
[SerializeField]
private List<SimpleItemDefinition> items;
public SimpleItemDefinition GetItem(ARPGWeaponsType t)
=> items[(int)t];
}
}
Still Coding Items by Hand?
Simple Item Forge generates complete item databases, crafting recipes, shop systems, and loot tables from visual wizards. Four interconnected forges, dynamic properties, JSON export for AI content generation, and generated Inspector editors — all yours to own.
Four Forges
Item Forge
6-step wizard with 7 genre templates (RPG, Soulslike, Survival, Looter Shooter, Card/Deckbuilder, Roguelike, RTS). Dynamic properties and item sets with threshold bonuses.
Crafting Forge
Multi-input/output recipes with crafting stations and custom properties. Links to your Item Database for validation.
Shop Forge
Buy/sell systems with inventory management, stock limits, and custom entry properties.
Loot Forge
Weighted loot tables with nested references, context conditions, and weight modifiers.
Key Features
Dynamic Properties
Define your own Categories, Flags, Numerics, and Texts. No hardcoded fields — works for any genre.
AI Content Pipeline
Export schemas as JSON or Markdown. Let AI generate hundreds of items, then import them back with one click.
Custom Editors
Generated Inspector editors with split-panel layout, search, sort, filter, pagination, and multi-select bulk operations.
7 Genre Templates
Pre-configured schemas for RPG, Soulslike, Survival, Looter Shooter, Card/Deckbuilder, Roguelike, and RTS.
Batch Icon Assignment
Auto-match sprites to item codes by folder. Assign icons to hundreds of items in seconds.
SAF Integration
Optional Simple Attribute Forge integration for attribute requirements, stat bonuses, and modifier references.
Technical
Items, Crafting, Shops, Loot — Generated
Four forges. Dynamic properties. AI-powered content pipeline. Stop hand-coding databases.
Get on Unity Asset Store — $39.99