Automatisations de combats, WIP

This commit is contained in:
2023-12-28 18:40:46 +01:00
parent c331604393
commit 38059232cb
12 changed files with 158 additions and 50 deletions

View File

@@ -66,6 +66,9 @@ export class HawkmoonRollDialog extends Dialog {
html.find('#attrKey').change(async (event) => {
this.rollData.attrKey = String(event.currentTarget.value)
})
html.find('#attrKey2').change(async (event) => {
this.rollData.attrKey2 = String(event.currentTarget.value)
})
html.find('#select-maitrise').change(async (event) => {
this.rollData.maitriseId = String(event.currentTarget.value)
})