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 Progressive States - HIME_ProgressiveStates.js
Plugin desc : Allows you to create states where whenever the state is
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/progressive-states-mv/
Download Page : https://raw.githubusercontent.com/munokura/HIME-MV-plugins-jp/master/HIME_ProgressiveStates.js
File name : HIME_ProgressiveStates.js
Help of plugin :
@title Progressive States @author Hime --> HimeWorks (http://himeworks.com) @date Nov 20, 2015 @filename HIME_ProgressiveStates.js @url http://himeworks.com/2015/11/progressive-states-mv/ If you enjoy my work, consider supporting me on Patreon! https://www.patreon.com/himeworks 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 Allows you to create states where whenever the state is removed due to expiry, a new state will be added afterwards. @help == Description == Video: https://www.youtube.com/watch?v=9vjzhg36GqU Do you have states that automatically change into other states after a certain amount of turns or actions have elapsed? For example, you have a Doom state that counts down every turn, and when the countdown reaches 0, the battler will automatically die. Or perhaps you have a Poison state that will worsen if it's not treated, and after walking around for 50 steps, the poison state automatically turns into a deadlier poison state. Or perhaps you have a Frozen state that prevents the battler from moving, but if it gets hit by any damage, it will immediately die. This plugin allows you to set up your states so that when the state is removed automatically, new states will be added. == Terms of Use == - Free for use in non-commercial projects with credits - Contact me for commercial use == Change Log == Nov 20, 2015 - refactored code to make it easier to check states Nov 19, 2015 - initial release == Usage == To specify what states will be added when a state is automatically removed, add the note-tag <progressive state: ID> Where the ID is the ID of the state that will be added. You can add multiple states by adding additional notetags.