mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 23:16:12 +01:00
Merge branch 'main' into refactor/275-actor-sheets-simplification
This commit is contained in:
commit
17a9630736
44 changed files with 358 additions and 251 deletions
|
|
@ -47,6 +47,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue