敵を狙うときの情報を、危険予知情報、被害情報などで表示するプラグイン – GALV_BattleActionInfo.js

タイトル
Displays information when targeting an enemy with info such as crit chance, damage, etc.
作者名
ヘルプ
Galv's Attack Info
----------------------------------------------------------------------------
This plugin creates a dropdown box when an item or skill is used during
battle. The box contains information about the potential results of the
skill or item used against the target selected.
Most of the plugin settings are for customizing the look and layout of your
attack info box.

Images for this plugin need to be put in /img/system/ folder.

Note: This plugin does not detect changes made with javascript code within
the formula box. For example, if you add a state using code inside the
formula box, it will not display.

Upcoming features:
- Skills able to use unique images in place of the default Enemy and Ally
Indicator arrows
- Custom fields to add additional data to the box
パラメータ
param Include Evade
desc true or false - if target's evade affects the hit % chance in the action info
default true

param Windowskin Opacity
desc Opacity of the box's windowskin background.
default 0

param Peek Height
desc How many pixels the image remains peeking from the top of the screen when info is up.
default 0

param Box Dimensions
desc Width,Height - the dimensions of the info box. Background image must be same dimensions.
default 500,260

param Default Enemy Indicator
desc imageName,x,y - imageName from /img/system/ folder for indicator that appears when targeting enemies
default battleAttackInfoArrow1,96,165

param Default Ally Indicator
desc imageName,x,y - imageName from /img/system/ folder for indicator that appears when targeting allies
default battleAttackInfoArrow2,96,165

param Min Damage Position
desc x,y,width,alignment,size,color - alignment can be center,left or right, leave size/color blank for default
default 170,30,75,center

param Max Damage Position
desc x,y,width,alignment,size,color - alignment can be center,left or right, leave size/color blank for default
default 260,30,75,center

param Damage Heal Color
desc For min and max damages - an overriding color when a skill/item will heal instead of cause damage. Leave blank to not use.
default #68ff64

param Crit Chance Position
desc x,y,width,alignment,size,color - alignment can be center,left or right, leave size/color blank for default
default 170,90,160,center,14,#ffb7a0

param Skill Name Position
desc x,y,width,alignment,size,color - alignment can be center,left or right, leave size/color blank for default
default 100,115,300,center

param Hit Chance Position
desc x,y,width,alignment,size,color - alignment can be center,left or right, leave size/color blank for default
default 170,70,160,center,18

param Icon Position
desc x,y,alignment,size,color - alignment can be center,left or right, leave size/color blank for default
default 250,155,center,12

param Add Icon
desc Icon Id to use to indicate the state/buff is being added. It overlaps the state/buff icon.
default 0

param Remove Icon
desc Icon Id to use to indicate the state/buff is being removed. It overlaps the state/buff icon.
default 0

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

紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-audiovisual-effects/#post-1937