Project

General

Profile

Task #238

Updated by Kenneth Schuetz 3 months ago

## 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**. 
 * [ ]

Back