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.
Region Base - RegionBase.js
Plugin desc : Region Base Plugin
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : triacontane
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginsofficial RegionBase.js
File name : RegionBase.js
Help of plugin :
* @target MZ * @plugindesc Region Base Plugin * @author triacontane * @base PluginCommonBase * @orderAfter PluginCommonBase * @url * * @param regionList * @text Region List * @desc List of region data. * @default [] * @type struct<Record>[] * * @param terrainTagList * @text Terrain Tag List * @desc List of terrain tag data. * @default [] * @type struct<Record>[] * * @help RegionBase.js * * Offers a database of regions and terrain tags. * The specs generally follow RPG Maker MV Trinity. * The plug-in offers the following functions using regions and terrain tags as triggers. * -Event, player passage determination (4 dir included) * -Ladders, bushes, counters, damage floors * -Calling of common events (3 trigger types) * -Switches that turn ON only when a tile is entered * -Traits enabled only when a tile is entered * -Notes field * * The database can be referred to from scripts and external plug-ins with the following script. * Please note that when not configured, or if the index set to [0], the content will become undefined. * * $dataSystem.regions[ID]; * $dataSystem.terrainTags[ID];