Open IHappyEndI opened 1 year ago
I found the problem. In parrying it looks like it should be like this
let isExtraDefence = html.find("[name=isExtraDefense]").prop("checked");
but it 's done this way
let isExtraDefence = html.find("[name=isExtraDefence]").prop("checked");
When selecting the protection action "Parry" and "Parry throwing weapons" with the check mark "Additional protection", the stamina is not taken away
Foundry V11.311 System V0.97