-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dual Wielding Requires Testing #6
Comments
This is outside the scope of the current calculator but I maintain an all-animation calculator and I'm sure that's what you're wanting to get to as well. I don't see the point in testing dual wielded Wereform animations since you can't attack during them anyway (until it's fixed). |
Starting with Normal Attack, WSM is just completely independent on each hand. I modded Phase Blade and Hydra Edge to have -50 and 50 WSM respectively. Currently eyeballing frame length with CTC casts. Normal Attack with Phase Blade has the same speed as Stun with Phase Blade. Stun with Phase Blade while Hydra Edge is in the offhand has the same speed as the previous two as well. Edit: one thing that differs from LOD to PTR is that, while dual wielding, swinging with the main hand, swapping weapons, swinging again, then swapping weapons again and swinging will swing with the main hand on PTR, whereas it will continue to swing with the second hand on LOD. They did make some adjustment to how the attack is calculated at the very least, though this particular example may not be any issue. Edit2: I see what you mean with Frenzy. Same circumstances, but I made Frenzy give no attackrate. Regardless of which hand each weapon is in, the first nova always starts at the same frame, and the second nova always follows almost immediately after at the same frame as well. Another edit: actually looks like they may be slightly different, hard to tell. Will proceed with mana testing to see if it is truly different. |
Frenzy has undergone significant change, and I'm 90% confident I've figured it out. It looks like your hypothesis of EIAS averaging is correct. I have been adjusting your Frenzy calculator (my local version) to try to match breakpoints as I discover them in-game. As of now, I have 4/4 frame lengths correct by formula (but I'm not measuring breakpoints precisely, just figuring out the frame calculation). Here is the changes I have made:
It looks as though Frenzy now averages the EIAS between both weapons, then calculates using the formula listed in 3., meaning for similar weapon types, both hit lengths will always be the same.
Edit: here is the data, I'm currently mid-testing so you'll likely see me update it if you see this any time soon: https://docs.google.com/spreadsheets/d/1eo3VeIrSG3PvE0woLRqtG3tofafjaXEaBDsCU0uETvU/edit#gid=780483173 Edit2: I'd like to add that in my tests, I'm noticing the second hit follows very closely to the first hit (my CTCs are some frames apart, likely in the range of 3-10, not sure exactly). Also, Frenzy (and assumingly other Sequence skills) still have the -30 EIAS part. Also, I think I'm noticing a couple bugs:
Edit3: it does a little more than average. I tried testing what happened when the EIAS changed after a hit succeeded (Frenzy giving attackrate). I messed with auralencalc for Frenzy on the original frame length listed in the data and went from 5 frame Frenzy down to 0 frames and saw improvement over Frenzy giving no attackrate. This gets into the ticking stuff that's more your expertise, as the lower I set the auralencalc, the slower I lost mana (even when auralencalc=0), so clearly the length of the increment is different per auralencalc and thus giving different lengths of Frenzy animation for each auralencalc. This might change where the rounding needs to happen for the EIAS compared to what I have now. |
Double Swing works the exact same way. Only difference is instead of the -30 EIAS nerf that Sequence skills have, Double Swing has its +20 (50 attackrate bonus). Everything else is the exact same as Frenzy it looks like. Edit: Tested the CTC issue again. There is definitely an issue with CTCs and Sequence skills. I attacked at least 100 times with Normal Attack (ensured alwayshit=0), I saw miss indicators, but the CTC was there even if the miss indicator showed. The moment I switch to Double Swing, a solid 10% of my CTCs are not going off at the same time I'm getting a miss indicator. Even more puzzling, maybe I just don't understand the miss indicator in general. I have 5% chance to hit, yet I only see the miss indicator like 10% of my attacks. My attack rating is 84, I gave my target a billion defense, and I'm level 30 while the target is level 99. |
Wow, that's a lot. I'm not sure I can organize my thoughts well enough to respond to everything properly...
|
1. I already have a mostly up-to-date IAS calculator for D2R live for people to use. It's a rewrite of d2.lc/IAS/. I'm pretty sure these new adjustments are the only thing I'm lacking in it. Edit: Whirlwind has been assumed to be bugged due to the appearance of other testers that the 4th and 8th frame don't work as they did in LOD. However, this has been an issue since D2R releases, and didn't originate with 2.4. I wonder if they made notable Whirlwind attack speed changes.. |
I got a little bit of Jab testing in: https://docs.google.com/spreadsheets/d/1eo3VeIrSG3PvE0woLRqtG3tofafjaXEaBDsCU0uETvU/edit#gid=323008599 I tested CTCs on Double Swing in LOD. Also fails to play there. Edit: |
I finished testing Jab on Amazon, 1HT with Pilum (0 WSM): https://docs.google.com/spreadsheets/d/1eo3VeIrSG3PvE0woLRqtG3tofafjaXEaBDsCU0uETvU/edit#gid=323008599 Edit: Jab has the same CTC issue. I can Normal Attack, see the miss indicator, but the CTC goes off. But when I Jab, if I see the miss indicator, the CTC does not go off. Edit2: Also, I figured out why the Miss Indicator was behaving weirdly. Forgot that, in Hell, area level overrides set monster level, so I had a higher chance of attack than the character screen shows. Interestingly enough, the character screen will show the data of the monster before its stats were adjusted by the area. |
If we switch |
Is that all that would be different from 2.3? I think we covered all the differences... The only thing that can be done is just more empirical testing for a greater margin of safety. |
Things to test:
|
Some updates: For Frenzy to meet the currently recorded data, it looks like its brought in line with every other sequence skill, and now all sequence skills do the attack speed calculation for both weapons once (initially) instead of once for each weapon, using the sequence FPD for its attack length. So, instead of each Frenzy weapon having the formula Math.ceil(256 * 17 / speedIncrease), they both share this, and speedIncrease is based on the average. Also: EIAS averaging happens before the 75 EIAS limit. Have yet to test Whirlwind. |
I tested Whirlwind. It works exactly the same as LOD. I also tested the hit-check bug that people have been talking about. It's actually not what everyone thinks it is. The game still hits on 4 and 8, but (this is with some assumptions in mind): Also: Strafe bug was fixed. You can attack at 2 FPA now. Testing still needed:
|
I'm sorry for the lack of replies. I've been buried under real-life obligations lately. Do I understand correctly that the EIAS averaging is working as follows?
The second swing on normal attack uses the S3 animation for barbs and the S4 animation for sins. It just so happens that BAS31SS, BAS31ST, BAS31JT, BAS31JS, and AIS4HT2 all have framesperdirection of 12. As for Whirlwind, after a bit of research, I think I understand how it works under LoD: Attacks are made at frame 4, frame 8, and EIAS-dependent intervals thereafter. Targets need to be both within range of of your weapon and within 5 subtiles. TitanSeal says that the second attack is not attempted, and therefore no switching occurs, if there was nothing within 5 subtiles for the first attack. It's not clear if this represents a misunderstanding of the above bug, or something is happening in addition to the above bug. If two or more targets are in range, the two attacks will hit different ones. Due to a bug, two-handed swords always use their one-handed framesperdirection value, even when used two-handed; and always use their two-handed damage, even when used one-handed. Soooo... there's a whole bunch of crazy, buggy complexity there. And I'm not even sure where to start testing what may have changed. |
ya, thats how im calculating it.
well i can tell u for mechanics i observed everything as u described. like
i said previously, whirlwind works exactly the same as it did in lod. i
didnt test the one hand <-> two hand craziness tho
edit: also didnt test whether or not the weapons/statlist swap correctly or not
|
ChthonVII has stated that per-weapon speed calculation has been modified as of 2.4R2. He suggests VV may now be averaging EIAS values between weapons in some cases.
The text was updated successfully, but these errors were encountered: