Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Move Speed - MoveSpeed.js
Plugin desc : Movement speed change Ver1.0.0 (2025/1/18)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/System/MoveSpeed.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/MoveSpeed.js
File name : MoveSpeed.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/System/MoveSpeed.js @plugindesc Movement speed change Ver1.0.0 (2025/1/18) @author PotatoDragon @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Adds the ability to change walking and sprint speeds. ## How to Use ### Common Settings Change the walking speed multiplier or sprint speed multiplier in the plugin parameters. The character will move at the changed speed. ### Note Tag Settings Adds a memo to change the movement speed for actors, classes, weapons, armor, and states. <Movement Speed: Walking Speed Multiplier, Sprint Speed Multiplier, Priority> Example: <Movement Speed: 1.8, 1, 8, 0> => Walking Speed: 1.8x, Sprint Speed: 1.8x, Priority: 0 #### Walking Speed Multiplier Specifies the multiplier with normal walking speed set to 1. #### Sprint Speed Multiplier Specifies the multiplier with normal sprint speed set to 1. #### Priority Specifies the priority of other settings. If there are multiple speed change settings, this one has the highest priority. If the priority is the same, the setting with the lowest multiplier (slowest) is applied. @param Walk @text Walking speed multiplier @desc Walking speed multiplier @type number @default 1.5 @decimals 2 @param Dash @text Dash Speed Multiplier @desc Dash speed multiplier @type number @default 1.5 @decimals 2 @param MoveSpeedMetaName @text Movement Speed Tag @desc Name of memo tag used for movement speed @default MoveSpeed