HP Control Event RPG Maker MV - MZ
A downloadable game
English
Version 1.0
This plugin allows you to deal damage or heal the player when they walk on or remain on a specific event.
The system works using special tags placed in the event comments.
Parameter Configuration
Damage Delay :
This parameter controls the delay between successive applications of damage or healing.
The value is expressed in frames. For example, a value of 60 corresponds to 1 second.
Adding Tags to Events
To activate this system, add a special tag in the event comments.
Here’s how to proceed:
- Open the event in the editor.
- Add a "Comment" command.
- Insert one of the following tags:
hp:-100
: Deals 100 points of damage to the player.hp:+50
: Heals the player by 50 hit points.
Important : The tag must be placed in a comment within the event for it to work.
Practical Examples
Dealing Damage :
- Create an event representing dangerous terrain (e.g., a pool of lava).
- Add a "Comment" command with the tag
hp:-20
. - Configure the delay in the plugin parameters to determine how much time elapses between each application of damage.
Healing the Player :
- Create an event representing a magical spring or a resting bed.
- Add a "Comment" command with the tag
hp:+30
. - The player will automatically regenerate health as long as they remain on this event.
Important Notes
- If the player loses all their HP, they will be sent to the Game Over screen.
- If the player's HP exceeds their maximum, it will automatically be capped at the upper limit.
WARNING!!!
This plugin is designed for RPG Maker MV version 1.6.1 and MZ version 1.1.1. Although it may work with earlier versions, I have not thoroughly tested it, and I cannot guarantee compatibility.
A demo is available for all my plugins. Download it and test its functionality before using it in your project. For optimal performance, it is recommended to update at least to version 1.6.1 for MV and 1.1.1 for MZ. You can download the latest updates from the official RPG Maker website.
_______________________________________________________________________________________
FRANÇAIS
Version 1.0
Ce plugin permet d'infliger des dégâts ou de soigner le joueur lorsqu'il marche ou reste sur un événement spécifique.
Le système fonctionne grâce à des balises spéciales placées dans les commentaires des événements.
Configuration des paramètres
Délai des dégâts (Damage Delay) :
Ce paramètre contrôle le délai entre deux applications successives de dégâts ou de soins.
La valeur est exprimée en trames (frames). Par exemple, une valeur de 60 correspond à 1 seconde.
Ajout de balises dans les événements
Pour activer ce système, ajoutez une balise spéciale dans les commentaires de l'événement.
Voici comment procéder :
- Ouvrez l'événement dans l'éditeur.
- Ajoutez une commande "Commentaire".
- Insérez l'une des balises suivantes :
hp:-100
: Inflige 100 points de dégâts au joueur.hp:+50
: Soigne 50 points de vie au joueur.
Important : La balise doit être placée dans un commentaire de l'événement pour fonctionner.
Exemples pratiques
Infliger des dégâts :
- Créez un événement représentant un terrain dangereux (par exemple, un lac de lave).
- Ajoutez une commande "Commentaire" avec la balise
hp:-20
. - Configurez le délai dans les paramètres du plugin pour définir le temps écoulé entre chaque application de dégâts.
Soigner le joueur :
- Créez un événement représentant une source magique ou un lit de repos.
- Ajoutez une commande "Commentaire" avec la balise
hp:+30
. - Le joueur sera automatiquement régénéré tant qu'il reste sur cet événement.
Notes importantes
- Si le joueur perd tous ses PV, il sera redirigé vers l'écran de Game Over.
- Si les PV du joueur dépassent leur maximum, ils seront automatiquement ramenés à la limite supérieure.
AVERTISSEMENT ! ! !
Ce plugin est conçu pour les versions 1.6.1 de RPG Maker MV et 1.1.1 de RPG Maker MZ. Bien qu'il puisse fonctionner avec des versions antérieures, je ne l'ai pas testé de manière approfondie et je ne peux pas garantir la compatibilité.
Une démo est disponible pour tous mes plugins. Téléchargez-la et testez ses fonctionnalités avant de l'utiliser dans votre projet. Pour des performances optimales, il est recommandé de mettre à jour au moins vers la version 1.6.1 pour MV et 1.1.1 pour MZ. Vous pouvez télécharger les dernières mises à jour sur le site officiel de RPG Maker.
Published | 2 hours ago |
Status | Released |
Author | EroiK StyLeR |
Tags | plugin, RPG Maker MV, RPG Maker MZ |
Purchase
In order to download this game you must purchase it at or above the minimum price of 3.00€ EUR. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.