Welcome to PGMV! 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 Change By Region - MoveSpeedChangeByRegion.js
Plugin desc : Terrain speed change plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/MoveSpeedChangeByRegion.js
File name : MoveSpeedChangeByRegion.js
Help of plugin :
@url https://triacontane.blogspot.com/ @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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- MoveSpeedChangeByRegion.js Automatically increases or decreases the character's movement speed while riding on the specified terrain or region. If any player has the following notetags, they will override the parameters and apply the speed. - Terrain tag [1]: Speed becomes [4] <SpeedTerrain: 1,4> To specify a speed relative to the current speed, use the [+] or [-] symbols. - Region [1]: Speed increases by [2] steps <SpeedRegion: 1,+2> This plugin does not have any plugin commands. Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, 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 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