Dark Plasma Skill Detail - DarkPlasma_SkillDetail.js

シェア用テキスト:
▼Dark Plasma Skill Detail(DarkPlasma様作) - DarkPlasma_SkillDetail.js
https://plugin.fungamemake.com/archives/27087
スキルに詳細説明文を追加する

ふりがな:すきるしょうさい

機能概要: スキルに詳細説明文を追加する

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

作者:DarkPlasma

作者サイト:https://twitter.com/plasma_dark

解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins

ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…

ファイル名:DarkPlasma_SkillDetail.js

プラグインのヘルプ:

/*:
 * @plugindesc スキルに詳細説明文を追加するプラグイン
 * @author DarkPlasma
 * @license MIT
 *
 * @param Open Detail Key
 * @desc 詳細説明を開くためのボタン
 * @text 詳細説明ボタン
 * @type select
 * @option pageup
 * @option pagedown
 * @option shift
 * @option control
 * @option tab
 *
 * @param Detail Window Setting
 * @text 詳細ウィンドウ設定
 *
 * @param Detail Window X
 * @desc 詳細説明ウィンドウの左上X座標
 * @text 左上X座標
 * @type string
 * @default 100
 * @parent Detail Window Setting
 *
 * @param Detail Window Y
 * @desc 詳細説明ウィンドウの左上Y座標
 * @text 左上Y座標
 * @type string
 * @default 100
 * @parent Detail Window Setting
 *
 * @param Detail Window Width
 * @desc 詳細説明ウィンドウの横幅
 * @text 横幅
 * @type string
 * @default Graphics.boxWidth - 100
 * @parent Detail Window Setting
 *
 * @param Detail Window Height
 * @desc 詳細説明ウィンドウの高さ
 * @text 高さ
 * @type string
 * @default Graphics.boxHeight - 100
 * @parent Detail Window Setting
 *
 * @param Enable Cursor In Detail Window
 * @desc 詳細説明ウィンドウを開いているときにカーソル移動を有効にするかどうか
 * @text カーソル有効
 * @type boolean
 * @default true
 * @parent Detail Window Setting
 *
 * @param Hide Skill List Window
 * @desc 詳細説明ウィンドウを開いているときにスキルリストウィンドウを隠すかどうか
 * @text リストウィンドウを隠す
 * @type boolean
 * @default false
 * @parent Detail Window Setting
 *
 * @help
 * スキル画面のスキルにカーソルを合わせて特定のボタンを押すと
 * スキル詳細説明画面を開きます。
 */

スポンサードリンク

スポンサードリンク

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