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.
NUUN Item List Image - NUUN_ItemListImage.js
Plugin desc : Item list imaging
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_ItemListImage.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_ItemListImage.js
File name : NUUN_ItemListImage.js
Help of plugin :
* @target MZ
* @plugindesc Item list imaging
* @author NUUN
* @base NUUN_Base
* @orderAfter NUUN_Base
* @orderBefore NUUN_ItemNum
* @version 1.0.1
*
* @help
* Displays images in the item list.
*
* Item Notes
* <ItemListImg:[url]> Displays the image.
* [url]:Images directly under pictures
*
* Terms of Use
* This plugin is distributed under the MIT license.
*
* Log
* 10/13/2024 Ver.1.0.1
* Fixed Exclude unused files in settings images to exclude them.
* 10/12/2024 Ver.1.0.0
* First edition.
*
* @param ItemNameShow
* @text Item Name Display
* @desc Displays the item name.
* @type boolean
* @default true
*
* @param ItemSetting
* @text Item Settings
* @default ------------------------------
*
* @param ItemWindowSetting
* @desc Sets the display settings for the item window.
* @text Item window display settings
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"5","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent ItemSetting
*
* @param ShopItemSetting
* @text Shop Settings
* @default ------------------------------
*
* @param ShopWindowBuySetting
* @desc Sets the display settings for the shop window when purchasing.
* @text Shop window purchase display settings
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"3","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent ShopItemSetting
*
* @param ShopWindowSellSetting
* @desc Sets the display settings for the shop window when selling.
* @text Shop window display settings when selling
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"5","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent ShopItemSetting
*
* @param EquipItemSetting
* @text Equipment list settings
* @default ------------------------------
*
* @param EquipWindowSetting
* @desc Sets the display settings for the equipment window.
* @text Equipment window display settings
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"3","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent EquipItemSetting
*
* @param BattleItemSetting
* @text Battle Item List Settings
* @default ------------------------------
*
* @param BattleWindowSetting
* @desc Sets the display settings for the battle item window.
* @text Battle item window display settings
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"5","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent BattleItemSetting
*
* @noteParam ItemListImg
* @noteDir img/pictures
* @noteType file
* @noteData items
*