素早さがはるかに高い場合、戦闘員に追加のターンを得るようにさせるプラグイン – Galv_ExAgiTurn.js

タイトル
Have battlers gain an additional turn if they have much higher agility
作者名
ヘルプ
Galv's Extra Agility Turn
----------------------------------------------------------------------------
This plugin enables battlers who have a higher AGI than the opposing team's
agility average to act in 'Extra Turns'. These extra turns will happen
between normal turns (provided battler agi remains high enough) and do not
advance the state turn counters or regen/poison tick effects.
This is designed to make agi a more important stat in RPG Maker games and
is similar to Breath of Fire 3's EX Turn system.

When an EX Turn happens, an image is displayed to inform the user (located
in /img/system/ folder using filename set in the plugin settings).

This is not compatible with plugins that modify the turn based combat such
as ATB battle systems or immediate action battle systems.
----------------------------------------------------------------------------
パラメータ
param Agi Percent
desc The percent amount a battler's agility is ABOVE the average opponent agi to get ex turn
default 50

param Ex Turn Image
desc Image used for EX turn notification located in /img/system/
default exturn
require 1
dir img/system/
type file

param Image Fade Speed
desc The speed the Ex Turn Image fades in and out
default 25

param Image X
desc The x position of the Ex Turn Image
default 20

param Image Y
desc The y position of the Ex Turn Image
default 400

param Ex Turn Name Color
desc The change of color for Ex Turn actor names in default battle status
default #fff

param Non Ex Turn Name Color
desc The change of color for slow actor's names in an Ex Turn for default battle status
default #666

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

紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-battle/#post-1845