Add Attack to Weapon & Override settings to Roll

This commit is contained in:
Dapoolp 2025-07-07 19:58:54 +02:00
parent 21f7d785f7
commit 357679a0a8
20 changed files with 140 additions and 107 deletions

View file

@ -42,6 +42,10 @@ export default class BaseDataItem extends foundry.abstract.TypeDataModel {
return this.parent.actor;
}
get actionsList() {
return this.actions;
}
/**
* Obtain a data object used to evaluate any dice rolls associated with this Item Type
* @param {object} [options] - Options which modify the getRollData method.