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

Added area skill configurations #513

Merged
merged 10 commits into from
Oct 29, 2024
Merged

Added area skill configurations #513

merged 10 commits into from
Oct 29, 2024

Conversation

sven-n
Copy link
Member

@sven-n sven-n commented Oct 24, 2024

Before, some area skills were designed so that the client determines the actual hits. However, this is pretty vulnerable to cheaters and involved a lot of hard coding on the client side.
So for that reason, I want to change all area skills of type SkillType.AreaSkillExplicitHits to be of SkillType.AreaSkillAutomaticHits. To work correctly, we have to limit the area and the number of hits, because one animation can actually be 0..n hits.

@sven-n sven-n marked this pull request as ready for review October 29, 2024 06:58
@sven-n sven-n merged commit ec6410a into master Oct 29, 2024
1 of 3 checks passed
@sven-n sven-n deleted the dev/area-skill-config branch October 29, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant