Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
HIME State Countdown Popup - HIME_StateCountdownPopup.js
Plugin desc : Displays a little popup over your head for the state with
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Hime
Website : https://himeworks.com/
Desc page : https://himeworks.com/2015/11/state-countdown-popup/
Download Page : https://raw.githubusercontent.com/munokura/HIME-MV-plugins-jp/master/HIME_StateCountdownPopup.js
File name : HIME_StateCountdownPopup.js
Help of plugin :
@title State Countdown Popup @author Hime --> HimeWorks (http://himeworks.com) @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/ @plugindesc Displays a little popup over your head for the state with the highest priority that displays popups. @help == 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>