重量または商品番号で在庫スペースを制限するプラグイン – MrTS_LimitedInventory.js

タイトル
Limits inventory space by weight or item numbers.
作者名
ヘルプ
--------------------------------------------------------------------------------
Terms of Use
--------------------------------------------------------------------------------
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
--------------------------------------------------------------------------------
Version 1.0
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Item Tags
--------------------------------------------------------------------------------
<Weight: [AMOUNT]>
If using 'weight' mode, use the following to determine the weight of item.

Example:
<Weight: 5>
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Equipment Tags
--------------------------------------------------------------------------------
<InvLimitChange: [AMOUNT]>
Changes inventory limit by AMOUNT while item is equipped. Works for both modes.

<InvLimitChange: -5>
<InvLimitChange: 10>
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Plugin Commands
--------------------------------------------------------------------------------
InventoryLimit Add [AMOUNT] - Adds Amount to limit.
InventoryLimit Sub [AMOUNT] - Removes Amount from limit.
InventoryLimit Ignore - Ignores inventory limit when adding items
InventoryLimit StopIgnore - Stops ignoring inventory limit when adding items

Examples:
InventoryLimit Add 10
InventoryLimit Sub 5
InventoryLimit Ignore
InventoryLimit StopIgnore
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Script Calls
--------------------------------------------------------------------------------
$gameParty.getInventorySpaceLeft() - returns amount of space left
$gameParty.getInventorySpaceTotal() - returns total amount of space
$gameParty.getInventorySpaceUsed() - returns used amount of space
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.0 - Release
パラメータ
param Limit Mode
desc Which mode to use? weight/number
Default: number
default number

param Default Limit
desc Inventory limit.
Default: 30
default 30

param Default Weight
desc If using 'weight' mode, how much items weight by default?
Default: 1
default 1

param Show Window
desc Show inventory limit window in item menu? true/false
Default: True
default True

param Limit Text
desc How will limit be named in Window?
Default: Limit:
default Limit:

ライセンス表記
Free for commercial and non-commercial projects.
<InvLimitChange: [AMOUNT]>
Changes inventory limit by AMOUNT while item is equipped. Works for both modes.
<InvLimitChange: -5>
<InvLimitChange: 10>
InventoryLimit Add [AMOUNT] - Adds Amount to limit.
InventoryLimit Sub [AMOUNT] - Removes Amount from limit.
InventoryLimit Ignore - Ignores inventory limit when adding items
InventoryLimit StopIgnore - Stops ignoring inventory limit when adding items
InventoryLimit Add 10
InventoryLimit Sub 5
InventoryLimit Ignore
InventoryLimit StopIgnore
MrTS_LimitedInventory.js
Window_InventoryLimit

紹介ページ https://github.com/Trivel/RMMV/blob/master/MrTS_LimitedInventory.js