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.
TM Battler Ex - TMBattlerEx.js
Plugin desc : Adds a sense of perspective and breathing to enemies.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMBattlerEx.js
File name : TMBattlerEx.js
Help of plugin :
@plugindesc Adds a sense of perspective and breathing to enemies. @author tomoaky @url https://github.com/munokura/tomoaky-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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- How to Use: This plugin adds the following effects to Enemies display: - Enemies appearing at the top of the screen are displayed smaller (perspective) - Slowly zoom in and out repeatedly (breathing) - Randomly flip left and right Horizontal flipping is disabled in side view. You can adjust the intensity of the effects for each Enemies by entering tags in the Enemies's Note field. There are no plugin commands. Note field (Enemies) Tags: <scale:1> Sets the magnification individually. Perspective effects will not be applied to enemies with this tag. <breathH:0.05> Sets the breathing volume individually. <noMirror> Disables horizontal flipping. 2021/5/15 v.2.0.1 Plugin Parameter Adjustments Terms of Use: MIT License. https://licenses.opensource.jp/MIT/MIT.html You may modify and redistribute this software without permission from the author. There are no restrictions on its use (commercial, 18+, etc.). @param baseY @text Y coordinate where the magnification becomes 1x @desc Y coordinate where the magnification becomes 1x. Default: 400 @default 400 @param breathH @text The volume of your breathing @desc Breath volume. Default: 0.05 @default 0.05 @param mirrorRate @text Probability of left-right reversal @desc Probability of flipping left and right. Default value: 0.4 (0 to 1) @default 0.4 @param breathStop @text Collapse breathing @desc Stop breathing when unable to act. Default: true @default true @type boolean @on valid @off invalid @param shakeEffect @text Blinking effect replacement @desc Replaces the blinking effect with a shaking effect. Default: true @default true @type boolean @on valid @off invalid