MOG Treasure Popup - MOG_TreasurePopup.js
シェア用テキスト:
▼MOG Treasure Popup(Moghunter様作) - MOG_TreasurePopup.js
https://plugin.fungamemake.com/archives/19252
マップ上で取得アイテム名とアイコンをポップアップ表示
ふりがな:とれじゃーぽっぷあっぷばとる
機能概要: マップ上で取得アイテム名とアイコンをポップアップ表示
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/3118
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_TreasurePopup.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.1) マップ上で取得アイテム名とアイコンをポップアップ表示します。 * @author Moghunter * * @param Duration * @desc トレジャープレゼンテーション期間 * @default 15 * * @param Fade Speed * @desc フェード速度 * @default 5 * * @param X - Axis * @desc X軸の位置 * @default 0 * * @param Y - Axis * @desc Y軸の位置 * @default -32 * * @param Random Movement * @desc ランダム移動の有効設定 * @type boolean * @on 有効 * @off 無効 * @default false * * @param X Speed * @desc X軸の移動速度 * @default 0 * * @param Y Speed * @desc Y軸の移動速度 * @default 1 * * @param Font Size * @desc フォントサイズの設定 * @default 16 * * @param Icon Scale * @desc アイコンは0.10から3.00にズームします * @default 0.60 * * @param Treasure Space Y-Axis * @desc アイテム同士の間隔 * @default 20 * * @param Zoom Effect * @desc ズーム効果の有効設定 * @type boolean * @on 有効 * @off 無効 * @default false * * @param Gold Popup * @desc 通貨ポップアップ表示の有効設定 * @type boolean * @on 有効 * @off 無効 * @default true * * @param Gold Icon Index * @desc 通貨アイコンのインデックス番号 * @default 163 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Treasure Popup (v1.1) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * マップ上で取得アイテム名とアイコンをポップアップ表示します。 * =========================================================================== * プラグインコマンド * =========================================================================== * 以下のコマンドでシステムを有効/無効にします。 * * hide_treasure_popup * * show_treasure_popup * * ============================================================================ * 更新履歴 * ============================================================================ * (v1.1) - コーディングとプラグインの互換性を改善 * */
