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.
CSVN toggle Status Params - CSVN_toggleStatusParams.js
Plugin desc : Toggle show/hide of status params.
License : MIT License
Author : cursed_steven
Website : https://github.com/cursed-steven/rmmz/blob/main/CSVN_toggleStatusParams.js
Desc page : https://note.com/cursed_steven/n/ne5da99d8d97a
Download Page : https://raw.githubusercontent.com/cursed-steven/rmmz/main/CSVN_toggleStatusParams.js
File name : CSVN_toggleStatusParams.js
Help of plugin :
* @target MZ * @plugindesc Toggle show/hide of status params. * @base PluginCommonBase * @orderAfter PluginCommonBase * @author cursed_steven * @url https://note.com/cursed_steven/n/ne5da99d8d97a * * @help CSVN_toggleStatusParams.js * * Toggle show/hide of atk/def/mat/mdf/agi/luk in status window * with plugin settings. * * Terms: * No permission needed for change or re-distribute this plugin. * But I will be glad to being informed you used or reffered this. * * @param atk * @text atk * @type boolean * @on Show * @off Hide * @default true * * @param def * @text def * @type boolean * @on Show * @off Hide * @default true * * @param mat * @text mat * @type boolean * @on Show * @off Hide * @default true * * @param mdf * @text mdf * @type boolean * @on Show * @off Hide * @default true * * @param agi * @text agi * @type boolean * @on Show * @off Hide * @default true * * @param luk * @text luk * @type boolean * @on Show * @off Hide * @default true