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 Base MV - LL_MenuScreenBaseMV.js
Plugin desc : Common base plugin for menu screen standing picture settings.
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_MenuScreenBaseMV.js
Help of plugin :
* @target MV * @plugindesc Common base plugin for menu screen standing picture settings. * @author Lulu's Church * @url https://nine-yusha.com/plugin-menuscreen/ * * @help LL_MenuScreenBaseMV.js * * Common base plugin for menu screen standing picture settings. * Define standing picture lists for each actor in this plugin. * * You can define multiple standing pictures with state, switch, * and variable conditions, such as: * - Standing picture when Switch 1 is ON and poisoned * - Standing picture when Variable 1 ≥ 10 and poisoned * - Standing picture when Switch 1 is ON * - Standing picture when poisoned * - Normal standing picture with no conditions (required minimum) * * Switching by remaining HP%: * First create a standing picture list with "Remaining HP%" set to 100. * Copy it and change "Remaining HP%" to 50 to duplicate the list. * When HP drops to 50% or below, the picture set to 50 will be used. * Multiple pictures can be defined per HP% as well. * * Display priority of image files: * 1. Matches State ID, Switch ID, and Variable conditions * 2. Matches both State ID and Switch ID * 3. Matches both State ID and Variable conditions * 4. Matches State ID only * 5. Matches both Switch ID and Variable conditions * 6. Matches Switch ID only * 7. Matches Variable conditions only * 8. No conditions (State ID, Switch ID, Variable not set) * (Among the above, the one with the lowest HP% is prioritized) * * Battle plugin integration: * If LL_StandingPictureBattleMV is installed, * you can link directly with battle standing picture lists. * * 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: 2022/3/7 * * @param menuPictures * @text Standing Picture List * @desc Define standing pictures for menu screen. * You can define multiple pictures for states or switches. * @default [] * @type struct<menuPictures>[] * * @param onSpbPlugin * @text Battle Plugin Link * @desc * This item is not used * * @param onSpbPluginEnable * @text Link Picture List * @desc Link with LL_StandingPictureBattle picture list. * If ON, this plugin's picture list is ignored. * @default false * @type boolean * @parent onSpbPlugin