Welcome to PGMV! 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 MV - LL_MenuScreenStatusMV.js
Plugin desc : Displays 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_MenuScreenStatusMV.js
Help of plugin :
* @target MV * @plugindesc Displays standing pictures on the status screen. * @author Lulu's Church * @url https://nine-yusha.com/plugin-menuscreen/ * @base LL_MenuScreenBaseMV * @orderAfter LL_MenuScreenBaseMV * * @help LL_MenuScreenStatusMV.js * * Displays standing pictures on the status screen. * * Configure the picture list in "LL_MenuScreenBase". * * If you want standing pictures to have priority display, set as follows: * X/Y base position: Shift more to the right * Opacity: 255 * EXP info display: Next Level Only * Equipment list display: false * Separator lines display: false * * There are 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/11 * * @param pictureSettings * @text Picture Settings * @desc * This item is not used * * @param statusWindowPictureX * @text X Base Position * @desc X position of standing picture on the status screen. * @default 0 * @min -2000 * @max 2000 * @type number * @parent pictureSettings * * @param statusWindowPictureY * @text Y Base Position * @desc Y position of standing picture on the status screen. * @default 0 * @min -2000 * @max 2000 * @type number * @parent pictureSettings * * @param statusWindowPictureOpacity * @text Opacity * @desc Opacity of standing picture (0–255). (Default: 160) * @type number * @default 160 * @min 0 * @max 255 * @parent pictureSettings * * @param windowSettings * @text Window Settings * @desc * This item is not used * * @param showActorFace * @text Show Actor Face * @desc Display actor face graphic. * @default true * @type boolean * @parent windowSettings * * @param showExpInfos * @text Show EXP Info * @desc Select how to display EXP info. * @default all * @type select * @option Show All * @value all * @option Next Level Only * @value nextLevel * @option Hide * @value off * @parent windowSettings * * @param showEquipLists * @text Show Equipment List * @desc Display equipment list. * @default true * @type boolean * @parent windowSettings * * @param showLines * @text Show Separator Lines * @desc Display separator lines inside window. * @default true * @type boolean * @parent windowSettings