voxel-health

0.1.1 • Public • Published

voxel-health

Stores player health value (voxel.js plugin)

Build Status

(for UI, see also voxel-health-bar)

Usage

Load with voxel-plugins, options:

  • maxHealth (10), minHealth (0): valid health value range, outside will be clamped
  • startHealth (defaults to maxHealth): initial starting health value

API

Methods:

  • hurt(amount)
  • heal(amount)

Events:

  • health: emitted with new and old value on any change
  • hurt, heal: emitted when hurt and healed, respectively
  • die: emitted when health reaches minimum

License

MIT

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i voxel-health

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • deathcap