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.
State Group - StateGroup.js
Plugin desc : ver1.00/Makes it possible to manage multiple states as a group.
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/StateGroup.js
File name : StateGroup.js
Help of plugin :
@plugindesc ver1.00/Makes it possible to manage multiple states as a group. @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 enter <StateGroup:x,y%,z%> in the state Note field, when an effect that removes state ID x occurs, the set state will be removed with a probability of y% of the original removal rate. You can also set z% of the resistance of state ID x (100 minus the effectiveness) as the resistance for the set state. Example: If you set the Poison state to <StateGroup:PoisonStateID,50%,30%> when an action that removes the Poison state 100% occurs, there is a 50% chance that Poison will also be removed. When the effectiveness of the Poison state is 0%, the resistance to the Poison state is (100-0)*0.3=30%, which sets the effectiveness to 70%. ----------------------------------------------------- Terms of Use ------------------------------------------------------ This plugin is released under the MIT license. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: Ver. 1.00: Released