Dark Plasma Skill Cost Extension - DarkPlasma_SkillCostExtension.js
シェア用テキスト:
▼Dark Plasma Skill Cost Extension(DarkPlasma様作) - DarkPlasma_SkillCostExtension.js
https://plugin.fungamemake.com/archives/23633
スキルのメモ欄でコストを追加できます。
ふりがな:すきるこすとえくすてんしょん
機能概要: スキルのメモ欄でコストを追加できます。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins
ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…
ファイル名:DarkPlasma_SkillCostExtension.js
プラグインのヘルプ:
/*: * @plugindesc スキルコストを拡張するプラグイン * @author DarkPlasma * @license MIT * * @help * スキルのメモ欄に以下のように記述するとコストを追加できます。 * * <SkillCost: * hp:(消費HP 固定値) * hpRate:(消費HP 最大値に対する割合) * mpRate:(消費MP 最大値に対する割合) * item:(アイテムID):(個数) * gold:(お金) * > * * 指定する項目はどれか一つでもよく また、itemについては複数指定が可能です。 * * 例1: アイテムID1とアイテムID2を一つずつ消費するスキル * * <SkillCost: * item:1:1 * item:2:1 * > */