Actions
Task #214
closedUser Story #346: Mechanics
Resources
Start date:
02/10/2025
Due date:
% Done:
0%
Estimated time:
0:30 h
Story Points:
0.5
Difficulty:
Low
Blocked:
No
Sprint:
Description
User Story¶
As a player, I want to manage my health and mana, so that I can stay alive and cast spells effectively.
Description¶
- Health determines player survival. If it reaches zero, the player dies and respawns.
- Mana is required to cast all spells and regenerates fully out of combat (OOC).
- Health does not regenerate OOC automatically, requiring items or mechanics to restore it.
Test Cases¶
- Verify that health decreases when the player takes damage.
- Ensure that the player dies and respawns when health reaches zero.
- Confirm that mana depletes correctly when casting spells.
- Validate that mana fully regenerates OOC.
- Ensure that health does not regenerate on its own and requires healing items.
- Check that UI correctly reflects current health and mana values.
Actions