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.
Simple Map Shade - SimpleMapShade.js
Plugin desc : It represents the shade.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/503958183.html
File name : SimpleMapShade.js
Help of plugin :
* @target MZ * @plugindesc It represents the shade. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/503958183.html * @help Ver.1.4.0 * Darkens the character when there is a map shadow under their feet. * It also supports half step movement and dot movement plugins. * * Adding <shadeFlagOnly> to a map's notes will switch it into Single-Picture Map mode, * allowing you to set only the shade flags, without displaying shadows. * * @param shadeDepth * @text Shade Depth * @desc Specify 0-255. * @type number * @max 255 * @default 64 * * @param updateFrequency * @text Update Frequency * @desc High: Always checks while moving * Low: Checks before and after moving (same as bushes) * @type boolean * @on High * @off Low * @default true * * @param regionId * @text Region ID * @desc Do not display shadows on the region (flag only). * @default 0 * * @param terrainTag * @text Terrain Tag * @desc Do not display shadows on the terrain (flag only). * @default 0 *