当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 装備絞り込み機能 - DarkPlasma_FilterEquip_RecentlyGained.js
シェア用テキスト:
▼DarkPlasma 装備絞り込み機能(DarkPlasma様作) - DarkPlasma_FilterEquip_RecentlyGained.js
https://plugin-mz.fungamemake.com/archives/3696
装備の特徴による絞り込み機能を提供します。装備選択中にshiftキーを押すことで絞り込みモードを開始します。
ふりがな:そうびしぼりこみきのう
機能概要: 装備の特徴による絞り込み機能を提供します。装備選択中にshiftキーを押すことで絞り込みモードを開始します。
利用規約(ライセンス): 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_FilterEquip_RecentlyGained.js
プラグインのヘルプ:
/*:ja * @plugindesc 最近入手した装備を絞り込む * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @base DarkPlasma_FilterEquip * * @param threshold * @desc この件数だけ装備の入手履歴を記録し、この履歴に含まれる装備を最近入手した装備として扱います * @text 装備入手記録数 * @type number * @default 5 * @min 1 * * @param traitName * @desc 絞り込み時に表示する特徴の名前を指定します * @text 特徴名 * @type string * @default 最近入手した装備 * * @help * version: 1.0.1 * DarkPlasma_FilterEquipによる装備絞り込みに「最近入手した装備」を追加します。 * * 本プラグインの利用には下記プラグインを必要とします。 * DarkPlasma_FilterEquip version:0.0.5 */