A downloadable project

🧭 Walk Regen Plugin for RPG Maker MZ

Give your heroes a break between battles—literally!

This lightweight plugin allows actors to passively regenerate HP, MP, and TP as they walk across the map. Inspired by classic RPG relics, it's perfect for encouraging exploration and endurance-focused gameplay.

🎮 Features

  • 🩸 Regenerates HP per step

  • 🔋 Regenerates MP per step

  • 💫 Regenerates TP per step

  • 🧙‍♂️ Only activates when the actor equips an accessory with a WalkRegen notetag

  • 🎯 Fine-tuned control over which stats regenerate

  • 🔧 Lightweight and plug-and-play—no extra setup required

🛠️ Notetag Options

Add these to an accessory’s Note box:

cpp
CopyEdit
<WalkRegen: HP>         // Regenerates 1% HP per step   
<WalkRegen: MP>         // Regenerates 1% MP per step   
<WalkRegen: TP>         // Regenerates +1 TP per step   
<WalkRegen: HP, MP>     // Regenerates both HP and MP   
<WalkRegen: HP, MP, TP> // Full regen effect 

Note: Only works when tagged on an accessory.

📦 Installation

  1. Download WalkRegen.js

  2. Place it in your project’s /js/plugins/ folder

  3. Open the Plugin Manager in RPG Maker MZ

  4. Enable WalkRegen

  5. Add the appropriate <WalkRegen: ...> tag to an accessory

Done! Your actor now regenerates as they explore.

📝 Example Use

Create an accessory called Traveler’s Charm and include:

makefile
CopyEdit
<WalkRegen: HP, MP, TP> 

When equipped, the wearer will restore HP, MP, and TP every step they take on the map.

📜 Terms of Use

✅ Free for commercial and non-commercial projects
🖌️ Edits and forks allowed
📣 Credit: Ash Born Interactive

💖 Support

If you find this plugin helpful, please share it or consider supporting so more devs can benefit!

Download

Download
WalkRegenPlugin.js 2 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.