当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma スキルコスト表示を拡張 - DarkPlasma_SkillCostExtensionView.js
シェア用テキスト:
▼DarkPlasma スキルコスト表示を拡張(DarkPlasma様作) - DarkPlasma_SkillCostExtensionView.js
https://plugin-mz.fungamemake.com/archives/1298
DarkPlasma_SkillCostExtensionで設定した拡張スキルコストをスキルリスト上で表示します。
ふりがな:すきるこすとひょうじかくちょう
機能概要: DarkPlasma_SkillCostExtensionで設定した拡張スキルコストをスキルリスト上で表示します。
利用規約(ライセンス): 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_SkillCostExtensionView.js
プラグインのヘルプ:
/*:ja * @plugindesc スキルコスト表示を拡張する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_SkillCostExtension * * @param hpCostColor * @desc HPコストの色をツクールの色番号または#+6桁の16進数で指定します。 * @text HPコスト色 * @type string * @default 2 * * @param itemCostColor * @desc アイテムコストの色をツクールの色番号または#+6桁の16進数で指定します。 * @text アイテムコスト色 * @type string * @default 0 * * @param goldCostColor * @desc お金コストの色をツクールの色番号または#+6桁の16進数で指定します。 * @text お金コスト色 * @type string * @default 6 * * @param variableCostColor * @desc 変数コストの色をツクールの色番号または#+6桁の16進数で指定します。 * @text 変数コスト色 * @type string * @default 5 * * @help * version: 1.1.0 * DarkPlasma_SkillCostExtensionで設定した拡張スキルコストを * スキルリスト上で表示します。 * * 以下の優先度で対象スキルのコストを1つだけ表示します。 * 変数 > お金 > アイテム > HP > TP > MP */