当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 戦闘の手引書表示 - DarkPlasma_BattleGuide.js
シェア用テキスト:
▼DarkPlasma 戦闘の手引書表示(DarkPlasma様作) - DarkPlasma_BattleGuide.js
https://plugin-mz.fungamemake.com/archives/5290
戦闘中に手引書を表示することができます。
ふりがな:せんとうのてびきしょひょうじ
機能概要: 戦闘中に手引書を表示することができます。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_BattleGuide.js
プラグインのヘルプ:
/*: * @plugindesc 戦闘の手引書表示 * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_CustomKeyHandler * @base DarkPlasma_ManualText * @orderAfter DarkPlasma_CustomKeyHandler * @orderAfter DarkPlasma_ManualText * * @param guides * @text 手引書 * @type struct<Guide>[] * @default [] * * @param listWidth * @desc 手引書の目次ウィンドウの横幅を設定します。 * @text 目次横幅 * @type number * @default 240 * * @param fontSize * @desc 手引書のフォントサイズを設定します。 * @text フォントサイズ * @type number * @default 22 * * @param showPageNumber * @desc ページ番号の表示戦略を設定します。 * @text ページ番号表示 * @type select * @option default(2ページ以上の場合表示) * @value 0 * @option always(常に表示) * @value 1 * @option no(表示なし) * @value 2 * @default 0 * * @param key * @text 手引書を開くキー * @type select * @option * @option pageup * @option pagedown * @option shift * @option control * @option tab * * @param addPartyCommand * @text パーティコマンドに追加する * @type boolean * @default true * * @param partyCommandName * @text パーティコマンド名 * @type string * @default 手引書 * * @help * version: 1.2.4 * 戦闘中に手引書を表示することができます。 * * SceneGlossaryのSG説明、SGDescriptionのみを参照できます。 * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_CustomKeyHandler version:1.1.0 * DarkPlasma_ManualText version:1.3.0 * 下記プラグインと共に利用する場合、それよりも下に追加してください。 * DarkPlasma_CustomKeyHandler * DarkPlasma_ManualText */