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.
Enemy Breathing - EnemyBreathing.js
Plugin desc : ver1.01/Stretch enemies upwards, horizontally, or flip them.
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/EnemyBreathing.js
File name : EnemyBreathing.js
Help of plugin :
@plugindesc ver1.01/Stretch enemies upwards, horizontally, or flip them. @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 ------------------------------------------------------ Basically, it works just by installing it. *Enemies Note field* <反転なし> - The enemy will not be inverted. <サイズ変更なし> - The enemy will not have random size adjustments applied. <サイズ補正+○> - The enemy's initial size will be adjusted by +○%. <動作なし> - The enemy will not take a breath. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.00: Released @param Breath Frequency @desc The frequency of breaths. The rhythm sequence advances by one for each set frame. @default 10 @param Breath Rhythem @desc This is the rhythmic sequence of breaths. It contracts (expands) by the value of xExpansionX(Y). @default 0,0,1,2,3,4,5,5,4,3,2,1 @param ExpansionX @desc The shrink value in the X direction. @default 0.005 @param ExpansionY @desc The stretch value in the Y direction. @default 0.005 @param Enemy Size @desc Enemy random size correction. +- This value % will randomly change the initial size. @default 10