Truinto / KingmakerFumi

Mod for Pathfinder: Kingmaker
MIT License
1 stars 1 forks source link

Ascetic Style: Monk's Style Strikes not working #4

Open Mecar1997 opened 3 years ago

Mecar1997 commented 3 years ago

Ascetic Style seems to work perfectly for Stunning Fist & the likes, but doesn't apply to monk Style Strikes such as Hammerblow (no trip attack when using a quarterstaff).

Truinto commented 3 years ago

I use code from Feral Combat Training. So anything that works with it will work with Ascetic Style.

The relevant code seems to be: https://github.com/Holic75/KingmakerRebalance/blob/58df34854845b6ed40b7d2dd2252dcf4d93e0451/CallOfTheWild/NewMechanics/NewMechanics.cs#L6591 Hammerblow checks for "Blueprint:fcca8e6b85d19b14786ba1ab553e23ad:Unarmed".

Now what confuses me is that you wrote trips don't work... Hammerblow doubles the damage, it doesn't trip. Maybe you can elaborate what setup we are talking about.

Mecar1997 commented 3 years ago

Now what confuses me is that you wrote trips don't work... Hammerblow doubles the damage, it doesn't trip. Maybe you can elaborate what setup we are talking about.

I meant Leg Sweep, my bad. That's the one with the trip attack and I mistakingly used the wrong name when writing this bug report. I will look into Feral Combat Training from COTW and see how it interacts with Leg Sweep.