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.
LL Menu Screen Status - LL_MenuScreenStatus.js
Plugin desc : Display standing pictures on the status screen.
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-menuscreen/
File name : LL_MenuScreenStatus.js
Help of plugin :
* @target MZ * @plugindesc Display standing pictures on the status screen. * @author Lulu's Church * @url https://nine-yusha.com/plugin-menuscreen/ * @base LL_MenuScreenBase * @orderAfter LL_MenuScreenBase * * @help LL_MenuScreenStatus.js * * This plugin displays standing pictures on the status screen. * * Please configure the standing picture list in LL_MenuScreenBase. * * To prioritize the standing picture: * - Set X and Y base coordinates toward the right. * - Set opacity to 255. * - Set EXP info to "Next Level Only". * - Disable equipment list. * - Disable divider lines. * * No plugin commands. * * 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/11/08 * * @param pictureSettings * @text Standing Picture Settings * @desc * This section is unused. * * @param statusWindowPictureX * @text X Base Coordinate * @desc X position to display standing picture in status screen. * @default 0 * @min -2000 * @max 2000 * @type number * @parent pictureSettings * * @param statusWindowPictureY * @text Y Base Coordinate * @desc Y position to display standing picture in status screen. * @default 0 * @min -2000 * @max 2000 * @type number * @parent pictureSettings * * @param statusWindowPictureOpacity * @text Picture Opacity * @desc Opacity of the standing picture (0–255). (Default: 160) * @type number * @default 160 * @min 0 * @max 255 * @parent pictureSettings * * @param windowSettings * @text Window Settings * @desc * This section is unused. * * @param showActorFace * @text Show Face Graphic * @desc Show the actor’s face graphic. * @default true * @type boolean * @parent windowSettings * * @param showExpInfos * @text Show EXP Info * @desc Choose how to display EXP info. * @default all * @type select * @option Show All * @value all * @option Next Level Only * @value nextLevel * @option Do Not Show * @value off * @parent windowSettings * * @param showEquipLists * @text Show Equipment List * @desc Display a list of equipped items. * @default true * @type boolean * @parent windowSettings * * @param showLines * @text Show Divider Lines * @desc Show divider lines inside the window. * @default true * @type boolean * @parent windowSettings