MZ用プラグイン

DarkPlasma アイテムの詳細説明文を表示する - DarkPlasma_ItemDetail.js

シェア用テキスト:
▼DarkPlasma アイテムの詳細説明文を表示する(DarkPlasma様作) - DarkPlasma_ItemDetail.js
https://plugin-mz.fungamemake.com/archives/5084
アイテム画面のアイテムにカーソルを合わせて特定のボタンを押すとアイテム詳細説明画面を開きます。

ふりがな:あいてむのしょーさいせつめーぶんおひょーじする

機能概要: アイテム画面のアイテムにカーソルを合わせて特定のボタンを押すとアイテム詳細説明画面を開きます。

利用規約(ライセンス): MITライセンス

作者:DarkPlasma

作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html

解説ページ:https://elleonard.github.io/DarkPlasma-MZ-Plugins/2023/…

ファイル名:DarkPlasma_ItemDetail.js

プラグインのヘルプ:

/*:
 * @plugindesc アイテムの詳細説明文を表示する
 * @author DarkPlasma
 * @license MIT
 *
 * @target MZ
 * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
 *
 * @base DarkPlasma_CustomKeyHandler
 * @base DarkPlasma_DisplayDatabaseDetailWindow
 * @orderAfter DarkPlasma_CustomKeyHandler
 * @orderAfter DarkPlasma_DisplayDatabaseDetailWindow
 *
 * @param openDetailKey
 * @desc 詳細説明を開くためのボタン
 * @text 詳細説明ボタン
 * @type select
 * @option pageup
 * @option pagedown
 * @option shift
 * @option control
 * @option tab
 * @default shift
 *
 * @param heightAdjustment
 * @desc 詳細ウィンドウコンテンツの高さ補正。
 * @text 詳細高さ補正
 * @type number
 * @default 32
 *
 * @help
 * version: 1.0.5
 * アイテム画面のアイテムにカーソルを合わせて特定のボタンを押すと
 * アイテム詳細説明画面を開きます。
 *
 * アイテムのメモ欄に下記のような記述で詳細説明を記述できます。
 * <detail:詳細説明文。
 * ~~~~。>
 *
 * 本プラグインの利用には下記プラグインを必要とします。
 * DarkPlasma_CustomKeyHandler version:1.3.0
 * DarkPlasma_DisplayDatabaseDetailWindow version:1.0.0
 * 下記プラグインと共に利用する場合、それよりも下に追加してください。
 * DarkPlasma_CustomKeyHandler
 * DarkPlasma_DisplayDatabaseDetailWindow
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.