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.
Critical Death Trait - CriticalDeathTrait.js
Plugin desc : ver1.01/You can now set Traits, skills, and items that will cause instant death when a critical hit occurs.
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/Battle/CriticalDeathTrait.js
File name : CriticalDeathTrait.js
Help of plugin :
@plugindesc ver1.01/You can now set Traits, skills, and items that will cause instant death when a critical hit occurs. @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 -------------------------------------------------------------------- By writing <CriticalDeath:○%> in the Note field of an object, skill, or item with a Traits, there is an ○% chance of instantly killing the target when a critical hit occurs. Also, by writing <AntiCriticalDeath:○%> in the Note field of an object with the same Traits, there is an ○% chance of nullifying a critical hit when it occurs. These settings are determined individually for each Traits, skill, and item. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.01:180828 Fixed a bug where critical death resistance was not working. Fixed a bug where the damage animation and sound would not occur on the target when an instant death was successful. Changed so that the damage popup does not appear when an instant death is successful. Ver 1.00: Released @param Critical Death Text @desc This is the text that is displayed when a critical instant death occurs. @default _name's life was put to an end! @param Popup Death Text @desc [Only available when BattlePopups is installed] This is the text that pops up when a critical instant death occurs. @default It took his breath away!