Initial datamodel

This commit is contained in:
WBHarry 2025-06-28 18:50:19 +02:00
parent 1f5b5f9915
commit c9e123e389
15 changed files with 279 additions and 101 deletions

View file

@ -11,7 +11,7 @@ export default class DhpActor extends Actor {
// Configure prototype token settings
const prototypeToken = {};
if (this.type === 'character')
if (['character', 'companion'].includes(this.type))
Object.assign(prototypeToken, {
sight: { enabled: true },
actorLink: true,