武器や防具の詳細を画面に表示することができるプラグイン – Galv_EquipDisplayWindow.js

タイトル
This plugin allows you to display a window with basic weapon or armor details on screen.
作者名
ヘルプ
Galv's Equip Display Window
----------------------------------------------------------------------------
Adds the ability to display a window with some very basic details about a
piece of armor or a weapon from the database.


----------------------------------------------------------------------------
SCRIPT CALLS
----------------------------------------------------------------------------

Galv.EDW.show(id,"itemString",x,y);

id = unique id and array index used for multiple windows
itemString = a string to set which item is being displayed. This is a letter
(w or a) followed by a database id... for example:
"a10" would be armor 10.
"w2" would be weapon 2.
x = the x position of the window
y = the y position of the window


Galv.EDW.remove(id); remove a certain window id from screen

Galv.EDW.clear(); clear all windows from screen

----------------------------------------------------------------------------
SHOW CHOICES
----------------------------------------------------------------------------
You can also display a window on "Show Choices" hover that can change when
the player cycles through each of the choices. This is done by adding a
tag to each of the choices to change the choice window.

<edw:itemString,x,y>


----------------------------------------------------------------------------
NOTE TAGS
----------------------------------------------------------------------------
You can use a note tag in weapons and armors to show a quick description.
This description doesn't have word wrap, but you can use the | symbol to
specify a new line of text.

<eDisplayTxt:Text for first|Text for second|Text for third>

パラメータ
param Window Width
desc The pixel width of the equip display window
default 340

param Window Height
desc The number of lines to fit in the height of the window
default 10

param Choice Window Id
desc The id to use for the equip window that changes during choice hover
default 0

ライセンス表記
Terms of Use
https://galvs-scripts.com/terms-of-use/

紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-event-utility/#post-2309