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.
Control State Turn Trait - ControlStateTurnTrait.js
Plugin desc : ver1.01/Allows you to set Traits that control the effect turn of the state.
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/ControlStateTurnTrait.js
File name : ControlStateTurnTrait.js
Help of plugin :
@plugindesc ver1.01/Allows you to set Traits that control the effect turn of the state. @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 -------------------------------------------------------------------- If you write <ReceiveCtrlStateTurn:x+yTurn> in the Note field of an object with a Traits, or write <ReceiveCtrlStateTurn: x+yTurn> , the effect turn count will increase by y turns when receiving a state with ID x if the object has that Traits. If you write <AddCtrlStateTurn:x+yTurn> in the Note field of an object, item, or skill with a Traits, the effect turn count will increase by y turns when granting a state with ID x if the object has that Traits. ------------------------------------------------------ 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 allowed the Give Turns Traits to accumulate on items and skills. ver 1.00: Released