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.
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.