mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 00:13:39 +02:00
FEAT: create isNPC geeter and add the prop on metada on actors
FEAT: create common method for documents sheets FEAT: create BaseActorSheet and implementation
This commit is contained in:
parent
608920c193
commit
98fee6096d
11 changed files with 302 additions and 418 deletions
|
|
@ -28,7 +28,8 @@ export default class DhCharacter extends BaseDataActor {
|
|||
static get metadata() {
|
||||
return foundry.utils.mergeObject(super.metadata, {
|
||||
label: 'TYPES.Actor.character',
|
||||
type: 'character'
|
||||
type: 'character',
|
||||
isNPC: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue