Dardic Rally Dice

This commit is contained in:
Dapoolp 2025-07-17 00:14:13 +02:00
parent a32af32f3a
commit 1fe8965c0f
6 changed files with 114 additions and 39 deletions

View file

@ -89,6 +89,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
if (this.roll) {
context.roll = this.roll;
context.rollType = this.roll?.constructor.name;
context.rallyDie = this.roll.rallyChoices;
context.experiences = Object.keys(this.config.data.experiences).map(id => ({
id,
...this.config.data.experiences[id]