Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
Showing only changes of commit b856708b93 - Show all commits

View file

@ -32,4 +32,8 @@ export class AttributeItemData extends foundry.abstract.TypeDataModel {
}), }),
}; };
}; };
get isRange() {
return this.max !== null;
};
}; };