Merge branch 'main' into refactor/275-actor-sheets-simplification

This commit is contained in:
Joaquin Pereyra 2025-07-06 13:04:41 -03:00
commit b5da2a6fcc
153 changed files with 2159 additions and 2545 deletions

View file

@ -252,11 +252,11 @@ export default class DhCharacter extends BaseDataActor {
values: subclassFeatures
},
companionFeatures: {
title: game.i18n.localize('DAGGERHEART.Sheets.PC.CompanionFeatures'),
title: game.i18n.localize('DAGGERHEART.ACTORS.Character.companionFeatures'),
type: 'companion',
values: companionFeatures
},
features: { title: game.i18n.localize('DAGGERHEART.Sheets.PC.Features'), type: 'feature', values: features }
features: { title: game.i18n.localize('DAGGERHEART.GENERAL.features'), type: 'feature', values: features }
};
}