Dark Plasma Help Item - DarkPlasma_HelpItem.js

▼Dark Plasma Help Item(DarkPlasma様作) - DarkPlasma_HelpItem.js
https://plugin.fungamemake.com/archives/12858
セーブデータをロードした際に特定のアイテムをプレイヤーに獲得させます。詰んでしまったプレイヤーの救済などにどうぞ
ふりがな:へるぷあいてむ
機能概要: セーブデータをロードした際に特定のアイテムをプレイヤーに獲得させます。詰んでしまったプレイヤーの救済などにどうぞ
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://twitter.com/plasma_dark
解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins
ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…
ファイル名:DarkPlasma_HelpItem.js
プラグインのヘルプ:
/*: * @plugindesc 救済アイテム配布 * @author DarkPlasma * * @license MIT * * @help * ロード直後に、プレイヤーに対して救済アイテムを配布します * 配布条件スイッチと配布アイテムを選択してください * * @param helpItem * @text 配布アイテム設定 * @type struct<HelpItem>[] */ /*~struct~HelpItem: * @param switch * @text 配布条件スイッチ * @type switch * * @param switchState * @text スイッチ状態 * @type boolean * @default true * * @param item * @text 配布アイテム * @type item * * @param itemNum * @text 配布アイテム数 * @type number * @default 1 * * @param ifNotHas * @text 持っていない時のみ配布するか * @type boolean * @default true */