Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Alpha R3
Made for RPG Maker MZ 1.9.0

Steal SkillDesignate a skill as a steal skill. When used, this skill will provide let your actor try to take an item from an enemy. This item will then be added to the player's inventory, and shown again at the end of battle during victory aftermath.

Enemy ConfigSet up stealing on a per-enemy basis, including how many and which items can be stolen from the enemy, the total amount of times the enemy can be stolen from, and chances that the player will not steal anything. Make a common enemy that your player can easily steal potions from, or make a boss enemy have a rare but powerful stealable equipment.

IntegrationsThis plugin integrates well with the following CGMZ plugins:

[CGMZ] Currency System - Allow you to add unlimited custom currencies which this plugin lets you steal from enemies.

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_Steal.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 AlphaR2
  • Added option to wait after steal results are displayed
  • Added option to display normal skill effects
  • Added option to award stolen items only after battle ends
Version AlphaR3
  • Added option to have multiple steal skills
  • Added basic stolen item requirement system

Back to Plugin