Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Encounter Conditions - Beta Release

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version Beta!

This update adds the option to change encounters by armor or weapon equipped by actors that are participating in battle. Now, you can make certain encounters only appear if the party has someone using a certain equipment. This could potentially have uses for things like making the party equip a quest item to encounter a special monster for a quest, or other uses.

This update also causes the plugin to warn instead of crash when it runs into invalid json in a plugin parameter. Invalid JSON is caused by incorrect parameter setup, in most cases by deleting a parameter that cannot be blank but should instead be something like an empty array for a blank list. These warnings are still important for you to fix, as the plugin will not be able to read any parameters that have been set up incorrectly.

Version Beta
  • Added weapon/armor equipped conditions
  • This plugin now warns instead of crash on invalid json

Back to Plugin