販売またはプラグインコマンドで店内の新しいアイテムのロックを解除するプラグイン – MrTS_UnlockShopItems.js

タイトル
Unlock new items in shop by selling or plugin commands.
作者名
ヘルプ
--------------------------------------------------------------------------------
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.1
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Plugin Commands
--------------------------------------------------------------------------------
DynamicShop Enter [SHOP_ID] - Enters the shop of this plugin
DynamicShop Unlock [SHOP_ID] [TYPE] [ID] - Unlocks item to be permanently
available in the shop.
[SHOP_ID] - ID of the shop
[TYPE] - i, a, w - i: item, a: armor, w: weapon
[ID] - ID of the item in database

Examples:
DynamicShop Enter 1
DynamicShop Unlock 1 w 55
DynamicShop Unlock 2 a 15
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Setting up Recipes
--------------------------------------------------------------------------------
Items tagged with any of these tags will be available in the shop. You can have
1 tag for 1 shop.
<InShopByDefault: [SHOP_ID]> - Will always appear in shop.
<InShopByCommand: [SHOP_ID]> - Will appear once unlocked with plugin command.

And the last is little longer, it takes multiple lines:
<InShopByRecipe>
[TYPE] [ID] [QUANTITY]
</InShopByRecipe: [SHOP_ID]>

[SHOP_ID] - ID of the shop
[TYPE] - Item type, i, a, w - i:item, a:armor, w:weapon
[ID] - ID of the item in database
[QUANTITY] - How many have to be sold in total
There can be any number of lines with item requirements.

Examples:
<InShopByRecipe: 1>
i 5 100
i 2 50
</InShopByRecipe>

<InShopByRecipe: 3>
a 12 1
w 2 1
i 15 10
</InShopByRecipe>
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.1 - Multiple unlock shops added.
1.0 - Release
パラメータ
param Unlock Text
desc Unlock text that's shown when item is unlocked by selling.
Default: Unlocked:
default Unlocked:

param Unlock Timer
desc How long the unlock window stays open before closing?
Default: 150
default 150

ライセンス表記
Free for commercial and non-commercial projects.

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