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.
Battler Graphic Extend - BattlerGraphicExtend.js
Plugin desc : Butler Graphic Display Extension Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/BattlerGraphicExtend.js
File name : BattlerGraphicExtend.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Butler Graphic Display Extension 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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- This expands the representation of battler images during battle. A variety of effects are possible, such as floating in the air, changing color tone and size. Enter the following in the memo field of the feature database. Makes the battler float. This setting is only valid for actors. <BGEAltitude: n> n: Altitude (pixels) Example: <BGE Altitude: 32> Sets the battler's opacity. <BGEOpacity: n> n: Opacity (0..256) Example: <BGE Opacity: 128> Sets the battler's color tone. Specify each element numerically. <BGETone: r, g, b, g> r: Red g: Green b: Blue (-255..255) g: Gray (0..255) Example: <BGETone: 255, 255, 255, 128> Makes the battler blink slowly. Specify each element numerically. This process is somewhat heavy, so please be careful when running on mobile devices. <BGEFlash: r, g, b, a> r: Red g: Green b: Blue a: Intensity (0..255) Example: <BGEFlash: 255, 0, 0, 128> To change the flash interval (a smaller value means faster flashing; the default is 15). <BGEFlashInterval: f> f: Number of frames Example: <BGEFlashInterval: 30> Sets the butler's blending method. <BGEBlendMode: n> n: 0 [Normal] n: 1 [Add] n: 2 [Multiply] n: 3 [Screen] Example: <BGEBlendMode: 2> Sets the butler's magnification. A value of -100 will invert the image. <BGEScaleX:n> n: Magnification (100%) <BGEScaleY:n> n: Magnification (100%) Example: <BGEScaleY:150> Sets the butler's motion speed. This setting is only valid for actors. <BGEMotionRaten> n: Magnification (100%) Example: <BGEMotionRate:150> This plugin does not have any plugin commands. 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.