A downloadable asset pack

Buy Now$2.99 USD or more

How to Use (Equipment Leveling + Growth Menu) — RPG Maker MZ

Install

  1. Copy these files into your project:
    YOURGAME/js/plugins/

    • REKS_EquipLeveling.js

    • REKS_EquipGrowthMenu.js

  2. Open RPG Maker MZ → Tools → Plugin Manager

  3. Add them in this order:

    1. REKS_EquipLeveling

    2. REKS_EquipGrowthMenu

Setup item max level

  • In any Weapon or Armor note box:

    • <Level: 10> = item can level up to 10

    • If omitted, it uses the plugin’s Default Max Level.

Control how stats grow

  • If you want random bonuses on level up, don’t add stat tags (it will roll random stats automatically).

  • If you want fixed bonuses per level, add any of these to the item note:

    • <Max HP: X>

    • <Max MP: X>

    • <Attack: X>

    • <Defense: X>

    • <M.Attack: X>

    • <M.Defense: X>

    • <Agility: X>

    • <Luck: X>

Example:

  • <Level: 5>

  • <Attack: 1>

  • <Agility: 1>
    → each level gives +1 ATK and +1 AGI.

Change EXP leveling speed (rates)

  • Per item override (percent):

    • <ExpRate: 150> = 150% EXP (levels faster)

    • <ExpRate: 50> = 50% EXP (levels slower)

  • Per weapon type / armor type (Plugin Parameters):

    • Weapon Type EXP Rates: 1:100,2:70,3:140

    • Armor Type EXP Rates: 1:100,2:80,3:60

    • Weapon Type 1 earns 100% EXP (normal speed)
    • Weapon Type 2 earns 70% EXP (slower — gets only 70% of the EXP you award)
    • Weapon Type 3 earns 140% EXP (faster — gets 1.4× EXP)
    • Type 1 → 10 EXP
    • Type 2 → 7 EXP
    • Type 3 → 14 EXP

In-game

  • Equipped weapons/armors gain EXP after battles.

  • When an item levels up, it shows:
    “<Item Name> has leveled up!”

  • Open the Growth menu:
    Menu → Equipment Growth
    Select an actor → Equipped / Inventory → select an item to view its bonuses.

Plugin Commands (optional)

  • Reset All Progress (clears all item EXP/levels in the save)

  • Reset Item Progress (clear one item by ID)

Purchase

Buy Now$2.99 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $2.99 USD. You will get access to the following files:

Reks_EquipGrowthMenu.js 20 kB
Reks_EquipLeveling.js 13 kB

Leave a comment

Log in with itch.io to leave a comment.