-
Notifications
You must be signed in to change notification settings - Fork 1
Home
E Aakash edited this page Jul 11, 2019
·
1 revision
Welcome to the PointPool wiki!
Let's know the basics of things explained in this wiki.
What is a Point Pool?
A point pool is a property of an entity which has the following features:
- Has a fixed upper limit
- Has a modifiable current value
- Can be filled/drained by other systems
- (Optional) Has a natural regeneration
A primary example is the Health of a player. Hunger, thirst, air (underwater), blood (in anatomy), mana (magic!), the list grows as per the imagination of module developer.
This wiki guides on what are the possible implementations of such a system.