Enhance and bugfixes for combat

This commit is contained in:
2022-01-01 23:32:48 +01:00
parent 5915b4a0ac
commit 721cb08059
6 changed files with 425 additions and 330 deletions

View File

@ -217,7 +217,7 @@ export class BoLActor extends Actor {
for (let protect of protectWorn) {
if ( protect.data.subtype == 'helm') {
formula += "+1"
} else {
} else if ( protect.data.subtype == 'armor') {
formula += "+" + protect.data.properties.soak.formula;
}
}