Closed Branikolog closed 1 year ago
Hi, @Branikolog. The problem is the same as it was in #6344. For now the animation runs fully and hangs on the last frame, waiting for gold eagle do disappear. This function is also used for Lich cloud animation. A little later I'll try to fix this.
Hi, @Districh-ru
Hi, @Branikolog. The problem is the same as it was in #6344. For now the animation runs fully and hangs on the last frame, waiting for gold eagle do disappear. This function is also used for Lich cloud animation. A little later I'll try to fix this.
That would be awesome, if you fix this animation as well!
This function is also used for Lich cloud animation.
Should I investigate Lich cloud and open new issue, if neccessary?
Should I investigate Lich cloud and open new issue, if neccessary?
Thanks, @Branikolog! I've checked it behavior in OG earlier when was investigating what spells should not overlay the front standing units, but only one shot. As I noticed in the OG the creature (in the video it is Zombie) makes full wince animation, as it is a blast action and not the continuous burning like in the Death Wave spell. All we need is to change the creature animation to STATIC/IDLE after the wince animation to avoid freezing the last frame of wince animation.
OG:
You can more carefully investigate Lich cloud when you have time to clear this question. We can change the behavior of this animation any time to act like for the Death Wave spell, if we decide that it is a better behavior. I also wrote about this not to forget to check the Lich cloud animation after fixing the low morale animation. :)
The Lich cloud animation has to be redone:
It is an "inhibited" zombie. :)
It is not necessary to open a new issue, as the solution is in the same place. You can just update the current one if you don't mind.
Preliminary checks
Platform
Windows
Describe the bug
During low morale animation creature performs "damage taken" animation with a pause in the middle to fit gold eagle animation timing. Currently, pause in wincing animation is made on a wrong frame for all creatures. fheroes2:
https://user-images.githubusercontent.com/55348946/208101766-e3a66b38-4d69-48a0-938b-fe13c2bb1b21.mp4
Original:
https://user-images.githubusercontent.com/55348946/208103842-0a37e9bf-2551-4ea1-822f-55b0d2feadc5.mp4
The issue is similar to recently fixed Death Wave spell animation. (https://github.com/ihhub/fheroes2/pull/6344#issuecomment-1348225088)
Save file
None.
Additional info
No response