Heal Player Action: Difference between revisions

From Pummel Party Mod Documentation
Jump to navigation Jump to search
(Initial content)
 
(Added image)
Line 1: Line 1:
[[File:HealPlayerAction.png|thumb|600px|The Heal Player action in the [[Action Editor]].]]
An action to heal a player in a board mod.
An action to heal a player in a board mod.


The number of health points to heal can be set in the action. It must be a positive number.
The number of health points to heal can be set in the action. The number set is the number added to the player's existing health value. This action does not set the health, but add to it.
This action will not heal a player beyond their maximum health (30).
It will not heal a player beyond their maximum health (30).


Should be used on a [[Board Space Event Component]]. Can only be used in [[Board Mod]]s.
Should be used on a [[Board Space Event Component]]. Can only be used in [[Board Mod]]s.


[[Category:Actions]]
[[Category:Actions]]

Revision as of 03:29, 7 December 2022

The Heal Player action in the Action Editor.

An action to heal a player in a board mod.

The number of health points to heal can be set in the action. The number set is the number added to the player's existing health value. This action does not set the health, but add to it. It will not heal a player beyond their maximum health (30).

Should be used on a Board Space Event Component. Can only be used in Board Mods.