ゴールドウィンドウの上のメニューに追跡可能な項目/変数を表示するプラグイン – MrTS_SimpleItemTracking.js

タイトル
Show trackable items/variables in menu above gold window.
作者名
ヘルプ
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Plugin Commands
--------------------------------------------------------------------------------
To add tracking use the following plugin calls.
For adding items to the tracker use this:
AddTracking [TYPE] [ID]
[TYPE] - item, armor, weapon
[ID] - ID of the item/armor/weapon

Example:
AddTracking item 1
AddTracking weapon 3

For adding variables to the tracker use this:
AddTracking Variable [VARIABLE_ID] [ICON_ID] [NAME]
[VARIABLE_ID] - ID of the variable to track
[ICON_ID] - Icon to show in the tracker
[NAME] - Name to show in the tracker

Example:
AddTracking Variable 5 17 "Bosses"

To remove items or variables from being tracked, use such plugin command:
RemoveTracking [TYPE] [ID]
[TYPE] - item, armor, weapon, variable
[ID] - ID of item/armor/weapon/variable

Example:
RemoveTracking variable 5
RemoveTracking armor 7
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.0 - Release
パラメータ
param [Colors]
default

param Item Text
desc Color for item text.
Default: #FFFFB0
default #FFFFB0

param Amount Text
desc Color for item amount.
Default: #FFFFFF
default #FFFFFF

param [Advanced]
default

param Track Window X
desc X position for track window, or use 'default' setting.
Default: default
default default

param Track Window Y
desc Y position for track window, or use 'default' setting.
Default: default
default default

param Track Window Width
desc Width for track window, or use 'default' setting.
Default: default
default default

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

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