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.
LN Filmic Filter Mod - LN_FilmicFilter_Mod.js
Plugin desc : LN_FilmicFilter_Mod v1.0.2 (MIT License)
License : MIT License
Author : LRIKI
Website : https://github.com/pepaperon-p/LN_FilmicFilter_Mod/blob/main/LN_FilmicFilter_Mod.js
Download Page : https://raw.githubusercontent.com/pepaperon-p/LN_FilmicFilter_Mod/main/LN_FilmicFilter_Mod.js
File name : LN_FilmicFilter_Mod.js
Help of plugin :
* @target MZ * @plugindesc LN_FilmicFilter_Mod v1.0.2 (MIT License) * @author LRIKI * @author pepaperon_p mod. * * @help Adds shooting effects to make the graphics look richer. * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * The original of this plug-in is LRIKI. * pepaperon_p adds blur strength and ON / OFF of battle scenes. * I don't think I will maintain it because it is troublesome. * Although it is MIT, it is obfuscated while respecting the original intention. * Please refer to the original for the latest version. * This plug-in is also MIT licensed. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * @param BlurIntensityX * @text Blur intensity X-axis * @desc Sets the Blur intensity for the X-axis. 0~8 * @default 8 * @min 0 * @max 8 * @type number * * @param BlurIntensityY * @text Blur intensity Y-axis * @desc Sets the Blur intensity for the Y-axis. 0~8 * @default 8 * @min 0 * @max 8 * @type number * * @param BlurOnBattle * @text Blur the battle scene * @desc Set the blur ON / OFF in the battle scene. * @default false * @type boolean