Add eyes, height, weight, hair, skin and personality fields to character sheet Biography tab

This commit is contained in:
Zakkon 2025-09-29 14:09:01 +02:00
parent fd92540792
commit 37ed9fe29c
6 changed files with 84 additions and 23 deletions

View file

@ -236,6 +236,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
const { TextEditor } = foundry.applications.ux;
const paths = {
personality: 'biography.personality',
background: 'biography.background',
connections: 'biography.connections'
};