当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
GOG トレジャーアイコンのポップアップ - GOG_TgrIconPopup.js
シェア用テキスト:
▼GOG トレジャーアイコンのポップアップ(GrayOgre様作) - GOG_TgrIconPopup.js
https://plugin-mz.fungamemake.com/archives/3051
ドロップアイテム獲得時に、指定アイコンをポップアップ表示する。
ふりがな:とれじゃーあいこんのぽっぷあっぷ
機能概要: ドロップアイテム獲得時に、指定アイコンをポップアップ表示する。
利用規約(ライセンス): MITライセンス
作者:GrayOgre
作者サイト:https://grayogre.info/
解説ページ:https://grayogre.info/rmmz/plugin/GOG_TgrIconPopup.html
ファイル名:GOG_TgrIconPopup.js
プラグインのヘルプ:
/*: * @target MZ * @plugindesc トレジャーアイコンのポップアップ * @author GrayOgre * @url https://grayogre.info/rmmz/plugin/index.html * @help * * このプラグインは以下の機能を提供します。 * + ドロップアイテム獲得時に、指定アイコンをポップアップ表示する。 * * アイテムのメモ欄に<RotatePopup:アイコン番号>と記載すると * そのアイテムがドロップした場合、指定されたアイコン番号の * アイコンが回転しながらポップアップする。 * * プラグインコマンドはありません。 * * var 1.1.1 * * Copyright (c) 2021 GrayOgre * Released under the MIT license * https://opensource.org/licenses/mit-license.php * * * @param RealtimeGain * @text 即時取得 * @desc エネミーが倒された直後にアイテム取得処理をします。 * @type boolean * @on 有効 * @off 無効 * @default false * @param AnimationType * @text アニメーションタイプ * @desc アイコンのアニメーション方法 * @type select * @option バウンド * @value 0 * @option フローティング * @value 1 * @default 0 * @param FadeDuration * @text 表示時間 * @desc アイコンを表示している時間 * @type number * @default 20 * @param IconScale * @text アイコン拡大率 * @desc 初期表示時のアイコン拡大率 * @type number * @decimals 2 * @default 0.8 * @param FirstIconId * @text ファーストアイコンID * @desc ドロップ1番目のアイコン番号 * @default 89 * @param SecondIconId * @text セカンドアイコンID * @desc ドロップ2番目のアイコン番号 * @default 88 * @param ThirdIconId * @text サードアイコンID * @desc ドロップ3番目のアイコン番号 * @default 87 * @param RotateSpeed * @text 回転時の速度 * @desc 回転時の速度を指定する * @type number * @decimals 2 * @default 8 * @param RotateDirection * @text 回転方向 * @desc 回転時の方向 * @type select * @option 右のみ * @value 1 * @option 左右ランダム * @value 0 * @option 左のみ * @value -1 * @default 1 * */