Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Team 1] Mob components and task bug fixes #236

Closed
7 tasks done
freshc0w opened this issue Oct 6, 2023 · 0 comments · Fixed by #245, #266, #285 or #300
Closed
7 tasks done

[Team 1] Mob components and task bug fixes #236

freshc0w opened this issue Oct 6, 2023 · 0 comments · Fixed by #245, #266, #285 or #300
Assignees
Labels
bug Something isn't working sprint 4 task
Milestone

Comments

@freshc0w
Copy link
Contributor

freshc0w commented Oct 6, 2023

Description

Task: Mob Components/Tasks bug fixes.
Feature:

Main purpose of this task is to address and fix standard bugs seen for different mob components. In particular, it was seen that the DodgingComponent sometimes makes the attached entity untargetable from the projectiles due to the dodging nature of the component. Additionally, the animation sometimes does not activate when the dodging component is attached due to task priority issues. It was also observed that the split component occasionally splits the attached entities out of map bounds, making it untargetable for the projectiles as well. These bugs will be addressed this sprint and possible refactoring of game logic might be considered.

Milestones

  • Fix dodging component by enhancing collider size of the entity (Oct. 8)
  • Fix animation in DodgeTask (Oct. 10)
  • FIx SplitMoblings component by finalising map boundaries (Oct. 12)
  • Alter test cases with components, ensuring coherence between animations and mechanics (Oct 15.)
  • Finalise and refactor code (Oct. 17)
  • Fixed Unkillable deflect wizard (Oct. 17)
  • Fixed problems with dragon knight dodge and hitbox issues (Oct. 17)

Completion Deadline: Oct. 17

Member

  • Chia-Chuan Tsou (Github: freshc0w)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment