-
Notifications
You must be signed in to change notification settings - Fork 0
Entity HP Tracking & Damage System #82
Copy link
Copy link
Open
Labels
combatCombat, HP, initiative, damageCombat, HP, initiative, damageenhancementNew feature or requestNew feature or requestnpc/entityFor issues pertaining to npc's or monsters and is referred to as entities in the mod packFor issues pertaining to npc's or monsters and is referred to as entities in the mod pack
Description
Metadata
Metadata
Assignees
Labels
combatCombat, HP, initiative, damageCombat, HP, initiative, damageenhancementNew feature or requestNew feature or requestnpc/entityFor issues pertaining to npc's or monsters and is referred to as entities in the mod packFor issues pertaining to npc's or monsters and is referred to as entities in the mod pack
Summary
Track entity HP, handle damage/healing, visual HP indicators, and death mechanics. Foundation for combat system integration.
Phase: 5 - Combat Integration (Future)
Systems: Combat System, Entity System
Prerequisites
Goals
/dmentity hp <entity> set <value>- Set current HP/dmentity hp <entity> damage <amount>- Deal damage/dmentity hp <entity> heal <amount>- Heal entityCommands
Visual Indicators
Death Handling
Temporary HP
Next Steps
After completing this issue, tackle:
Related Issues