Walk Regen Plugin – Restore HP, MP & TP While Walking (RMMZ
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
-
Download
WalkRegen.js
-
Place it in your project’s
/js/plugins/
folder -
Open the Plugin Manager in RPG Maker MZ
-
Enable WalkRegen
-
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!
Status | Released |
Category | Other |
Author | Ash Born Interactive LLC |
Tags | accessory-plugin, free-plugin, hp-regen, mp-regen, plugin, plugin-rmmz, rmmz, RPG Maker MZ, rpg-maker-tools, tp-regen |
Download
Development log
- v1.1 Update – Selective Stat Regeneration Added!41 days ago
Leave a comment
Log in with itch.io to leave a comment.