You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sprinting buff will allow the player to sprint for a period of time without losing stamina. The jump debuff will prevent the player from being able to jump for a period of time.
Both of these will likely be implemented through changing the player state, as well as adjusting the PlayerActions and KeyboardPlayerInputComponent classes where the jump and sprint functions are implemented.
Description
Task Name: Implement sprint buff and jump debuff
Feature: Buffs/debuffs #38
The sprinting buff will allow the player to sprint for a period of time without losing stamina. The jump debuff will prevent the player from being able to jump for a period of time.
Both of these will likely be implemented through changing the player state, as well as adjusting the
PlayerActions
andKeyboardPlayerInputComponent
classes where the jump and sprint functions are implemented.Milestones
Buffs/debuffs
Wiki page (Sept 6)Documentation
Member
The text was updated successfully, but these errors were encountered: