Would Aluxes alias Alex love to lose n amount of HP or SP every time he moves in any direction?
Well, now he gotta live with it if he does and it happens to have the death sentence already configured in the KPermaDmg module.
Plus, he could also die if his SP goes kaboom. :S
And there is also the dreadful perma-death. :S
Read the notes on how to configure the CONSTANTS that will affect the target Actors.
FAQ
Question: Isn't that redundant or unnecessary? Answer: Who cares?
Ruby:
# * KPermaDamage XP * #
# Scripter : Kyonides Arkanthes
# v1.0.1 - 2023-02-04
# Make certain Heroes permanently lose HP or SP or even collapse for having
# no more SP left!
# * CONSTANTS * #
# LOSE_HP or LOSE_SP or SP_DEATH or PERMA_DEATH
# The only way to cure the permanent HP or SP damage or the SP Death would be
# the following Script Calls:
# $game_actors[ActorID].perma_hp_dmg = 0
# $game_actors[ActorID].perma_sp_dmg = 0
# $game_actors[ActorID].sp_death = nil
# $game_actors[ActorID].perma_death = nil
module KPermaDmg
# ActorID => Points Lost, etc. separated by a commas