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.
PANDA No Damage No Effects - PANDA_NoDamageNoEffects.js
Plugin desc : effects will not be applied if physical attack and HP damage is 0.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20231110021328.html
File name : PANDA_NoDamageNoEffects.js
Help of plugin :
* @target MV MZ * @plugindesc effects will not be applied if physical attack and HP damage is 0. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20231110021328.html * * @help When the damage is 0 with the skill which the hit type is "Physical Attack" * and the Type of Damage is against HP, Effetcs will not be applied * with this plug-in. * * For example, in the case of a skill which has a poison on a normal attack, * in the default system, the poison effect is applied even when * the target's defence power is high and the damage of the normal attack is 0. * This plug-in does not apply the poison if the normal attack damage is 0. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php *