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

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

MZ plugins

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

スポンサードリンク

-MZ plugins

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