Actions
Task ARCH-57
closedEpic ARCH-190: World Obstacles
Fire Traps
Status:
Done
Assignee:
Priority:
Medium
Parent task:
Due date:
02/23/2025
Start date:
02/17/2025
Description
User Story¶
As a player, I want to avoid fire traps that ignite on a timer or when triggered, so that I can navigate through dangerous areas without taking damage.
Description¶
- Fire traps release flames periodically or activate when the player steps near them.
- Flames deal damage over time (Burning effect) if the player is caught in them.
- Some fire traps may be disabled using Water magic or avoided using Wind to push flames away.
Test Cases¶
- Verify that fire traps ignite at the correct time intervals.
- Ensure that stepping into the flames applies the Burning effect.
- Confirm that fire traps deactivate properly after their timer expires.
- Validate that Water magic extinguishes fire traps (if applicable).
- Ensure that Wind magic temporarily pushes flames away (if applicable).
- Check that fire traps reset when the player leaves and re-enters the area.
Actions