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.
Dark Plasma Minimum Damage Value - DarkPlasma_MinimumDamageValue.js
Plugin desc : Sets the minimum damage when an attack hits
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_MinimumDamageValue.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_MinimumDamageValue.js
File name : DarkPlasma_MinimumDamageValue.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Sets the minimum damage when an attack hits @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 2.0.3 This setting sets the minimum damage that an attack will inflict upon hit. Although it's called a minimum damage guarantee, it's actually a system that adds a set value to damage. After various damage calculations, such as elemental resistance, the set value is added to the damage. If Prioritize Effectiveness Below 0 is ON, the minimum damage setting will be ignored if the elemental effectiveness is 0 or below. You might want to set damage that will definitely hit enemies with 1% effectiveness, but not hit enemies with effectiveness below 0. In such cases, it's a good idea to leave this setting ON. @param minimumPhysicalDamage @text Minimum physical damage @type number @default 1 @param minimumMagicalDamage @text Minimum magic damage @type number @default 0 @param ignoreIfRateLEZero @text Priority is given to effectiveness levels of 0 or less @desc Whether to ignore the minimum damage setting when the attribute effectiveness is 0 or less @type boolean @default true @param randomMinimumDamage @text Random Minimum Damage @desc Whether to randomize the minimum damage between 0 and the set value @type boolean @default false