RC-63 | Display skills in sheet

This commit is contained in:
Oliver-Akins 2025-01-30 21:49:16 -07:00
parent df35c00c5d
commit 1302d91469
9 changed files with 142 additions and 24 deletions

View file

@ -132,6 +132,7 @@ export class HeroData extends foundry.abstract.TypeDataModel {
this.limit = {
weapons: 4,
equipment: 12,
skills: 4,
};
};