MZ用プラグイン

アイテムの最大所持数変更 - MaxItem.js

シェア用テキスト:
▼アイテムの最大所持数変更(ポテトードラゴン様作) - MaxItem.js
https://plugin-mz.fungamemake.com/archives/3779
アイテムの最大所持数を変更します。

ふりがな:あいてむのさいだいしょじすうへんこう

機能概要: アイテムの最大所持数を変更します。

利用規約(ライセンス): MITライセンス

作者:ポテトードラゴン

作者サイト:https://x.com/pota_gon

解説ページ:https://github.com/pota-gon/RPGMakerMZ/wiki

ファイル名:MaxItem.js

プラグインのヘルプ:

*:
@plugindesc
アイテムの最大所持数変更 Ver1.6.4(2021/9/23)

@url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/Max/MaxItem.js
@base Potadra
@orderAfter Potadra
@target MZ
@author ポテトードラゴン

・アップデート情報
- リファクタ

Copyright (c) 2021 ポテトードラゴン
Released under the MIT License.
https://opensource.org/licenses/mit-license.php

@help
## 概要
アイテムの最大所持数を変更します。

## 使い方
パラメータを変更し、最大所持数を変更してください。  
プラグイン導入時は、9999が最大所持数です。

アイテムのメモ欄に <最大所持数:9999> のように  
指定すると個別に最大所持数を設定できます。

また、<最大桁数:00000>のように設定すると  
アイテム一覧時の桁数の表示範囲を調整できます。

@param MaxItem
@type number
@text アイテム最大所持数
@desc アイテムの最大所持数
@default 9999
@min 0

@param MaxDigits
@type string
@text 個数表示の最大桁数
@desc 個数表示の最大桁数
@default 0000

@param MaxCol
@type number
@text アイテム列
@desc アイテムの列
@default 2
@min 1

@param AutoSell
@type boolean
@text 自動売却
@desc 最大値を超えたときに、アイテムを自動売却するか
@on 自動売却する
@off 自動売却しない
@default false

@param SellRate
@parent AutoSell
@type number
@text 自動売却レート
@desc 自動売却倍率
@min 0
@decimals 2
@default 0.50

@param MaxItemMetaName
@text 最大所持数タグ
@desc 最大所持数に使うメモ欄タグの名称
デフォルトは 最大所持数
@default 最大所持数

@param MaxDigitsMetaName
@text 最大桁数タグ
@desc 最大桁数に使うメモ欄タグの名称
デフォルトは 最大桁数
@default 最大桁数
*/

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.