パーティーアイテムを保存し、後でプラグイン呼び出しでそれらを取り戻するプラグイン – MrTS_SaveItems.js

タイトル
Save party items and reclaim them later with plugin calls.
作者名
ヘルプ
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
About the Plugin
--------------------------------------------------------------------------------
Maybe you wanted to have different groups of actors going through story,
or maybe the party split up for the next encounter and moving on their own.
And that requires the party to remove currently held items, so another party
moves on with their story. In that case, this plugin does just that.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Plugin Commands
--------------------------------------------------------------------------------
Save items by using following plugin commands that suits items you have:
SaveItems All
SaveItems Items
SaveItems Armors
SaveItems Weapons
SaveItems KeyItems

Reclaim saved items by using the following plugin commands:
ReclaimItems All
ReclaimItems Items
ReclaimItems Armors
ReclaimItems Weapons
ReclaimItems KeyItems

Keep some items in your inventory before sending all of them away:
KeepItems Items [IDs separated by space]
KeepItems Armors [IDs separated by space]
KeepItems Weapons [IDs spearated by space]

Example:
KeepItems Armor 1 2 3 6 7

Clear item to be saved list with the following commands:
KeepItems Clear All
KeepItems Clear Items
KeepItems Clear Armors
KeepItems Clear Weapons
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.0 - Release
パラメータ
param Keep Items
desc Which items to keep. Write IDs separated by space.
Default: 1 2
default 1 2

param Keep Weapons
desc Which weapons to keep. Write IDs separated by space.
Default: 3
default 3

param Keep Armors
desc Which armors to keep. Write IDs separated by space.
Default 1 4
default 1 4

ライセンス表記
Free for commercial and non-commercial projects.
ReclaimItems All
ReclaimItems Items
ReclaimItems Armors
ReclaimItems Weapons
ReclaimItems KeyItems

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