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.
Dark Plasma Fall Images - DarkPlasma_FallImages.js
Plugin desc : Drop images onto the screen
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_FallImages.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_FallImages.js
File name : DarkPlasma_FallImages.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Drop images onto the screen @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 1.0.5 Provides a screen effect in which some kind of image falls. Set the ID and image file in the plugin parameters, and specify that ID in the plugin command. This plugin extends save data. It saves the state required for the image to fall. @param images @text Image Settings @desc Setting the image to be rained down @type struct<FallImage>[] @default [] @command startFall @text Drop the image @desc Drops images onto the screen. @arg id @text Rain image setting ID @desc The ID of the image setting to be used for rain. @type number @command stopFall @text Erase an image @desc Erases and stops the falling images. @command fadeOutFall @text Fade out the image @desc Fades out the shaking image and stops it.