Project

General

Profile

Task #144

Updated by Kenneth Schuetz 3 months ago

## User Story 
 As a **player**, I want Intent: 

 Allow the game to **hurl rocks at my target using magic**, so that I can **deal solid impact damage and interact with other elements**. 
 ## Description 
 - Launches **rock projectiles** at enemies, dealing **direct impact damage**. 
 - Can be used as a **single-target rock throw** or a **rapid-fire stone barrage**. 
 - **Wind Interaction:** Increases projectile speed played on any monitor/TV set. This is testing for screen bounds images sizes and spreads **dust**, reducing enemy accuracy (**Blinded**). 
 - **Fire Interaction:** Superheats aspect ratios 

 Note on Implementation: 

 Other that HUD layout, having canvas scaler components handling how each screen scales to fit aspect ratios is the rocks, turning them into molten projectiles with main things that needs to be done to support this. 

 Note on estimation: 

 This is mostly a **Burning effect**. 
 - **Earth Interaction:** Strengthens verification at the attack, increasing **knockback end of the sprint and stagger** potential. 
 ## Test Cases 
 usually needs little if any time dedicated to it unless there are currently known issues. 

 * [ ] Verify that **Geo Surge deals impact damage** when hitting a target. 
 **Dependencies** 
   * [ ] Ensure that **Geo Surge can be fired as either a single large rock or multiple smaller projectiles**. Functional Product 
   
 * [ ] Confirm that **combining Geo Surge with Wind increases projectile speed and spreads dust (Blinded effect)**. 
 **Test Cases / Acceptance Criteria** 
   * [ ] Validate that **combining Geo Surge with Fire turns rocks into molten projectiles, applying Burning**. 
 Are all game critical H.U.D. elements constrained to the inner 90% of the screen’s resolution? 
   * [ ] Ensure Are all fonts in the game using a size that **combining Geo Surge with Earth increases knockback and stagger effects**. 
 is readable on all targeted screens? 
   * [ ] Check that **Geo Surge does not work if Can the player is out game be played in any selectable aspect ratio? 
   * [ ] Is all of mana (if applicable)**. the games UI placed correctly on all selectable aspect ratios? 

Back