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.
LL Encounter Adjust - LL_EncounterAdjust.js
Plugin desc : Adjusts the number of steps required for encounters to occur.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation
Author : Lulu's Church
Website : https://nine-yusha.com/
Desc page : https://nine-yusha.com/plugin-encounter-adjust/
File name : LL_EncounterAdjust.js
Help of plugin :
* @target MZ * @plugindesc Adjusts the number of steps required for encounters to occur. * @author Lulu's Church * @url https://nine-yusha.com/plugin * * @help LL_EncounterAdjust.js * * In the default encounter step calculation, it is theoretically possible for * an encounter to occur after just 1 step. * * When this plugin is enabled, the number of steps required for encounters * will be randomly set according to the dispersion rate. * For example, on a map with an encounter step count of 30 and a dispersion * rate of 50%, encounters will occur between 15 and 45 steps. * (No encounters will occur between steps 1 and 14.) * * Terms of use: * ・No copyright notice required. * ・No report needed for use. * ・Free for commercial and non-commercial. * ・No restriction for adult works. * ・You may modify freely for your game. * ・Redistribution as plugin material (incl. modified) prohibited. * * Author: Lulu's Church * Date: 2020/10/13 * * @param encountRate * @text Dispersion Rate * @desc Sets the dispersion rate (%) for the number of steps before an encounter. * @default 50 * @type number * @min 0 * @max 100