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

Feature/team4/wave adjustments #265

Merged
merged 13 commits into from
Oct 15, 2023
Merged

Conversation

BlairCannon97
Copy link
Contributor

The mobs structure for the mobs has been changed. Because of this the Wave Factory tests have been removed and will be redone at a later date. However the structure for each level and wave is now defined. This is to ensure that a progression in ability and difficulty is also included, instead of just changing health and the number of mobs. The health for each mob has been changed. For melee mobs the base health is 80 and for ranged attackers it is 60. For the bosses, the health has been greatly increased and predefined as well. Note that mob bosses will now only appear in the final wave of each level. A few functions have been added to WaveService which keep track of the number of mobs in the whole level. This is set it WaveFactory and decremented when a mob dies. Note the total unchanged is also stored. Please be aware that there is still an issue with the splitting mobs decrementing which will be addressed, so this counter may not be entirely accurate for planet 1.

Copy link
Contributor

@Mohamad11Dab Mohamad11Dab left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the total mob count and remaining mob count.

Copy link
Contributor

@ThivanW ThivanW left a comment

Choose a reason for hiding this comment

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

Looks good to me! 80 and 60 health for the melee and ranged enemies respectively should work well.

@The-AhmadAA The-AhmadAA merged commit f03a863 into main Oct 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sprint 4 team 4
Projects
Development

Successfully merging this pull request may close these issues.

6 participants