Skip to content

Character and move set#186

Merged
rylerbleau merged 8 commits intodevfrom
CharacterAndMoveSet
Mar 13, 2024
Merged

Character and move set#186
rylerbleau merged 8 commits intodevfrom
CharacterAndMoveSet

Conversation

@SafakOnol
Copy link
Copy Markdown
Collaborator

WHAT

Multiple changes and improvements on Player Controller and HUD

  • Player Health now has two states. Full body form has 3x health and head form has 1x health
  • HUD over player shows up on health change
  • Dash mechanic cooldown added

HOW

  • Health Attribute set updated
  • New Gameplay Effect, GE_SetHealth added
  • Gameplay Effect comes into play when player form changes
  • New Player HUD created and linked to BP_Character

WHY

  • To improve 3D platforming game design

@SafakOnol SafakOnol added enhancement New feature or request enhancement-ui UI/UX enhancements and improvements critical Marks high-priority and critical issues backend Issues or improvements related to game backend, like server-side logic Player Top Priority Top Priority - Must Finish controller labels Mar 13, 2024
@SafakOnol SafakOnol added this to the Beta Version Release milestone Mar 13, 2024
@SafakOnol SafakOnol self-assigned this Mar 13, 2024
This was linked to issues Mar 13, 2024
Copy link
Copy Markdown
Collaborator

@rylerbleau rylerbleau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on my end!

@rylerbleau rylerbleau merged commit 27142bb into dev Mar 13, 2024
@rylerbleau rylerbleau deleted the CharacterAndMoveSet branch March 13, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Issues or improvements related to game backend, like server-side logic controller critical Marks high-priority and critical issues enhancement New feature or request enhancement-ui UI/UX enhancements and improvements Player Top Priority Top Priority - Must Finish

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Dash Bug Overhaul Health and Damage System

2 participants