Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Skill Shop - Version 1.4.0

Back to Plugin

Devlog Version

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

This update adds the switch condition to your skill shop goods, so you can now make certain skills only appear if a switch is on without needing to use tedious eventing to cover every scenario with separate call scene plugin commands.

This update also moved the walking sprite in the shop to use an actual sprite object instead of repainting the bitmap every update. Along with this, an x and y offset was added to make it more likely to fit any custom sprite sizes your game might use.

This update adds the option to display a Battler sprite instead of the face or character. You can optionally choose the battler sprite motion as well. See below gif for how it can look:

This update also makes the skill shop skip invalid goods instead of crash if it detects an invalid good json in your plugin command.

Version 1.4.0
  • Added switch condition to skill shop goods
  • Added battler sprite option
  • Added walk sprite x and y offsets
  • Reduced possible crashes for invalid json

Back to Plugin