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.
Conditional State - ConditionalState.js
Plugin desc : Conditional State Grant Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/ConditionalState.js
File name : ConditionalState.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Conditional State Grant Plugin @author Triacontane @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/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- A state will be granted when the remaining HP or MP conditions are met. Please enter the following in the Note field for the characteristic. <CS_UpperHp:30,4> # When current HP exceeds 30%, grants State [4]. <CS_LowerHp:40,5> # When current HP falls below 40%, grants State [5]. <CS_UpperMp:30,4> # When current MP exceeds 30%, grants State [4]. <CS_LowerMp:40,5> # When current MP falls below 40%, grants State [5]. <CS_UpperTp:30,4> # When current TP exceeds 30%, grants State [4]. <CS_LowerTp:40,5> # Grants State [5] when current TP falls below 40%. While the similar plugin "AutomaticState.js" sets it per state, this plugin sets it per battler. This plugin does not have plugin commands. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours.