-
Notifications
You must be signed in to change notification settings - Fork 0
Entity Health Bars
This page refers to the health bars displayed on the entities in game. For InfoBoxDislay healths bars, refer to InfoBoxDislay
The health
and maxHealth
displayed on the health bar is specified by the CombatStatsComponent
of that entity.
Each segment represents 25hp in the health (this can be changed).
The health of the entity can be changed through the CombatStatsComponent
and same with maxHealth. How these changes effect the health bar can be seen below
The health bar is also scaled to the size of the entity so larger entities like buildings have larger displaying health bars
The Health bars displayed on the entities will hide after a period of inactivity (currently set to 15 seconds).
Inactivity means no changes to health for a period of time.
Health bars can also be turned on to ignore inactivity using the
debug on
command
Friendly entity missing health | Increasing max health of friendly entity |
---|---|
Enemy entity missing healthh | Increasing max health of enemy entity |
---|---|
Building Entity Health Bar |
---|
Map
City
Buildings
Unit Selections
Game User Testing: Theme of Unit Selection & Spell System
Health Bars
In Game menu
- Feature
- User Testing:In Game Menu
Landscape Tile Design Feedback