Category: RGSS3

Class Graphics 4

Class Graphics

This script allows you to change an actor’s face and character graphics depending on the actor’s current class. Each class that your actor can change to can potentially have its own set of faces...

Effect: Reflect Damage 11

Effect: Reflect Damage

This script allows you to reflect a percentage of all damage received back to the attacker. The damage you actually take is the difference between the received damage and the reflected damage.

Data Patcher 23

Data Patcher

This script provides “patching” functionality for the game. This allows you to distribute updates to your game without asking your clients to download the entire game. Patches are done by creating a “Patch” folder that is...