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.
NUUN Battle Weather - NUUN_BattleWeather.js
Plugin desc : Weather applied during battle
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NewBattleStyleSeries/NUUN_BattleWeather.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NewBattleStyleSeries/NUUN_BattleWeather.js
File name : NUUN_BattleWeather.js
Help of plugin :
* @target MZ * @plugindesc Weather applied during battle * @author NUUN * @base NUUN_Base * @base NUUN_BattleStyleEX * @orderAfter NUUN_Base * @orderAfter NUUN_BattleStyleEX * @version 1.0.0 * * @help * Weather conditions are applied even during battle. * This plugin is an extension plugin for Battle Style EX. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 7/20/2024 Ver.1.0.0 * First edition. * * @param BattleShowWeather * @text Weather display settings during battle. * @desc Sets the weather display during battle. * @type select * @option Bring to Front * @value 'Show' * @option Displayed on actor image * @value 'ShowFront' * @option Display on the battlefield * @value 'BattleField' * @default 'Show' * @parent WeatherSetting * * @param BattleWeatherSwitch * @desc Weather display switch during battle (ON for display) * @text Weather switch during battle * @type switch * @default 0 * @parent WeatherSetting * *