Skip to content

Releases: Menkos/inventory-forge

Inventory Forge 1.2.0 - Loot Tables & Custom Fields

06 Jan 00:09

Choose a tag to compare

What's New in 1.2.0

Loot Table System

  • Added LootTable resource for weighted random item drops
  • Rarity presets: Common, Uncommon, Rare, Epic, Legendary with pre-configured drop rates
  • Sub-table support for modular loot design
  • Automatic validation for invalid configurations

Custom Fields

  • Items now support custom key-value pairs for game-specific data
  • Support for String, Integer, Float, and Boolean types
  • Dedicated UI panel for managing custom fields

Crafting System Enhancements

  • Added ingredient management with validation
  • Automatic checks for missing or invalid recipe ingredients
  • Improved crafting UI in the editor

UI Improvements

  • Refactored main UI code (reduced from 2449 to 2294 lines)
  • Better code organization with StatisticsUIBuilder pattern
  • Updated icons and visual assets

Bug Fixes & Improvements

  • Enhanced database validation and error handling
  • Improved performance for large item databases
  • Updated documentation and screenshots

Inventory Forge v1.0.0 - Initial Release

30 Dec 20:56

Choose a tag to compare

Inventory Forge v1.0.0
Initial public release - A powerful item database editor for Godot 4.x
✨ Features

  • Visual Item Editor with intuitive two-column layout
  • Complete Item System with 10+ configurable properties
  • Item Categories (Consumable, Equipment, Quest Item, Crafting Material, Key Item)
  • Rarity System (Common, Uncommon, Rare, Epic, Legendary)
  • Equipment Support with attack/defense stats and level requirements
  • Stack Management with customizable stack sizes
  • Translation Ready with built-in CSV translation workflow
  • Demo Database included with 6 example items
    📦 Downloads
  • inventory_forge_v1.0.0_assetlib.zip - For Godot AssetLib (recommended)
  • inventory_forge_v1.0.0_github.zip - Complete package with screenshots and documentation
    🚀 Quick Start
  1. Download inventory_forge_v1.0.0_assetlib.zip
  2. Extract to your Godot project's �ddons/ folder
  3. Enable plugin: Project → Project Settings → Plugins
  4. Access via bottom panel: "Inventory Forge" tab
    📚 Documentation

Godot Version: 4.0+
Author: Menkos
Repository: https://github.com/Menkos/inventory-forge