Documentation
Quick InfoVersion: Beta R5
Made for RPG Maker MZ 1.10.0
REQUIRED: All [CGMZ] Plugins require [CGMZ] Core placed above them in the Plugin Manager.
Weather TypesThe following are default weather types you can check against to determine if a specific weather is playing in battle:
none - no weather type is active
rain - rain weather type is active
storm - storm weather type is active
snow - snow weather type is active
If using a plugin that adds additional weathers, you would need to consult with that plugin's documentation or author to determine what to check for when checking for a custom weather type.
Troop WeatherWhy should I set up troop weather through the plugin when I can just use a troop event command?
By default, event commands even if set to turn 0 seem to run after the troop emerged message. This means your battle will not convincingly start with your weather effect playing. By setting it up in the troop weather params, your weather will already be playing when the screen fades in for battle.
Plugin CommandsThis plugin does not have any plugin commands.
Saved GamesThis plugin is fully compatible with saved games. This means you can:
✓ Add this plugin to a saved game and it will work as expected.
✓ Change any plugin params and changes will be reflected in saved games.
✓ Remove the plugin with no issue to save data.
Filename
The filename for this plugin MUST remain CGMZ_BattleWeather.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.
Known Issues
This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.
Compatibility
This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.
Version HistoryVersion BetaR2
- Added option to replay the map weather after battle
- Added option to store weather power/type in variable during battle
- Added skills that change the weather
- Added items that change the weather
- Added troop weather
- Added chance for weather effect to not apply