パーティーメンバーの顔を横方向に表示する簡単な戦闘ステータスウィンドウ。 – YEP_BattleStatusWindow.js

タイトル
A simple battle status window that shows thefaces of your party members in horizontal format.
作者名
ヘルプ
============================================================================
Introduction
============================================================================

This plugin replaces the default battle status window, which was shown in a
row format, to a column-based format that also displays the party's faces.

For frontview users, this plugin also allows you to enable battle animations
to be played on top of the actor's portraits (and showing any damage popups)
to give the player a better view of what's going on in battle.

============================================================================
Changelog
============================================================================

Version 1.05:
- Optimized face drawing effect to work more efficiently.

Version 1.04:
- Added 'Allow Turn Skip' plugin parameter to let you decide if you can let
the player skip turns for tick-based battle systems.

Version 1.03:
- Added a failsafe check to make frontview animations work regardless of
having RPG Maker MV 1.0.1 update.

Version 1.02a:
- Added 'Adjust Columns' parameter.
- Updated functionality for 'Adjust Columns' to alter where the animations
are played.
- Added a timed refresh for the face loading to show at faster intervals.

Version 1.01a:
- Added refresh modifiers to update an actor's face whenever an event to
change the actor's face graphic.
- Made an override for ATB style to automatically default on style 1.

Version 1.00:
- Finished Plugin!
パラメータ
param ---Visual---
default
param No Action Icon
desc This is the icon used when no action is selected.
default 16

param Name Font Size
desc This is the font size used to draw the actor's name.
Default: 28
default 20

param Param Font Size
desc This is the font size used to draw the actor's params.
Default: 28
default 20

param Param Y Buffer
desc This is how much further the text drawn for params is
lowered by.
default 7

param Param Current Max
desc Draw current / max format?
NO - false YES - true
default false

param Adjust Columns
desc Adjust column amount to party size?
NO - false YES - true
default false

param ---Actor Switching---
default
param Left / Right
desc Use 'left' and 'right' for switching actors?
NO - false YES - true
default true

param PageUp / PageDown
desc Use 'page up' and 'page down' for switching actors?
NO - false YES - true
default true

param Allow Turn Skip
desc Allow turn skipping for Tick-Based battle systems?
NO - false YES - true
default true

param ---Front View---
default
param Show Animations
desc Reveal actors and show their animations in front view?
NO - false YES - true
default true

param Show Sprites
desc Show the sprites of the actors in front view?
NO - false YES - true
default false

param Align Animations
desc If using front view, align battle animations to window?
NO - false YES - true
default true

param X Offset
desc How much do you wish to offset the actor X position by?
default 24

param Y Offset
desc How much do you wish to offset the actor Y position by?
default -16

ライセンス表記

紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_BattleStatusWindow.js