Correction sur 2 attaques avec ambidextrie

This commit is contained in:
2025-03-28 14:56:52 +01:00
parent 24a57a906e
commit 39f8cfdbcc
105 changed files with 312 additions and 227 deletions

View File

@@ -432,10 +432,10 @@ export class HawkmoonUtility {
rollData.diceFormula += `+3`
}
if (rollData.hasAmbidextre) {
if ( rollData.attaqueAmbidextre1) {
if ( rollData.ambidextre1) {
rollData.diceFormula += `-3`
} else if ( rollData.attaqueAmbidextre2) {
rollData.diceFormula += `-5`
} else if ( rollData.ambidextre2) {
rollData.diceFormula += `-6`
}
}
if (rollData.defenseurAuSol) {