Wereform Attack Speed Formula
#14
Dagni,Jun 18 2003, 07:02 PM Wrote:p.s. What is the animation length for Hunger/Rabies for the Werewolf, and Hunger for the Werebear? Oh, and Fury if it has its own animation.
Sorry, missed those the first time due to not having much time to even do the post.

Feral Rage, Maul and Fury use the A1 animations sequence.
Fire Claws use the A2 animation sequence.
Rabies and Hunger use S3 animation sequence.
Did I miss any?

For the wolf and bear forms the A1 (right paw swing)and A2 left paw swing) sequence are their normal attack length WereBear=12, WereWolf=13.

For the S3 sequence (biting attack animation) the lengths are WereBear=13, WereWolf=10.

Sorry to miss these earlier but not all of these special sequences are for attacks. some are for things like the shapeshift effect or kicking actions and such. Nor are they always consistent between the different classes either.


You might want to reconsider how you 'renamed' some of those variables. Their orginal designations came from before the .DCC files had been cracked and modders could look at and manipulate the animation files. The term 'base+1' can actually be particularly misleading in some ways. This 'base+1' is the anim_length, which in reality is the true "base" to working off of for many things. Some of which can more readily be seen if you are using that for expressing your figures.

First a quick digression about the repeat attack skills like Strafe and Zeal (Hammerman please fill in with facts ;) ). Most of the attack animation should be set for an appearance like a Golf Swing; the target is hit at some point near the mid point of the swing, not at the end (last frame). As such to run a series of multiple repeat attacks you would not be repeating the entire swing sequence, but in fact only a portion of the the overall attack. From the various posts that I have seen on this it appears that the standard amount of a repeat sequence is to use 1/2 of the frames for the repeating portion. Then this repeat_anim is what is used in the rollback formula to determine the number frames to actually roll back on the repetative cycle. Frames_to_rollback= rollback*repeat_anim/100
(yes this is different than what Jarulf has listed in the past, but can better fit what is being observered from what I can see)
In the case of Zeal the rollback is 100% and this would result in using the full amount of the repeat_anim.

For example lets look at the page that Hammerman first linked to and its example for Zeal. They are listing a Paladins 1 handed weapon base as being 14 (anim_length=15). They then give without much explanation that when using Zeal that a 1 handed weapon should use a value of 6. Does not seem to come from anywhere in particular does it? But if you take into account that Zeal uses a 100% frame rollback and that the anim_length is 15; you can get 15/2=7 as the amount of frames that are being used for the repeating sequence. Note that a Zeal base of 6 which would correspond to the anim_length of 7 (6+1) that is apparently being used in this case.

In a similar manner you can then try checking the repative cycles of skills like Strafe.
Amazon bow anim_length=14, repeat_anim would be 14/2=7, rollback of Strafe is 50%.
Frames_to_rollback= 50*7/100 =3
For Amazon using a xbow, anim_length=20, repeat_anim=20/2=10.
Frames_to_rollback= 50*10/100 =5
Which match the accepted figures.

Ama Fend has a rollback of 60%.
1ht anim_length is 15, repeat_anim=7
Frames_to_rollback= 60*7/100 =4
2ht anim_length=18, repeat_anim=9
Frames_to_rollback= 60*9/100 =5
How well does this fit with a rigourous testing of Fend?

This relationship would be somewhat obscured if one is alway thinking of the 'base' as the real value and not realising why the "+1" is including in certain spots.

The rollback for Fury is 100%.
Reply


Messages In This Thread
Wereform Attack Speed Formula - by Tycho Maudd - 06-16-2003, 07:19 PM
Wereform Attack Speed Formula - by Hammerman - 06-17-2003, 12:17 AM
Wereform Attack Speed Formula - by Tycho Maudd - 06-17-2003, 01:22 AM
Wereform Attack Speed Formula - by Dagni - 06-17-2003, 04:15 AM
Wereform Attack Speed Formula - by Hammerman - 06-17-2003, 11:14 PM
Wereform Attack Speed Formula - by Dagni - 06-18-2003, 01:37 AM
Wereform Attack Speed Formula - by Ruvanal - 06-18-2003, 02:42 AM
Wereform Attack Speed Formula - by Dagni - 06-18-2003, 08:23 AM
Wereform Attack Speed Formula - by Dagni - 06-18-2003, 09:54 AM
Wereform Attack Speed Formula - by Ruvanal - 06-18-2003, 10:03 AM
Wereform Attack Speed Formula - by Dagni - 06-18-2003, 10:37 AM
Wereform Attack Speed Formula - by Hammerman - 06-18-2003, 09:55 PM
Wereform Attack Speed Formula - by Dagni - 06-18-2003, 11:11 PM
Wereform Attack Speed Formula - by Ruvanal - 06-19-2003, 02:22 AM
Wereform Attack Speed Formula - by Dagni - 06-19-2003, 03:33 AM
Wereform Attack Speed Formula - by Hammerman - 06-20-2003, 07:36 PM
Wereform Attack Speed Formula - by Dagni - 06-20-2003, 09:00 PM
Wereform Attack Speed Formula - by TheDragoon - 06-20-2003, 11:07 PM
Wereform Attack Speed Formula - by Hammerman - 06-23-2003, 12:29 AM
Wereform Attack Speed Formula - by Kar0n - 06-23-2003, 05:07 AM
Wereform Attack Speed Formula - by Dagni - 06-23-2003, 06:02 AM
Wereform Attack Speed Formula - by Dagni - 06-23-2003, 06:49 AM
Wereform Attack Speed Formula - by TheDragoon - 06-23-2003, 03:29 PM
Wereform Attack Speed Formula - by TheDragoon - 06-23-2003, 04:29 PM
Wereform Attack Speed Formula - by Dagni - 06-24-2003, 02:20 AM
Wereform Attack Speed Formula - by Ruvanal - 06-24-2003, 03:01 AM
Wereform Attack Speed Formula - by Ruvanal - 06-24-2003, 03:56 AM
Wereform Attack Speed Formula - by Dagni - 06-24-2003, 04:04 AM
Wereform Attack Speed Formula - by TheDragoon - 06-24-2003, 04:20 PM
Wereform Attack Speed Formula - by Hammerman - 06-24-2003, 07:34 PM
Wereform Attack Speed Formula - by TheDragoon - 06-24-2003, 08:47 PM
Wereform Attack Speed Formula - by Ruvanal - 06-25-2003, 02:07 AM
Wereform Attack Speed Formula - by Bolty - 06-25-2003, 02:47 AM
Wereform Attack Speed Formula - by TheDragoon - 06-25-2003, 05:14 AM
Wereform Attack Speed Formula - by Dagni - 06-25-2003, 06:44 AM
Wereform Attack Speed Formula - by Hammerman - 06-25-2003, 07:24 PM
Wereform Attack Speed Formula - by TheDragoon - 07-20-2003, 05:58 PM
Wereform Attack Speed Formula - by TheDragoon - 07-21-2003, 02:08 AM
Wereform Attack Speed Formula - by TheDragoon - 07-21-2003, 06:12 AM
Wereform Attack Speed Formula - by dta - 02-23-2005, 01:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)