当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Treasure Popup - MOG_TreasurePopup.js
シェア用テキスト:
▼日本語版 MOG Treasure Popup(Moghunter様作) - MOG_TreasurePopup.js
https://plugin-mz.fungamemake.com/archives/3537
マップ上で取得アイテム名とアイコンをポップアップ表示
ふりがな:とれじゃーぽっぷあっぷ
機能概要: マップ上で取得アイテム名とアイコンをポップアップ表示
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/15126
ファイル名:MOG_TreasurePopup.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.1) マップ上で取得アイテム名とアイコンをポップアップ表示します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_TreasurePopup.js * * @param Duration * @text 表示時間 * @desc 表示時間 * @default 15 * * @param Fade Speed * @text フェード速度 * @desc フェード速度 * @default 5 * * @param X - Axis * @text X軸位置 * @desc X軸の位置 * @default 0 * * @param Y - Axis * @text Y軸位置 * @desc Y軸の位置 * @default -32 * * @param Random Movement * @text ランダム移動の有効化 * @desc ランダム移動の有効設定 * @type boolean * @on 有効 * @off 無効 * @default false * * @param X Speed * @text X軸の移動速度 * @desc X軸の移動速度 * @default 0 * * @param Y Speed * @text Y軸の移動速度 * @desc Y軸の移動速度 * @default 1 * * @param Font Size * @text フォントサイズ * @desc フォントサイズの設定 * @default 16 * * @param Icon Scale * @text アイコン拡大サイズ * @desc アイコンは0.10から3.00にズームします * @default 0.60 * * @param Treasure Space Y-Axis * @text アイテム同士の間隔 * @desc アイテム同士の間隔 * @default 20 * * @param Zoom Effect * @text ズーム効果の有効化 * @desc ズーム効果の有効化 * @type boolean * @on 有効 * @off 無効 * @default false * * @param Gold Popup * @text 通貨ポップアップ表示の有効化 * @desc 通貨ポップアップ表示の有効化 * @type boolean * @on 有効 * @off 無効 * @default true * * @param Gold Icon Index * @text 通貨アイコン * @desc 通貨アイコンのインデックス番号 * @default 163 * * @command TreasurePopVisible * @desc ポップアップを有効または無効にします。 * @text 有効化 / 無効化 * * @arg enable * @desc 有効または無効にします。 * @text 有効化 * @default true * @type boolean * @on 有効 * @off 無効 * * @help * 翻訳: * https://fungamemake.com/ * * =========================================================================== * +++ MOG - Treasure Popup (v1.1) +++ * By Moghunter * https://mogplugins.wordpress.com * =========================================================================== * マップ上で取得アイテム名とアイコンをポップアップ表示します。 * * =========================================================================== * プラグインコマンド * =========================================================================== * システムを有効/無効にするプラグインコマンドがあります。 * * =========================================================================== * * 更新履歴 * =========================================================================== * (v1.1) エンコーディングに関連するソート機能の修正。 * */