is a plugin for RPG Maker MZ that allows you to keep track of the number of enemies killed in your game. You can associate each enemy with a variable, and whenever the player kills an enemy, the associated variable is automatically incremented by 1. The plugin also provides a way to reset the value of the specified variable to 0.
Spoiler: V 1.1
v 1.1 - I modified the updateEnemyVariable function of the plugin to increase the enemy kill count only when the enemy is defeated by the player, and not when it is first initialized.
Now it only works for the opponent you killed.
That is, if you escape, the enemy will not count. If the enemy is reincarnated, the opponent you killed last will be counted.
Spoiler: V 2.0
V 2.0
New features:
The ability to assign actions when a set kill threshold is reached: Now you can set specific reactions, such as triggering an event, increasing a variable, or activating a switch.
Advanced action settings:
Added parameters to specify the actions to be performed after reaching the kill threshold. This includes selecting a general event, a variable to increase, and a switch to activate.
Improved reset control:
The "Reset after execution" parameter has been introduced, which allows you to automatically reset the kill counter and delete the setting after reaching the threshold, or stop the counter if reset is disabled.
More detailed integration with the combat system:
Changes have been made to the function that handles the death of an enemy to take into account the murders committed directly by the player, excluding cases of enemy death during initialization or resurrection.