Roll V2 sur compétences&combat

Corrections associées
Maintenant, active en mode rollV2
This commit is contained in:
2025-10-03 22:34:07 +02:00
parent 52065fd6f6
commit 47c4478303
12 changed files with 118 additions and 70 deletions

View File

@@ -51,10 +51,10 @@ export class RollPartDiff extends RollPart {
)
}
setDiff(rollData, diffDefense) {
setDiff(rollData, diff) {
const current = this.getCurrent(rollData)
current.value = diffDefense.diff
current.type = diffDefense.type
current.value = diff.diff
current.type = diff.type
}
getAjustements(rollData) {