Welcome to PGMZ! 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.
NUUN State Buff Turn Plus - NUUN_StateBuffTurnPlus.js
Plugin desc : State, buff turn number increase/decrease features
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_StateBuffTurnPlus.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_StateBuffTurnPlus.js
File name : NUUN_StateBuffTurnPlus.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc State, buff turn number increase/decrease features @author NUUN @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/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- You can set a feature to increase or decrease the number of turns for states and buffs. A memo field with a feature. <StateTurn[stateId]:[turn]> Increases the number of turns for the specified state by [Turns]. <BuffTurn[BuffId]:[turn]> Increases the number of turns for the specified buff by [Turns]. <DebuffTurn[BuffId]:[turn]> Increases the number of turns for the specified debuff by [Turns]. [stateId]: State ID [BuffId]: Buff ID 0: HP 1: MP 2: Attack Power 3: Defense Power 4: Magic Power 5: Magic Defense 6: Agility 7: Luck [turn]: ± Number of turns <StateTurn4:2> Increases the number of turns for state 4 by 2. <BuffTurn3:3> Increases the effect of the attack power buff by 3 turns. <DebuffTurn5:-2> Reduces the effect of the Magic Reduction debuff by 2 turns. If the additional turn and the turn it applies are below 0, the effect will be applied for at least 1 turn. <MemberTurnPlus[mode]:[id],[id]...> When a party member possesses this trait, the effect of the state, buff, or debuff is extended. Please be sure to include the above and the tag that increases or decreases the effect of the state or buff. [id]: Actor ID 0: All members 1 or more: Actor ID 1-5: Actors with actor IDs 1 through 5 <EnemyTurnPlus:[id],[id]...> When a party member possesses this trait, the effect of the state, buff, or debuff is extended. Please be sure to include the above and the tag that increases or decreases the effect of the state or buff. 0: All battle enemies 1 or higher: Monster ID 3-8: Monsters with IDs 3 through 8 Update History August 1, 2022 Ver. 1.1.1 Fixed an issue that caused an error when adding enemy states. July 29, 2022 Ver. 1.1.0 Added a feature that increases or decreases turn counts if someone in the party or enemy group has a trait. January 15, 2022 Ver. 1.0.0 First release