「マップ上で取得アイテム名とアイコンをポップアップ表示するプラグイン」です。
こちらはRPGツクールMV向けの記事です。
RPGツクールMZ向けの記事もございます。
最新版は Moghunter 様のサイトでポルトガル語版が配布されています。
mogplugins.wordpress.com/rpg-maker-mv/
上記で全てのプラグインが入ったサンプルプロジェクトが配布されています。
各プラグインを動作させるための画像素材も入っているため、サンプルプロジェクトをダウンロードし、日本語版を差し替えて試してください。
どなたかのお役に立てば幸いです。
/*:ja
* @plugindesc (v1.1) マップ上で取得アイテム名とアイコンをポップアップ表示します。
* @author Moghunter
*
* @param Duration
* @text トレジャー表示時間
* @default 15
*
* @param Fade Speed
* @text フェード速度
* @default 5
*
* @param X - Axis
* @text X軸位置
* @desc 正:右 / 負:左
* @default 0
*
* @param Y - Axis
* @text Y軸位置
* @desc 正:下 / 負:上
* @default -32
*
* @param Random Movement
* @text ランダム移動の有効化
* @type boolean
* @on 有効
* @off 無効
* @default false
*
* @param X Speed
* @text X軸の移動速度
* @desc 正:下 / 負:上
* @default 0
*
* @param Y Speed
* @text Y軸の移動速度
* @desc 正:下 / 負:上
* @default 1
*
* @param Font Size
* @text フォントサイズ
* @type number
* @max 9007
* @default 16
*
* @param Icon Scale
* @text アイコン拡大率
* @desc 0.10から3.00
* @type number
* @min 0.10
* @max 3.00
* @decimals 2
* @default 0.60
*
* @param Treasure Space Y-Axis
* @text アイテム同士の間隔
* @default 20
*
* @param Zoom Effect
* @text ズーム効果の有効化
* @type boolean
* @on 有効
* @off 無効
* @default false
*
* @param Gold Popup
* @text 通貨ポップアップの有効化
* @type boolean
* @on 有効
* @off 無効
* @default true
*
* @param Gold Icon Index
* @text 通貨アイコン
* @desc アイコンのインデックス番号で指定
* @type number
* @max 9007
* @default 163
*
* @help
* 翻訳:ムノクラ
* https://fungamemake.com/
* https://twitter.com/munokura/
*
* ===========================================================================
* +++ MOG - Treasure Popup (v1.1) +++
* By Moghunter
* https://atelierrgss.wordpress.com/
* ===========================================================================
* マップ上で取得アイテム名とアイコンをポップアップ表示します。
* ===========================================================================
* プラグインコマンド
* ===========================================================================
* 以下のコマンドでシステムを有効/無効にします。
*
* hide_treasure_popup
*
* show_treasure_popup
*
* ===========================================================================
* 更新履歴
* ===========================================================================
* (v1.1) - コーディングとプラグインの互換性を改善
*
*/