当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
アイテムリスト画像化 - NUUN_ItemListImage.js
シェア用テキスト:
▼アイテムリスト画像化(NUUN様作) - NUUN_ItemListImage.js
https://plugin-mz.fungamemake.com/archives/7863
アイテムリスト画像化
ふりがな:あいてむりすとがぞうか
機能概要: アイテムリスト画像化
利用規約(ライセンス): MITライセンス
作者:NUUN
ダウンロードページ:https://raw.githubusercontent.com/nuun888/MZ/refs/heads…
ファイル名:NUUN_ItemListImage.js
プラグインのヘルプ:
* @target MZ
* @plugindesc アイテムリスト画像化
* @author NUUN
* @base NUUN_Base
* @orderAfter NUUN_Base
* @orderBefore NUUN_ItemNum
* @version 1.0.1
*
* @help
* アイテム一覧に画像を表示させます。
*
* アイテムのメモ欄
* <ItemListImg:[url]> 画像を表示します。
* [url]:pictures直下の画像
*
* 利用規約
* このプラグインはMITライセンスで配布しています。
*
* 更新履歴
* 2024/10/13 Ver.1.0.1
* 設定画像の未使用ファイルを除外するを除外するように修正。
* 2024/10/12 Ver.1.0.0
* 初版
*
* @param ItemNameShow
* @text アイテム名表示
* @desc アイテム名を表示します。
* @type boolean
* @default true
*
* @param ItemSetting
* @text アイテム設定
* @default ------------------------------
*
* @param ItemWindowSetting
* @desc アイテムウィンドウの表示設定を行います。
* @text アイテムウィンドウ表示設定
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"5","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent ItemSetting
*
* @param ShopItemSetting
* @text ショップ設定
* @default ------------------------------
*
* @param ShopWindowBuySetting
* @desc ショップウィンドウの購入時の表示設定を行います。
* @text ショップウィンドウ購入時表示設定
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"3","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent ShopItemSetting
*
* @param ShopWindowSellSetting
* @desc ショップウィンドウの売却時の表示設定を行います。
* @text ショップウィンドウ売却時表示設定
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"5","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent ShopItemSetting
*
* @param EquipItemSetting
* @text 装備一覧設定
* @default ------------------------------
*
* @param EquipWindowSetting
* @desc 装備ウィンドウの表示設定を行います。
* @text 装備ウィンドウ表示設定
* @type struct<ItemImgSetting>
* @default {"ItemImgCols":"3","ItemRectHeight":"0","ItemNameX":"0","ItemNameY":"112","ItemNumberX":"0","ItemNumberY":"0","ItemBitmapX":"-1"}
* @parent EquipItemSetting
*
* @param BattleItemSetting
* @text 戦闘アイテム一覧設定
* @default ------------------------------
*
* @param BattleWindowSetting
* @desc 戦闘アイテムウィンドウの表示設定を行います。
* @text 戦闘アイテムウィンドウ表示設定
* @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
*