Dark Plasma 全戦闘で共通のドロップアイテムを設定 - DarkPlasma_CommonDropItem.js
シェア用テキスト:
▼Dark Plasma 全戦闘で共通のドロップアイテムを設定(DarkPlasma様作) - DarkPlasma_CommonDropItem.js
https://plugin.fungamemake.com/archives/23867
全ての戦闘において共通でドロップするアイテムを設定できます。
ふりがな:ぜんせんとうできょうつうのどろっぷあいてむをせってい
機能概要: 全ての戦闘において共通でドロップするアイテムを設定できます。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins
ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…
ファイル名:DarkPlasma_CommonDropItem.js
プラグインのヘルプ:
/*: * @plugindesc 全戦闘で共通のドロップアイテムを設定するプラグイン * @author DarkPlasma * @license MIT * * @param Common Drop Items * @desc 共通ドロップアイテム * @text 共通ドロップアイテム * @type struct<CommonDropItem>[] * @default [] * * @param Common Drop Weapons * @desc 共通ドロップ武器 * @text 共通ドロップ武器 * @type struct<CommonDropWeapon>[] * @default [] * * @param COmmon Drop Armors * @desc 共通ドロップ防具 * @text 共通ドロップ防具 * @type struct<CommonDropArmor>[] * @default [] * * @help * 全ての戦闘において共通でドロップするアイテムを設定できます。 */ /*~struct~CommonDropItem: * * @param Item Id * @desc アイテムID * @text アイテムID * @type item * @default 0 * * @param Drop Rate * @desc ドロップ確率(%) * @text ドロップ率(%) * @type number * @default 10 */ /*~struct~CommonDropWeapon: * * @param Weapon Id * @desc 武器ID * @text 武器ID * @type weapon * @default 0 * * @param Drop Rate * @desc ドロップ確率(%) * @text ドロップ率(%) * @type number * @default 10 */ /*~struct~CommonDropArmor: * * @param Armor Id * @desc 防具ID * @text 防具ID * @type armor * @default 0 * * @param Drop Rate * @desc ドロップ確率(%) * @text ドロップ率(%) * @type number * @default 10 */