An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Move Speed Change By Region - MoveSpeedChangeByRegion.js

Plugin desc : Terrain speed change plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MoveSpeedChangeByRegion.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/MoveSpeedChangeByRegion.js

File name : MoveSpeedChangeByRegion.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MoveSpeedChangeByRegion.js
@plugindesc Terrain speed change plugin
@author Triacontane
@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/triacontane-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

MoveSpeedChangeByRegion.js

Automatically increases or decreases a character’s movement speed while riding
on a specified terrain or region.
Specify the target terrain and region via the parameters.

Additionally, if any members in the formation have the following notetags (※),
the speed will override the parameters.

・When terrain tag is [1], the speed will be [4].
<Speed Terrain: 1, 4>
※This applies to the memo fields of actors, jobs, weapons, armor, and states.

To specify a speed relative to the current speed, use the [+] or [-] symbols.
・When region is [1], the speed will increase by [2] steps.
<Speed Region: 1, +2>

To individually set the speed correction for an event, specify the following
in the memo field.
The memo field settings take priority over the parameter settings.
<Speed Terrain Disabled>
<NoMoveSpeedRegion>
<Speed Terrain Enabled>
<MoveSpeedRegion>

This plugin does not have any plugin commands.

Terms of Use:
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, 18+ use, etc.).
This plugin is now yours.

@param slowlyTerrainTags
@text Speed-reducing terrain
@desc This is a terrain tag that slows down the player’s speed while moving. Multiple tags can be specified.
@type number[]

@param fasterTerrainTags
@text Speed-boosting terrain
@desc This is a terrain tag that increases speed while moving. Multiple tags can be specified.
@type number[]

@param slowlyRegions
@text Slowdown Regions
@desc Regions where movement will slow down. Multiple regions can be specified.
@type number[]

@param fasterRegions
@text Speed-up region
@desc Regions where speed increases while moving. Multiple regions can be specified.
@type number[]

@param deltaSpeed
@text Speed change amount
@desc The amount of change when the speed increases or decreases.
@type number
@default 1

@param eventNoApply
@text Does not apply to events
@desc When enabled, no speed compensation will be applied to the event.
@type boolean
@default false

@param enableBenchMembersTrait
@text Enable Substitute Tags
@desc Enables sub speed change notetags.
@type boolean
@default false

@param invalidSwitch
@text Disable Switch
@desc When the switch with the specified number is ON, all speed changes due to terrain will be disabled.
@type switch
@default 0

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.