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.
FTKR Damage Fixed States - FTKR_DamageFixedStates.js
Plugin desc : v1.0.0 Plugin that fixes damage received while state is applied
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_DamageFixedStates.js
File name : FTKR_DamageFixedStates.js
Help of plugin :
@plugindesc v1.0.0 Plugin that fixes damage received while state is applied @author Futokoro @url https://github.com/munokura/futokoro-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/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- By entering the following tags in the Note field of a state, you can fix the damage taken by a character with that state. <DFS_HpDamage: x> : HP damage taken is fixed to x. : x can be replaced with a script, similar to a damage calculation formula. <DFS_MpDamage: x> : MP damage taken is fixed to x. : x can be replaced with a script, similar to a damage calculation formula. The following codes can be used in the damage portion: a.param - References the parameters of the character receiving the state. b.param - References the parameters of the character dealing the damage (attacking character). s[x] - References the state of switch ID x. v[x] - References the value of variable ID x. Example: <DFS_HpDamage: 1> Any character affected by this state will receive 1 HP damage. <DFS_HpDamage: a.hp> Any character affected by this state will receive HP damage equal to their current HP. In other words, they will die. ----------------------------------------------------------------------------- Setup Instructions ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ----------------------------------------------------------------------------- License for this Plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin source https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.0.0 - April 3, 2018: First version created -----------------------------------------------------------------------------