-
Notifications
You must be signed in to change notification settings - Fork 236
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
Improvements to the combat system #803
Comments
@dorkster I want to know what you think about it. |
I'm not entirely sure what you mean by this. Are you asking for the hero to move forward a little when attacking? I supposed that would only make sense for melee characters.
Definitely something that's been discussed. Some sort of 3-hit, light-light-heavy combo for the standard attacks would help vary things up. I think this can be accomplished by giving the player an invisible status effect after normal attacks, then executing the strong attack when two stacks of the status effect are active. Here's how I imagine the animations breaking down per weapon type:
Functionally, this would be the same as Shield Bash, but with protection buffs instead of dealing damage. A "roll" animation in particular might be tricky, since having the character rotate might mess up the draw order of their worn equipment. Maybe a "dash" would be more appropriate (Clint did something like this in Wandercall), but that might be too similar to Shield Bash. Personally, I don't think a dodge animation would be useful for flare-game in particular. The enemy animations are too fast for the player to effectively react. I'd like to close off by saying that changing hero animations right now is non-trivial. Each piece of equipment has a separate blend file. I'm not sure of the process, but hopefully you could rig the animation in one file and copy it to all the other files. Also keep in mind that we have a different character model for each gender, so this workload is effectively doubled. |
I just meant that in the melee attack the frames will change more quickly. They're a bit too slow.
I know. So I suggested simpler solutions. Regarding the combos, I think that the current art can be used, and only cause the fourth blow to be stronger, as it was until today was a random blow. |
Thanks for clarifying. Honestly, I wouldn't want to make the animations faster. They're already quite quick at 400ms. If we implement combos, we do want some way of indicating to the player that they are activating them. So if the character animation doesn't change, maybe we could add some sort of simple visual effect. Something like a glowing aura, visible wind, etc. |
Fighting is the main part of the game, and it affects all gameplay. I thought of some things that could improve it.
The text was updated successfully, but these errors were encountered: