An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Control State Turn Effect - ControlStateTurnEffect.js

Plugin desc : ver1.01/Allows you to set effects that control the effect turn of states and strengthening/weakening.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/State/ControlStateTurnEffect.js

File name : ControlStateTurnEffect.js

Help of plugin :

@target MZ MV
@plugindesc ver1.01/Allows you to set effects that control the effect turn of states and strengthening/weakening.
@author Yana
@url https://github.com/munokura/Yana-MV-plugins
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/Yana-MV-plugins ).
Original plugin by Yana.
-----
How to Use
---------------------------------------------------------------------
Writing
<AddStateTurn:x,yTurn>
in the Note field of an item or skill will add an effect to the skill's use effect of increasing (decreasing) the turn of effect of the state with ID x by y turns. y can also be set to -.
Setting x to 0 will control the turn of effect of all applied states.

Writing
<AddBuffTurn:x,yTurn>
in the Note field of an item or skill will add an effect to the skill's use effect of increasing (decreasing) the turn of effect of the buff with ID x by y turns. y can also be set to -.
Setting x to -1 will control the turn of effect of all applied buffs.

Entering
<AddDebuffTurn:x,yTurn>
in the Note field of an item or skill will add an effect of increasing (decreasing) the turn of effect of the debuff with ID number x by y turns when using that skill. y can also be set to -.
Setting x to -1 will adjust the turn of effect of all debuffs.

-----------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver 1.01:
Fixed a bug that could cause states with no release timing to be released.
ver 1.00:
Released

@param StateTurnMax
@text State Turn Maximum
@desc The maximum number of turns added to the state. The number of turns added by this plugin will not exceed this number.
@default 10

@param BuffTurnMax
@text Maximum Strengthening Turn
@desc The maximum number of turns that can be added for strengthening. The number of turns added by this plugin will not exceed this number.
@default 10

@param DebuffTurnMax
@text Maximum weakening turn
@desc The maximum number of turns that weakening can add. The number of turns added by this plugin will not exceed this number.
@default 10

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.