A downloadable asset pack

Download NowName your own price

๐Ÿ’ฐ ED5 Random Loot System ๐Ÿ’ฐ

A powerful loot generation system for RPG Maker MZ & MV


๐Ÿ“ฆ Version 2.0 | ๐ŸŽฎ RPG Maker MZ & MV | ๐Ÿ’ฐ Premium Plugin

By ED5 (AKA CHIGOOX)


๐Ÿ“Š At a Glance

โˆž 2 ๐Ÿ”— 1
Infinite Loot Pools Engine Support Procedural Integration Single File

๐ŸŒŸ What Is This?

The ED5 Random Loot System brings Diablo-style loot generation to RPG Maker! Create weighted loot pools, group-based drops, level-scaled rewards, and even procedural equipment with random modifiers when combined with ED5_RandomizeItemStats.

โœจ Key Features

  • โœ… Weighted Loot Pools - Control drop probabilities
  • โœ… Group System - Organize loot by category (boss, rare, common)
  • โœ… Level-Scaled Drops - Better loot for higher level parties
  • โœ… Stat Requirements - Lock loot behind ATK, DEF, MAT, etc.
  • โœ… Quantity Ranges - Drop 1-5 items randomly
  • โœ… Visual Popups - Sleek floating notifications
  • โœ… Procedural Generation - Random modifiers with ED5_RandomizeItemStats
  • โœ… MZ & MV Compatible - Works in both engines perfectly

๐ŸŽฎ Dual Engine Support

Works flawlessly in both RPG Maker MZ and MV with full feature parity!

Feature RPG Maker MZ RPG Maker MV
Weighted Loot Pools โœ… โœ…
Group Management โœ… โœ…
Conditional Drops โœ… โœ…
Procedural Integration โœ… โœ…
Visual Popups โœ… โœ…
Plugin Commands โœ… GUI โœ… Text

๐Ÿ”— Procedural Integration

Combine with ED5_RandomizeItemStats for epic procedural loot!

Without Integration:

Iron Sword

With Integration:

Masterwork Steel Sword of Flames
+8 ATK, +3 AGI, Fire Element, Rare Quality

โš”๏ธ What You Get:

  • ๐Ÿ… Prefixes: Quality, Material, Modifier (e.g., "Masterwork Steel")
  • ๐Ÿ”ฅ Suffixes: Elemental, Bestial, Legendary (e.g., "of Flames")
  • ๐Ÿ’ช Enhanced Stats: Bonus ATK, DEF, AGI, LUK, etc.
  • โœจ Special Effects: Elements, states, traits
  • ๐ŸŽจ Rarity Colors: Green, Blue, Purple, Orange (Diablo-style)

๐Ÿ“ Simple Note Tag System

Control everything with easy note tags:

๐ŸŽฏ Core Tags

<dropWeight:10>      Higher weight = more common
<drop:1..5>           Drops 1-5 of this item
<group:boss,rare>     Assign to loot groups
<dropLv:20>           Requires party level 20+
<noDrop>              Exclude from loot pool

๐Ÿ’ช Stat Requirements

<dropAtk:50>          Requires 50+ ATK average
<dropDef:40>          Requires 40+ DEF average
<dropMat:60>          Requires 60+ MAT average
<dropMdf:50>          Requires 50+ MDF average
<dropAgi:70>          Requires 70+ AGI average
<dropLuck:30>         Requires 30+ LUK average
<dropHp:500>          Requires 500+ HP average
<dropMp:200>          Requires 200+ MP average

๐Ÿš€ Quick Start

Step 1: Tag Your Items (2 minutes)

Potion
<dropWeight:10>
<drop:1..3>
<group:common,healing>
Boss Sword
<dropWeight:1>
<group:boss,legendary>
<dropLv:30>

Step 2: Create Event (1 minute)

RPG Maker MZ:

Plugin Command โ†’ Spawn Random Loot

RPG Maker MV:

Plugin Command: SpawnRandomLoot

Script Call (Both):

ED5.RandomLoot.spawnRandomLoot('all');

Step 3: Test & Enjoy! โœจ


๐Ÿ’ก Usage Examples

๐Ÿ‘‘ Boss Loot Chest

ED5.RandomLoot.spawnGroupLoot('boss');

Database:

Legendary Sword
<group:boss>
<dropWeight:1>
<dropLv:25>

๐ŸŽ Random Treasure

ED5.RandomLoot.spawnRandomLoot('all');

โš”๏ธ Weapon Cache

ED5.RandomLoot.spawnRandomLoot('weapon');

๐Ÿ“ˆ Level-Scaled Loot

Potion
<dropLv:1>
Hi-Potion
<dropLv:10>
Mega Potion
<dropLv:20>
Elixir
<dropLv:40>

โš™๏ธ Configurable Parameters

Parameter Default Description
Enable Procedural Generation true Generate modifiers with ED5_RandomizeItemStats
Enable Debug Logging false Show console logs for troubleshooting
Popup Duration 60 How long popup stays (frames, 60 = 1 sec)
Popup Rise Speed 1 How fast popup moves upward
Default Min Drop 1 Default minimum quantity
Default Max Drop 1 Default maximum quantity

๐Ÿ“š Complete Documentation Included

Get comprehensive guides with your purchase:

  • ๐Ÿš€ Quick Start Tutorial - 5-minute setup
  • ๐Ÿ“ Note Tag Reference - All 13 tags documented
  • ๐Ÿ’ก 7 Detailed Examples - Boss loot, scaling, procedural
  • ๐Ÿ”ง Troubleshooting Guide - Common issues solved
  • ๐Ÿ“Š Quick Reference Tables - Fast lookup
  • ๐Ÿ”— Integration Guide - ED5_RandomizeItemStats setup

๐ŸŽฏ What You Get

โœ… Included:

  • โœ… ED5_RandomLoot.js v2.0 - Complete plugin file
  • โœ… Update Summary - Feature overview
  • โœ… Lifetime Updates - Future improvements included
  • โœ… Support - Help when you need it


๐Ÿ’ผ License Terms:

  • โœ… Use in commercial projects
  • โœ… Use in non-commercial projects
  • โœ… Modify for your needs
  • โŒ Do not redistribute or resell
  • โŒ License is per-developer

๐Ÿ”ง Technical Specs

  • Version: 2.0
  • Engine Support: RPG Maker MZ & MV
  • Dependencies: None (optional: ED5_RandomizeItemStats)
  • Plugin Commands: 5 (MZ GUI + MV Text)
  • Script Calls: 4 main functions
  • Note Tags: 13 tags
  • Parameters: 6 configurable

๐Ÿ’ช Why Choose This Plugin?

๐Ÿ† Professional Quality

  • โœจ Production-ready code
  • โœจ Extensive error handling
  • โœจ Optimized performance
  • โœจ Clean, commented code

๐Ÿ”— Seamless Integration

  • โœจ Works standalone
  • โœจ Integrates with ED5_RandomizeItemStats
  • โœจ Compatible with most plugins
  • โœจ No conflicts

๐ŸŽฎ Dual Engine

  • โœจ RPG Maker MZ support
  • โœจ RPG Maker MV support
  • โœจ Same features both engines
  • โœจ One purchase, two engines

๐ŸŽ Bonus: Procedural Loot

Pair with ED5_RandomizeItemStats for the ultimate loot system:

  • ๐ŸŽฒ 60 Built-in Modifiers - Ready to use
  • ๐ŸŽจ 4 Rarity Tiers - Common to Legendary
  • โš”๏ธ Infinite Combinations - Never the same loot twice
  • ๐Ÿ”ฅ 9 Elements - Fire, Ice, Thunder, and more
  • ๐Ÿ’ซ Special Effects - States, traits, bonuses

Example Results:

Flawless Mithril Greatsword of the Dragon
+15 ATK, +8 DEF, +5 AGI, +3 LUK
Fire Element, +30% Critical Rate
Legendary Quality ๐ŸŸ 

๐Ÿ“ž Support

Need help? Got questions?

  • ๐ŸŒ itch.io: Visit my page
  • ๐Ÿ’ฌ Community: Comment section below



    ๐Ÿ†• Version 2.0 Changelog

    New Features โœจ

    • โœ… RPG Maker MV compatibility
    • โœ… 6 plugin parameters
    • โœ… ED5_RandomizeItemStats integration
    • โœ… 9 new conditional tags
    • โœ… Debug logging system
    • โœ… Decimal weight support

    Improvements โšก

    • โœ… Better error handling
    • โœ… Smarter loot pool building
    • โœ… Configurable popups
    • โœ… Enhanced validation

    Bug Fixes ๐Ÿ›

    • โœ… Fixed duplicate registration
    • โœ… Fixed popup configuration
    • โœ… Improved database checks

    ๐ŸŽ‰ Get Started Today!

    Transform your RPG Maker game with professional loot generation!

    • ๐ŸŽฎ Works in MZ & MV
    • โšก Easy to use
    • ๐Ÿ“– Fully documented
    • ๐Ÿ”— Integrates with procedural generation
    • ๐Ÿ’ฐ One-time purchase, lifetime updates

    Made with โค๏ธ for the RPG Maker community
    By ED5 (AKA CHIGOOX)
    ๐ŸŒ chigoox.itch.io

    Patreon

    Download

    Download NowName your own price

    Click download now to get access to the following files:

    ED5_RandomLoot 2.1 27 kB

    Development log

    Comments

    Log in with itch.io to leave a comment.

    Is this free for commercial use?

    Great stuff, thank you.

    (+1)

    Im a weirdo that loves RNG (Or rather, planned rng) so this is perfect :P Can't wait to try it out.