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 dbaac0cf29 - Show all commits

View file

@ -314,6 +314,8 @@ export class PlayerSheet extends
const groups = new Map(); const groups = new Map();
const attrs = this.actor.itemTypes.attribute ?? []; const attrs = this.actor.itemTypes.attribute ?? [];
for (const attr of attrs) { for (const attr of attrs) {
if (attr.system.aboveTheFold) { continue };
const groupName = attr.system.group ?? "Attributes"; const groupName = attr.system.group ?? "Attributes";
if (!groups.has(groupName)) { if (!groups.has(groupName)) {
groups.set(groupName, { groups.set(groupName, {