Releases: Menkos/inventory-forge
Releases · Menkos/inventory-forge
Inventory Forge 1.2.0 - Loot Tables & Custom Fields
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
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
- Download inventory_forge_v1.0.0_assetlib.zip
- Extract to your Godot project's �ddons/ folder
- Enable plugin: Project → Project Settings → Plugins
- Access via bottom panel: "Inventory Forge" tab
📚 Documentation
- README
- Quick Start Guide
🔐 Checksums (SHA256)
See attached .sha256 files for verification.
📄 License
MIT License - See LICENSE