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

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Jump Speed Customize - JumpSpeedCustomize.js

Plugin desc : JumpSpeedCustomizePlugin

License : MIT License

Author : triacontane

Website : https://triacontane.blogspot.com/

Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/JumpSpeedCustomize.js

File name : JumpSpeedCustomize.js

Help of plugin :

* @plugindesc JumpSpeedCustomizePlugin
 * @author triacontane
 *
 * @help JumpSpeedCustomize.js
 *
 * You can change the speed and altitude of the jump.
 * Please specify the following in the memo field of the event.
 *
 * Set the jump speed to 150% of its original value.
 * <JumpSpeed:150>
 *
 * Set the jump altitude to 50% of its original value.
 * <JumpHeight:50>
 *
 * You can change this with the following script
 * from the move route settings.
 *
 * Set the jump speed to 25% of its original
 * this.setJumpSpeed(25);
 *
 * Set the jump height to 200% of the original
 * this.setJumpHeight(200);
 *
 * This plugin is released under the MIT License.

スポンサードリンク

-MV plugins

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