Add new compendiums

This commit is contained in:
2022-07-30 22:54:08 +02:00
parent 43eb8ee09b
commit 3957a6aa9f
27 changed files with 288 additions and 133 deletions

View File

@ -70,5 +70,12 @@ export class CrucibleRollDialog extends Dialog {
this.rollData.advantage = "disadvantage"
this.refreshDialog()
})
html.find('#featDieName').change((event) => {
this.rollData.featDieName = event.currentTarget.value
})
html.find('#featDieSL').change((event) => {
this.rollData.featDieSL = event.currentTarget.value
})
}
}