当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma スキルに詳細説明文を追加 - DarkPlasma_SkillDetail.js
シェア用テキスト:
▼DarkPlasma スキルに詳細説明文を追加(DarkPlasma様作) - DarkPlasma_SkillDetail.js
https://plugin-mz.fungamemake.com/archives/4283
スキル画面のスキルにカーソルを合わせて特定のボタンを押すとスキル詳細説明画面を開きます。
ふりがな:すきるにしょうさいせつめいぶんをついか
機能概要: スキル画面のスキルにカーソルを合わせて特定のボタンを押すとスキル詳細説明画面を開きます。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://elleonard.github.io/DarkPlasma-MZ-Plugins/2022/…
ファイル名:DarkPlasma_SkillDetail.js
プラグインのヘルプ:
/*:ja * @plugindesc スキルに詳細説明文を追加する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_CustomKeyHandler * @orderAfter DarkPlasma_CustomKeyHandler * * @param openDetailKey * @desc 詳細説明を開くためのボタン * @text 詳細説明ボタン * @type select * @option pageup * @option pagedown * @option shift * @option control * @option tab * @default shift * * @help * version: 1.0.0 * スキル画面のスキルにカーソルを合わせて特定のボタンを押すと * スキル詳細説明画面を開きます。 * * スキルのメモ欄に下記のような記述で詳細説明を記述できます。 * <detail:詳細説明文。 * ~~~~。> * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_CustomKeyHandler version:1.1.0 * 下記プラグインと共に利用する場合、それよりも下に追加してください。 * DarkPlasma_CustomKeyHandler */