ポップアップを表示する最も高い優先順位を持つ状態について、頭上に小さなポップアップを表示するプラグイン – HIME_StateCountdownPopup.js

タイトル
Displays a little popup over your head for the state with the highest priority that displays popups.
作者名
ヘルプ
-------------------------------------------------------------------------
== Description ==

Video: https://www.youtube.com/watch?v=EVmrE60flbM

Do you want to visually display the number of turns that a state has
before it expires?

For example, perhaps you have a state that will automatically kill you
after 5 turns have passed, and you would like the player to see the
number as a visual indicator.

This plugin allows you to display a small number popup above a battler's
head that represents the number of turns left before a particular state
expires.

== Terms of Use ==

- Free for use in non-commercial projects with credits
- Contact me for commercial use

== Change Log ==

Nov 22, 2015 - implemented rounding option
Nov 21, 2015 - initial release

== Usage ==

By default, states will not display the countdown popup.
You must indicate whether the state should show it using the note-tag

<show countdown popup>

Once the countdown popup has been enabled, the game will automatically
display it whenever the state is added.

-- Multiple Countdown Popup States --

This plugin only supports one countdown popup at a time. This means that
if the battler has two or more states that have the countdown popup
enabled, only one of them will be picked.

The one that is picked is based on the "Priority" of the state. That is,
the higher the priority, the more important it is.

In the case where there is a tie, the first state that the game saw will
be picked.

-- Rounding the Counter Display --

Some plugins convert the state counter into a decimal number rather than
a whole number. By default, this plugin does not do any rounding.

If you would like to round your numbers, please use this note-tag:

<show countdown popup>
rounding: NUM_PLACES
</show countdown popup>

If you want it to round to two decimal places, use 2.
If you want it to round to whole numbers, use 0. For example:

<show countdown popup>
rounding: 0
</show countdown popup>

-------------------------------------------------------------------------
パラメータ
title State Countdown Popup
date Nov 22, 2015
filename HIME_StateCountdownPopup.js
url http://himeworks.com/2015/11/state-countdown-popup/

If you have any questions or concerns, you can contact me at any of
the following sites:

Main Website: http://himeworks.com
Facebook: https://www.facebook.com/himeworkscom/
Twitter: https://twitter.com/HimeWorks
Youtube: https://www.youtube.com/c/HimeWorks
Tumblr: http://himeworks.tumblr.com/

-------------------------------------------------------------------------
ライセンス表記
- Free for use in non-commercial projects with credits
- Contact me for commercial use

紹介ページ http://himeworks.com/2015/11/state-countdown-popup/