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.
Slip Death Customize - SlipDeathCustomize.js
Plugin desc : Slip Incapacitated Customization Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/SlipDeathCustomize.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/SlipDeathCustomize.js
File name : SlipDeathCustomize.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/SlipDeathCustomize.js @plugindesc Slip Incapacitated Customization 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-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- SlipDeathCustomize.js Allows you to control whether or not slip damage can be incapacitated depending on the situation. Determination is made in the following order: 1. 2. 3. 1. Control by Memo Field Battlers with the following memo fields set in the database (※) are allowed to be incapacitated by slip. <SlipDeath:true> Slip death is prohibited. <SlipDeath:false> ※ Actor, Class, Weapon, Armor, State, Enemy Character 2. Control by In-Combat Status If the ”In-Combat Status” parameter is set, slip death is permitted under that condition. 3. Default Settings Determination is made according to the database setting for ”Slip Damage Incapacitated.” This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder. dlc/BasicResources/plugins/official 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. @param battleCondition @text Conditions for whether or not you are in combat @desc You can control whether or not you are in combat by slipping. @type select @default none @option Do not set @value none @option Permission to be unable to fight only when not in combat @value noBattle @option Permission to be unable to fight only during battle @value battle