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.
Reflection Animation - ReflectionAnimation.js
Plugin desc : Reflection Animation Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/blob/mz_master/ReflectionAnimation.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ReflectionAnimation.js
File name : ReflectionAnimation.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/blob/mz_master/ReflectionAnimation.js @plugindesc Reflection Animation 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 ----- ReflectionAnimation.js Plays the magic reflection animation when a magic reflection occurs. Also displays an attack animation on the side that is reflected. 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, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @param animationId @text Animation Number @desc This is the animation that plays when reflected. @type animation @default 0 @param wait @text Wait until completion @desc Waits for reflection animation to complete. @type boolean @default true @param noAttackAnimation @text Attack animations are not displayed @desc The reflected side will not see the attack animation. @type boolean @default false