Page 1 of 1

Spirited Charge reduces your APR ON FOOT

Posted: Thu Mar 03, 2022 2:08 pm
by Tarkus the dog
Description
==========

Spirited Charge grants ( according to both the wiki and in game ) you AB and movement speed when used on foot. However, it also reduces your Attacks Per Round by one for the next attack. There's no mention of this anywhere and I'm unsure if this is intended, but even if using a cavalry weapon, the +3 AB bonus is rarely worth the APR loss.

Steps to reproduce
----------------------------

use spirited charge on foot and hit something.

Expected result
-----------------------

gain AB and movement speed

Actual result
-------------------

gain AB and movement speed, lose one APR

Screenshot(s)
--------------------


Misc Notes

----------------

Which Server(s)?

All
------------------------

Gaming Platform(s)?

pc
------------------------------

Re: Spirited Charge reduces your APR ON FOOT

Posted: Thu Mar 03, 2022 2:12 pm
by Kalopsia
Not intended, that's likely linked to some of my special attack code. I'll look into it.

Re: Spirited Charge reduces your APR ON FOOT

Posted: Thu Mar 03, 2022 4:54 pm
by Tarkus the dog
Kalopsia wrote: Thu Mar 03, 2022 2:12 pm Not intended, that's likely linked to some of my special attack code. I'll look into it.
cheers!

Re: Spirited Charge reduces your APR ON FOOT

Posted: Sat Mar 05, 2022 6:16 am
by MRFTW
Kalopsia wrote: Thu Mar 03, 2022 2:12 pm Not intended, that's likely linked to some of my special attack code. I'll look into it.
Dual wielding while mounted seems weird when charging, too. If I charge with a Wakizashi and a dagger, i'll do two offhand attacks first, then then charge usually goes off on the second flurry, which is 2x main hand attacks. Normally, I'd do two mainhand attacks first, both mounted and on foot.

Shall I see if your tweaks fix it, or shall I fully document what I'm seeing in case it's relevant? It's pretty reproducible.

Re: Spirited Charge reduces your APR ON FOOT

Posted: Sat Mar 05, 2022 8:42 am
by Kalopsia
MRFTW wrote: Sat Mar 05, 2022 6:16 am
Kalopsia wrote: Thu Mar 03, 2022 2:12 pm Not intended, that's likely linked to some of my special attack code. I'll look into it.
Dual wielding while mounted seems weird when charging, too. If I charge with a Wakizashi and a dagger, i'll do two offhand attacks first, then then charge usually goes off on the second flurry, which is 2x main hand attacks. Normally, I'd do two mainhand attacks first, both mounted and on foot.

Shall I see if your tweaks fix it, or shall I fully document what I'm seeing in case it's relevant? It's pretty reproducible.
A full documentation might help, my changes (which btw should be live next reset) will only affect unmounted charge.

Re: Spirited Charge reduces your APR ON FOOT

Posted: Sat Mar 05, 2022 8:47 am
by MRFTW
Kalopsia wrote: Sat Mar 05, 2022 8:42 am
MRFTW wrote: Sat Mar 05, 2022 6:16 am
Kalopsia wrote: Thu Mar 03, 2022 2:12 pm Not intended, that's likely linked to some of my special attack code. I'll look into it.
Dual wielding while mounted seems weird when charging, too. If I charge with a Wakizashi and a dagger, i'll do two offhand attacks first, then then charge usually goes off on the second flurry, which is 2x main hand attacks. Normally, I'd do two mainhand attacks first, both mounted and on foot.

Shall I see if your tweaks fix it, or shall I fully document what I'm seeing in case it's relevant? It's pretty reproducible.
A full documentation might help, my changes (which btw should be live next reset) will only affect unmounted charge.
Great stuff, will do. Thanks for all your work.